]> git.parisson.com Git - pdf.js.git/shortlog
pdf.js.git
2011-06-20 Vivien NicolasAdd a way to disable fonts that won't load
2011-06-20 Vivien NicolasAdd more TrueType rewriting magic ('post' table)
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 Vivien NicolasFix the encoding problem for TrueType
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 Vivien NicolasRe-enable TrueType and add a TODO about translating...
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-18 Vivien NicolasUse measureText instead of mozMeasureText (deprecated)
2011-06-18 Vivien NicolasMerge remote branch 'upstream/master'
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 Vivien NicolasReplace clearTimeout by clearInterval, otherwise we...
2011-06-17 Vivien NicolasFix wrong order of the 'div' command
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 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
2011-06-13 Vivien NicolasClean up a bit the CMAP ranges creation loop
2011-06-13 Vivien NicolasCMAP creation code is now more readable
2011-06-13 Vivien NicolasBeginning of the separatation of the Type1/CFF/OTF...
2011-06-12 Vivien NicolasAdd a root 'Font' class as the outside world API
2011-06-12 Vivien NicolasAdd some missing glyphs
2011-06-12 Vivien NicolasOTF fonts works with the sanitizer (woot)
next