]> git.parisson.com Git - pdf.js.git/shortlog
pdf.js.git
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 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 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-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 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 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
2011-06-17 Vivien NicolasRework some code to enhance performance (CIIM6/CIIM9...
2011-06-16 Andreas Galadd blogs and twitter link
2011-06-16 Vivien NicolasRemove some debug leftovers and add some comments about...
2011-06-16 Soumya DebTest-page updated to allow the user open local PDFs
2011-06-16 Vivien NicolasResolve the char->glyphs mapping issue
2011-06-16 Vivien NicolasMerge from gal's master branch (got a regression on...
2011-06-16 Vivien NicolasChange the nominalWidth to not use the format 28,b0...
2011-06-15 Vivien NicolasUse spaces to compare font size to detect when the...
2011-06-15 Vivien NicolasRemove some useless JS function calls
2011-06-15 Vivien NicolasGet rid of the PostScript interpreter (part 1)
2011-06-15 Chris Jonesimplement setDash
2011-06-15 Chris JonesMerge branch 'master' of github.com:andreasgal/pdf.js
2011-06-15 Chris JonesMerge pull request #6 from sbarman/master
2011-06-15 sbarmanMerge branch 'master' of github.com:andreasgal/pdf.js
2011-06-15 Chris Jonesimplement some operators and add TODOs for remaining...
2011-06-15 sbarmancleaned up fetchIfRef, changed switch-case to array...
2011-06-15 Andreas Galfixes suggested by @brendaneich
2011-06-15 Vivien NicolasMake Type1 glyphs use the default width they declare
2011-06-15 Andreas Galmeasure load/compile/render times
2011-06-15 Andreas Galclarify API a bit and hand in xref and resources to...
2011-06-15 Andreas Galcompleted async font loading framework
2011-06-15 Andreas Galeagerly translate all fonts (a no-op currently)
2011-06-15 Andreas Galpdf is using a dumb name, content makes much more sense...
2011-06-15 Andreas Galcache results of compilation
2011-06-15 Andreas Galeagerly compile XForm objects
2011-06-15 Vivien NicolasForgot to turn off some debug flags
2011-06-15 Vivien NicolasAdd Encodings.js and change the code to generate a...
2011-06-15 Andreas Galreturn ready-to-run closure from compile that captures...
2011-06-15 Vivien NicolasAdd a basic support for TrueType (generate fonts with...
2011-06-15 Andreas Galcompile PDF command streams into JS code
2011-06-14 sbarmanCleaned up code, renamed PDFFunction class
2011-06-14 Vivien NicolasRemove direct access to the underlying map object of...
2011-06-14 Vivien NicolasAdd XObjects fonts to the list of page fonts and has...
2011-06-14 sbarmancleaned up code
2011-06-14 sbarmanImplemented type 2 shading for the pdf (aka gradients)
2011-06-14 Vivien NicolasForgot to push function calls changes to get the unicod...
2011-06-14 Vivien NicolasAdd support for brackets around the header emails
2011-06-14 Vivien NicolasAdd support for ligatures, asterisks, etc.
2011-06-14 Vivien NicolasFix an issue with the setTimeout method used for waitin...
2011-06-14 Vivien NicolasMake the fonts decoding code works with asynchronous...
2011-06-13 Vivien NicolasDo not use makeSubStream in the CFF constructor
2011-06-13 Vivien NicolasMerge to upstream
2011-06-13 Vivien NicolasMerge the stream handling changes with the Font code
2011-06-13 Vivien NicolasUndo last patch, it broke font rendering
2011-06-13 Andreas Galstarting position of a stream is relative to the file...
2011-06-13 Andreas Galuse const instead of var
2011-06-13 Vivien NicolasSmall changes
2011-06-13 Vivien NicolasClean up a bit the code to generate an OTF (again)
2011-06-13 Vivien NicolasClean up a bit the code to generate an OTF
next