]> git.parisson.com Git - pdf.js.git/shortlog
pdf.js.git
2011-06-17 notmasteryetreadXRefStream and PNG predictor 12
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 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 Andreas Galreturn ready-to-run closure from compile that captures...
2011-06-15 Andreas Galcompile PDF command streams into JS code
2011-06-14 sbarmanCleaned up code, renamed PDFFunction class
2011-06-14 sbarmancleaned up code
2011-06-14 sbarmanImplemented type 2 shading for the pdf (aka gradients)
2011-06-12 Andreas Galremove debug code
2011-06-10 Chris JonesMerge branch 'master' of github.com:andreasgal/pdf.js
2011-06-10 Chris Jonesskeleton of shading fill
2011-06-10 sbarmanMerge pull request #5 from sbarman/master
2011-06-10 sbarmanchanged bufferPos to pos, fixed style issue (spacing)
2011-06-10 sbarmanMerge branch 'master' of github.com:andreasgal/pdf.js
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-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-08 sbarmanadded getBytes method
2011-06-08 sbarmanadded test harness for uncompressed
2011-06-08 Andreas Galremove left-over shell code
2011-06-08 sbarmanCopied entire buffer for flate stream's snarf function...
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 Andreas Galread in image data en-block instead of sucking it throu...
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 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 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-05-31 Andreas Galadded compressed tracemonkey paper
2011-05-30 Andreas GalMerge branch 'master' of github.com:andreasgal/pdf.js
2011-05-25 Chris Jonesfix next/prev/next bug, fiddle with UI, remove debuggin...
2011-05-23 Chris Jonesreset current point on text state changes and remove...
2011-05-21 Andreas Galuse const instead of var
2011-05-21 Andreas GalMerge branch 'master' of github.com:andreasgal/pdf.js
2011-05-21 Andreas Galset mozOpaque
2011-05-17 Chris Jonesbasic kinda-working form xobject support
2011-05-16 Chris Jonesadd assert helpers, small cleanup
2011-05-16 Chris Jonesinitial (broken) support for xobjects
2011-05-13 Andreas Galfix a couple more shadowings
2011-05-13 Andreas Galforgot another shadowing
2011-05-13 Andreas Galuse defineProperty to shadow getters
2011-05-13 Andreas GalMerge branch 'master' of github.com:andreasgal/pdf.js
2011-05-13 Andreas Galseperate page fetch and render times
2011-05-13 Chris Jonesfix typo in lexing of octal escapes
2011-05-12 Andreas Galfix for new XHR2 binary API
2011-05-12 Andreas Galclone stream if we got it from the cache in case its...
2011-05-12 Chris Jonesfix next/prev, small tweaks
2011-05-12 Andreas Gal0 is error for http, only MS would design this API
2011-05-12 Andreas Galsupport file status code
2011-05-12 Andreas Galdon't try to go further back than page 1
2011-05-12 Andreas Galdisplay rendering time
2011-05-12 Andreas Galremove the echo interpreter, dissolve interpreter into...
2011-05-12 Andreas Galcache refs, not streams, in the interest of saving...
2011-05-12 Andreas Galuncompressed pdfs render a bit now
next