]> git.parisson.com Git - pdf.js.git/shortlog
pdf.js.git
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 'master' into streamrewrite2
2011-06-20 sbarmanMerge branch 'master' of github.com:andreasgal/pdf.js
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 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 Andreas Galstyle fixes, we should post some sensible style guide
2011-06-20 andreasgalMerge pull request #27 from notmasteryet/objstm
2011-06-20 notmasteryetDCTDecode; text and images vertical inversion fix
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 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 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 Chris JonesInitial import of first test harness
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 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...
2011-06-18 Andreas Galavoid toString conversion in lookup
2011-06-18 Andreas Galspeedup unicode/glyph conversion and cache translated...
2011-06-18 Andreas GalIsInteger => IsInt
2011-06-18 sbarmanMerge branch 'master' into streamrewrite2
2011-06-18 sbarmanMerge branch 'master' of github.com:andreasgal/pdf.js
2011-06-18 sbarmanMerge branch 'master' of github.com:andreasgal/pdf...
2011-06-18 sbarmanclean up tiling
2011-06-18 sbarmanclean up tiling
2011-06-18 sbarmanMerge branch 'master' into tiling
2011-06-18 sbarmanCleaned up code for tiling
2011-06-17 Andreas Galeven more error checking for font translation
2011-06-17 Andreas Galadd more error checking for font translation
2011-06-17 Andreas Galrename test.html to viewer.html
2011-06-17 Andreas Galmove cffStandardStrings into utils/ along with font_uti...
2011-06-17 Andreas Galinline Encodings table into pdf.js and use getters...
2011-06-17 sbarmanchanged skip in FlateStream to not call getChar
2011-06-17 sbarmanMerge branch 'master' into streamrewrite2
2011-06-17 sbarmanMerge branch 'master' of github.com:andreasgal/pdf.js
2011-06-17 Chris JonesMerge pull request #18 from vingtetun/master
2011-06-17 Vivien NicolasDo not assume charset is defined and move some fonts...
2011-06-17 andreasgalMerge pull request #16 from vingtetun/master
2011-06-17 sbarmanstored bytes in flatestream
2011-06-17 sbarmanMerge branch 'master' into tiling
2011-06-17 sbarmanMerge branch 'master' of github.com:andreasgal/pdf.js
2011-06-17 notmasteryetreadXRefStream and PNG predictor 12
2011-06-17 Vivien NicolasClean up some debug leftovers
2011-06-17 Chris Jonesrender at 1.5x scale
2011-06-17 Andreas Gal2nd attempt to make glyph list integers
2011-06-17 Andreas Galrevert commit 2311c954f8b74297725bda9e90e3eabf79862193
2011-06-17 Andreas Galstore unicode value as integer instead of hex string...
2011-06-17 Chris JonesMerge pull request #13 from vingtetun/master
2011-06-17 Vivien NicolasRename PDFFonts.js to fonts.js
2011-06-17 Vivien NicolasMerge with master
2011-06-17 Andreas Galadd blogs and twitter link
2011-06-17 Vivien NicolasFix CIMM6/CIIM9
2011-06-17 Vivien NicolasDo not use stream when it is not necessary
2011-06-17 Vivien NicolasUse a typed array in the CMAP construction function
2011-06-17 Vivien NicolasAdd a direct translation to one of the way to format...
2011-06-17 Vivien NicolasGet rid or IsNum/IsString/IsArray in flattenCharstring
2011-06-17 Chris JonesMerge pull request #14 from debloper/master
2011-06-17 Vivien NicolasRemove some leftovers from the previous patch
next