]> git.parisson.com Git - pdf.js.git/shortlog
pdf.js.git
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...
2011-06-19 Andreas Galmake createOpenTypeHeader and createTableEntry inner...
2011-06-19 Andreas Galadd a closure around Font so we can hide helper functio...
2011-06-19 Andreas Galdon't use an array to translate from a typed array...
2011-06-19 Andreas Galhandle surrogate pairs in glyph to unicode translation
2011-06-19 Vivien NicolasFix the encoding problem for TrueType
2011-06-19 Andreas GalMerge branch 'master' of github.com:andreasgal/pdf.js
2011-06-19 andreasgalMerge pull request #26 from justindarc/master
2011-06-19 sbarmancleanup
2011-06-19 sbarmanMerge branch 'master' into tiling
2011-06-19 sbarmanMerge branch 'master' of github.com:andreasgal/pdf.js
2011-06-19 Justin D'ArcangeloMinor CSS fix for zoom drop down.
2011-06-19 Justin D'ArcangeloChanged the zoom input to utilize a pre-populated combo...
2011-06-19 Andreas Galno need for new for typed array constructors
2011-06-19 Vivien NicolasReally pass the sanitizer (encoding is broken)
2011-06-19 Vivien NicolasMake Helvetica and Helvetica bold from page 2 to pass...
2011-06-19 Chris Jonesuse strict in the utils/ too
2011-06-19 Chris Jonesuse strict mode and fix violators
2011-06-19 Chris JonesMerge branch 'master' of github.com:andreasgal/pdf.js
2011-06-19 Chris JonesmozMeasureText() is non-standard and deprecated
2011-06-19 andreasgalMerge pull request #25 from notmasteryet/patch-2
2011-06-19 notmasteryetAdd Yury to the contributors list
2011-06-19 andreasgalMerge pull request #23 from notmasteryet/a2d7c18aee4d66...
2011-06-19 Chris JonesCharSet is optional
2011-06-19 Chris Jonesadd Vivien to contributors list (list is in order of...
2011-06-19 Chris JonesMerge pull request #21 from justindarc/master
2011-06-19 Vivien NicolasRe-enable TrueType and add a TODO about translating...
2011-06-19 Chris JonesInitial import of first test harness
2011-06-19 Vivien NicolasAnother undeclared variable caught by strict mode
2011-06-19 Vivien NicolasAsk chromium to shut up on font/otf mimetype by using...
2011-06-19 Vivien NicolasAdding myself as a contributor
2011-06-19 Vivien NicolasUse strict mode for js files
2011-06-19 Vivien NicolasFill informations for the 'name' table in order to...
2011-06-19 Justin D'ArcangeloMinor CSS fix.
2011-06-19 Justin D'ArcangeloRemoved .DS_Store files.
2011-06-19 Justin D'ArcangeloUpdated the toolbar graphics.
2011-06-18 sbarmanMerge branch 'master' into tiling
2011-06-18 sbarmanFixed predictor
2011-06-18 Vivien NicolasUse measureText instead of mozMeasureText (deprecated)
2011-06-18 Vivien NicolasMerge remote branch 'upstream/master'
2011-06-18 sbarmanMerge branch 'master' into predictor
2011-06-18 Justin D'ArcangeloEdited the contributors list in the LICENSE file.
2011-06-18 Justin D'ArcangeloAdded font loading in the multi-page viewer. Added...
2011-06-18 Justin D'ArcangeloAdded a new multi-page viewer that uses lazy loading...
2011-06-18 Andreas Galremove toString code to avoid any future accidental...
next