]> git.parisson.com Git - pdf.js.git/shortlog
pdf.js.git
2011-05-10 Chris JonesshadingFill placeholder
2011-05-10 Chris JonesPlaceholder even-odd fill
2011-05-10 Chris JonesClipping (non-zero winding)
2011-05-10 Chris JonesMerge
2011-05-10 Chris JonesImplement "n" (end path), add stubs for NYI operators
2011-05-10 Andreas Galthrow Error for errors, and warn in browser and shell
2011-05-10 Andreas GalMerge branch 'master' of github.com:andreasgal/pdf.js
2011-05-10 Andreas Galbeginnings of inflate decompression
2011-05-10 Chris JonesImplement j (line join style)
2011-05-09 Chris JonesImplement J (line-cap style)
2011-05-09 Chris JonesMerge branch 'master' of github.com:andreasgal/pdf.js
2011-05-09 Chris JonesImplement TJ
2011-05-09 Andreas GalMerge branch 'master' of github.com:andreasgal/pdf.js
2011-05-09 Andreas Galbug fixes, getting closer to parsing a latex paper
2011-05-09 Chris JonesRestore font lookup and setting
2011-05-09 Andreas Galadd buffer to write data to
2011-05-08 Andreas Galuse Object.create for Dict instead of a key prefix
2011-05-08 Andreas Galeliminate putBack
2011-05-08 Andreas Galdon't use array buffes to implement moveStart, that...
2011-05-08 Andreas Galfactor out isSpace
2011-05-08 Andreas Galfix StringStream constructor delegation to Stream
2011-05-07 Andreas Galadd skeleton decryption and stream filter support
2011-05-07 Andreas Galstart working on stream decoding
2011-05-07 Andreas Galfix reading linearized documents
2011-05-07 Andreas Galrestore long-form function names and a mapping table
2011-05-07 Andreas Galtighten up the interpreter loop
2011-05-07 Andreas Galget rid of Obj
2011-05-06 Andreas Galmore XRef parsing
2011-05-06 Andreas Galmore XRef parsing
2011-05-06 Andreas Galremove newline in LICENSE
2011-05-06 Andreas Galnever mind restore previous README formating
2011-05-06 Andreas Galreformat README because its so ugly
2011-05-06 Andreas Galskeleton for XRef support
2011-05-06 Andreas Galfix a bunch of bugs and make startxref parsing work
2011-05-06 Andreas Galadd command line arguments for the shell, -e for echo...
2011-05-06 Andreas GalMerge branch 'master' of github.com:andreasgal/pdf.js
2011-05-06 Andreas Galparse startxref
2011-05-06 Chris JonesLower the common denominator
2011-05-06 Chris JonesRespect media box
2011-05-06 Chris JonesBasic transforms of PDF page/text space to canvas space
2011-05-05 Chris JonesLess hacky save/restore/moveText impl
2011-05-05 Chris JonesMock resource dict, look up fonts
2011-05-05 Chris JonesIndirect ops so that they can access interpreter state
2011-05-05 Chris JonesMore nicely truncate args array
2011-05-05 Chris JonesCouple more tests and operators
2011-05-05 Chris JonesAdded dumb profiling instrumentation
2011-05-05 Chris JonesManually hoist constant to avoid building it on each...
2011-05-05 Andreas Galupdate README
2011-05-05 Chris JonesDumb text WIP, more UI for test.html
2011-05-05 Chris JonesFactor out mock tests, add browser test page, initial...
2011-05-04 Andreas Galadd license file
2011-05-04 Chris JonesAdd eofObj and helper for converting Obj->JS value
2011-05-04 Chris JonesisNum and operator argument type checking
2011-05-04 Chris JonesAdd more operators, another test, and reorganize per...
2011-05-04 Chris JonesBackend skeleton and temporary testing code
2011-05-03 Andreas Galuse undefined to indicate EOF
2011-05-03 Andreas GalSplit out Stream functionality
2011-05-03 Andreas Galno need to freeze constructors and protos
2011-05-03 Andreas Galshadow in the direct object, no defineProperty needed
2011-05-03 Andreas Galuse ES5 Object operations for lazy properties
2011-05-02 Andreas Galadd PDFDoc
2011-05-02 Andreas Gala couple syntax fixes
2011-05-02 Andreas Galcleanup code a bit, avoid tabs, use java mode
2011-04-26 Andreas Galinitial checkin, untested, just a couple lines of code
2011-04-26 Andreas Galfirst commit