]> git.parisson.com Git - pdf.js.git/shortlog
pdf.js.git
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)
2011-06-12 Vivien NicolasAdd some code to make (the first one only...) font...
2011-06-12 Andreas Galremove debug code
2011-06-12 Vivien NicolasRemove the Type2 validation data from the tree
2011-06-12 Vivien NicolasTurn on TrueType decoder even if the sanitizer prevent...
2011-06-12 Vivien NicolasMake the Type1 to OTF code active, even if the sanitize...
2011-06-11 Vivien NicolasDefault the unit per EM size to 1000
2011-06-11 Vivien NicolasFix a bunch of errors reported by OTS except the error...
2011-06-11 Vivien NicolasNo more errors for an empty unicode table
2011-06-11 Vivien NicolasOTF does not complain anymore about missize between...
2011-06-11 Vivien NicolasOTF does not complain anymore about a duplicate .notdef
2011-06-11 Vivien NicolasAdd a basic non-working OTF generator
2011-06-10 Chris JonesMerge branch 'master' of github.com:andreasgal/pdf.js
2011-06-10 Chris Jonesskeleton of shading fill
2011-06-10 Vivien NicolasDo not add empty spaces anymore
2011-06-10 sbarmanMerge pull request #5 from sbarman/master
2011-06-10 sbarmanchanged bufferPos to pos, fixed style issue (spacing)
2011-06-10 Vivien NicolasRemove some useless bits of code
2011-06-10 Vivien NicolasRemove the aggregate commands and do some methods dance
2011-06-10 Vivien NicolasAdd a debug writeToFile function and remove aggregation...
2011-06-10 Vivien NicolasAdd the beginning of a working CFF font encoder
2011-06-10 sbarmanMerge branch 'master' of github.com:andreasgal/pdf.js
2011-06-10 Vivien NicolasAdd the beginning of a CFF encoder
2011-06-10 sbarmanFixed up excess code
2011-06-10 sbarmancleaned up code, used dict.get2, hoisted conditional...
2011-06-10 Chris JonesMerge
2011-06-10 sbarmanRevert "added test harness for uncompressed"
2011-06-10 Chris Jonesimplement TL and T*
2011-06-10 sbarmanRevert "working on optimizations"
2011-06-10 Andreas Galadd ?file= parameter to test.html
2011-06-10 sbarmanworking on optimizations
2011-06-10 Vivien NicolasMove the Type2 utils to a new file and create a Stack...
2011-06-09 Vivien NicolasAdd the beginning of a Type1 to Type2 charstring converter
2011-06-09 sbarmanfixed error with getBytes in flate stream
2011-06-09 sbarmanMerge remote-tracking branch 'agal/master'
2011-06-09 Andreas Galremove left-over shell code
2011-06-09 sbarmanMerge commit '496a6374c1ac04e'
2011-06-09 sbarmanfixed the display of images
2011-06-09 sbarmanfixed getBytes
2011-06-09 Chris Jonessupport test.html?page=[num], display total number...
2011-06-09 sbarmanHalf working version of paintImageXObject
2011-06-09 sbarmanFixed geBytes implementation
2011-06-09 Vivien NicolasClean up some Type2 reader code for readibility
2011-06-08 sbarmanadded getBytes method
2011-06-08 sbarmanadded test harness for uncompressed
2011-06-08 Vivien NicolasSupport reading all parts of a Type2 file
2011-06-08 Andreas Galremove left-over shell code
2011-06-08 sbarmanCopied entire buffer for flate stream's snarf function...
2011-06-08 Vivien NicolasStarts to decode type2 charStrings
2011-06-08 sbarmanAdded test harness for uncompressed version of pdf
2011-06-08 Andreas Galread in image data en-block instead of sucking it throu...
2011-06-08 Andreas Galuse dict.get2 to lookup with a key that has an abbrevia...
2011-06-08 Vivien NicolasFix some bugs and add the beginning of a Type2 reader
2011-06-08 Andreas Galread in image data en-block instead of sucking it throu...
2011-06-07 Vivien NicolasSupport TrueType Font
2011-06-07 Andreas Galuse dict.get2 to lookup with a key that has an abbrevia...
2011-06-07 sbarmanImplemented basic version of smask
2011-06-07 sbarmanRemoved log code from previous commit
2011-06-07 sbarmanFixed FlateStreams to read in multiple blocks
2011-06-05 Andreas Galadd code to parse bits per component information for...
2011-06-05 Andreas Galdon't cache stream objects
2011-06-05 Andreas Galuse an array not an object to cache objects
2011-06-05 Andreas Galparse Interpolate and ImageMask for images
2011-06-04 Andreas Galconvert remaining inflate code tables to typed arrays
2011-06-04 Andreas Galadded Shaon as contributor
2011-06-04 Andreas Galturn distDecode into a typed array
2011-06-04 Andreas Galmake lengthDecode a typed array
2011-06-04 Andreas Galmake codeLenCodeMap a typed array
2011-06-04 Chris JonesFlateStream wants a .dict member for duck typing
2011-06-04 Chris Jonesimplement even-odd fill/clip
2011-06-03 Vivien NicolasAdd the 'for' keyword and support 2's complement signed...
2011-06-03 Andreas Galhand in xref to the parser if needed so we can resolve...
2011-06-03 Andreas Galreplace wrong compressed pdf with the actual tracemonke...
2011-06-03 Andreas Galfix deflate code
2011-06-03 Andreas Galfix length/end of stream handling
2011-06-03 Vivien NicolasClean up some code and add some changes to pdf.js
2011-06-03 Vivien NicolasRemove some debug leftover
2011-06-03 Vivien NicolasAdd the necessary bits to handle Arrays, Procedure...
2011-06-03 Chris Jonesfix typo that breaks ff4
2011-06-02 Chris Jonesskeleton of image drawing
2011-06-02 Chris JonesFont and XObject entries can be refs, and dump image...
2011-06-02 Andreas Galstarting position of a stream is relative to the file...
2011-06-01 Vivien NicolasStarts playing with the execution stack
2011-06-01 Vivien NicolasDecode charStrings and stop the interpreter on every...
next