]> git.parisson.com Git - pdf.js.git/shortlog
pdf.js.git
2011-06-23 sbarmanAdded in the tables for faxstream
2011-06-22 sbarmannot working version of ccittfaxstream
2011-06-22 Chris Jonesadd TODO() for Shading Pattern
2011-06-22 Chris JonesTODO() for 4-component-per-pixel images
2011-06-22 Chris JonesTODO() for radial shading
2011-06-22 Chris Jonesband-aid lack of Indexed color space
2011-06-22 Chris Jonesdeal with apparent lack of FontDescriptor for standard...
2011-06-22 Chris Jonesadd support for test "master mode" and finish impl...
2011-06-22 Chris Jonesdon't let getPage() errors break the test slave
2011-06-22 Andreas Galfix typo
2011-06-22 Andreas Galfix other cases of reading this.buffer before ensureBuf...
2011-06-22 Andreas GalensureBuffer can modify this.buffer, so read it after...
2011-06-22 sbarmanMerge pull request #48 from sbarman/ascii85
2011-06-22 sbarmanmoved array allocation to consturctor
2011-06-22 sbarmanclean up code
2011-06-22 sbarmanmade Ascii85Stream be a child of DecodeStream
2011-06-22 Andreas Galavoid frequent calls to ensureBuffer during decompression
2011-06-22 Andreas GalMerge.
2011-06-22 sbarmanMerge branch 'master' into ascii85
2011-06-22 Andreas GalMerge pull request #46 from sbarman/streamrewrite2
2011-06-22 sbarmanfixed indent
2011-06-22 Andreas GalMerge branch 'master' of github.com:andreasgal/pdf.js
2011-06-22 Andreas GalMerge pull request #47 from justindarc/master
2011-06-22 sbarmanrewrote prototype inhertence
2011-06-22 sbarmanwork in progress on ascii85
2011-06-22 sbarmanmodified Ascii85Stream to be more like other streams
2011-06-22 Justin D'ArcangeloImplemented support for opening files from the local...
2011-06-22 sbarmanrewrote streams to be object oriented
2011-06-21 Andreas Galavoid constantly calling ensureBuffer
2011-06-21 sbarmancombined redudent code in Stream
2011-06-21 Chris Jonesadd support for linking pdfs we can't/won't distribute
2011-06-21 Chris Jonestest-harness improvements
2011-06-21 sbarmanfixed getBytes in Ascii85Stream
2011-06-21 Chris Jonesfix typo
2011-06-21 Chris JonesDon't error out for FontFile3 descriptors.
2011-06-21 sbarmaninitial impl of ASCII85 Decoding
2011-06-21 Andreas Galwhitespace fixes and move inheriting of dict props...
2011-06-21 Andreas Galindentation fix
2011-06-21 sbarmanMerge pull request #35 from sbarman/master
2011-06-21 sbarmanminor fix to render page, add F command, added inhertab...
2011-06-21 Andreas Galdon't die when translating fonts without a charset
2011-06-21 Andreas Galstyle fixes and fix bug in numComps calculation (missin...
2011-06-21 andreasgalMerge pull request #32 from sbarman/predictor
2011-06-21 sbarmanremoved redundant getChar
2011-06-21 sbarmanMerge branch 'master' into predictor
2011-06-21 sbarmanMerge branch 'master' of github.com:andreasgal/pdf.js
2011-06-21 andreasgalMerge pull request #30 from vingtetun/master
2011-06-21 Vivien NicolasGet rid of the TrueType class, adapt the code to conven...
2011-06-21 andreasgalMerge pull request #33 from notmasteryet/pdf32000_2008
2011-06-21 notmasteryetFixes 09061a2cc48da67768b regression, spaces, and defau...
2011-06-21 sbarmanworking implementation of png and tiff predictors
2011-06-21 sbarmancleaned up code
2011-06-21 andreasgalMerge pull request #31 from justindarc/master
2011-06-21 sbarmancleaned up code
2011-06-21 sbarmanBug fix when an array of filters is passed in
2011-06-21 sbarmanworking implementation of png and tiff predictors
2011-06-21 Andreas Galrestore getChar in JpegStream
2011-06-21 Vivien NicolasAdd a name to some anonyous functions
2011-06-21 Vivien NicolasRename s2a, s16, s32 and do some dance inside the bind...
2011-06-21 Justin D'ArcangeloReplaced zoom control with standard HTML <select/>...
2011-06-21 Vivien NicolasFix some leftovers
2011-06-21 Vivien NicolasMerge with master
2011-06-21 sbarmanMerge branch 'master' into predictor
2011-06-21 Vivien NicolasMerge with master
2011-06-20 Andreas Galcleanup DCTStream rendering code a tad
2011-06-20 andreasgalMerge pull request #29 from notmasteryet/jpegstream2
2011-06-20 Chris JonesMerge pull request #20 from sbarman/streamrewrite2
2011-06-20 sbarmanMerge branch 'pngpredictor' of https://github.com/notma...
2011-06-20 sbarmanMerge branch 'master' into streamrewrite2
2011-06-20 sbarmanMerge branch 'master' of github.com:andreasgal/pdf.js
2011-06-20 sbarmanMerge branch 'master' into predictor
2011-06-20 Chris JonesMerge pull request #19 from sbarman/tiling
2011-06-20 sbarmanMerge branch 'master' of github.com:andreasgal/pdf.js
2011-06-20 sbarmanswitched to using const enums
2011-06-20 sbarmanMerge branch 'master' of github.com:andreasgal/pdf...
2011-06-20 sbarmanforgot to changed to typeof b == undefined at one location
2011-06-20 sbarmanused typeof b == undefined
2011-06-20 sbarmanMerge branch 'master' into streamrewrite2
2011-06-20 sbarmanfixed ExtraStateContext.colorSpace impl
2011-06-20 sbarmanUsed symbolic constants
2011-06-20 Vivien NicolasAdd a way to disable fonts that won't load
2011-06-20 Andreas Galremove remaining uses of integerToBytes in type1 font...
2011-06-20 Andreas Galassemble cmap table from strings instead of arrays
2011-06-20 Andreas Galwrite font cmap using a string
2011-06-20 Andreas Galsimplify glyph segment writing code
2011-06-20 Andreas Galstore ranges as [start, end], instead of storing all...
2011-06-20 Andreas Galuse Array.sort to calculate glyph ranges instead of...
2011-06-20 Vivien NicolasAdd more TrueType rewriting magic ('post' table)
2011-06-20 Andreas Galstyle fixes, we should post some sensible style guide
2011-06-20 andreasgalMerge pull request #27 from notmasteryet/objstm
2011-06-20 notmasteryetMulti-color predictor; row predictor for sub and average
2011-06-20 notmasteryetDCTDecode; text and images vertical inversion fix
2011-06-20 Vivien NicolasCheck for more missing tables in TrueType (sigh)
2011-06-20 Vivien NicolasAdd a basic embedded CMap reader
2011-06-19 notmasteryetAbility to fetch ObjStm objects; fix DEFLATE stream...
2011-06-19 Andreas Galmake createCMAPTable a nested function function
2011-06-19 Andreas Galin preparation for using strings to write out font...
2011-06-19 Andreas Galwrite OTF header using a string, not an array
2011-06-19 Andreas Galrename conver to convert
2011-06-19 Andreas Galmake createOpenTypeHeader and createTableEntry inner...
next