]> git.parisson.com Git - pdf.js.git/shortlog
pdf.js.git
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 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
2011-05-12 Andreas Galfix bug in string obj handling
2011-05-12 Andreas Galparser content streams
2011-05-11 Andreas Galfixes for the huffman decoder
2011-05-11 Andreas Galwired up decompression, not working yet
2011-05-11 Andreas Galparse the page tree and extract pages and their content
2011-05-11 Andreas Galadd code to access the page dictionary
2011-05-11 Andreas Galreading the catalog, at last
2011-05-11 Andreas Galuse exceptions instead of error codes in case of errors
2011-05-11 Andreas Galfinish inflate code, still untested
2011-05-11 Andreas Galadd inflate code
2011-05-10 Andreas GalMerge branch 'master' of github.com:andreasgal/pdf.js
2011-05-10 Andreas Galuse skip() instead of getChar() when the return value...
2011-05-10 Andreas Galremove skipChar(), use skip() without an argument instead
2011-05-10 Andreas Galinline asString since its only used once
2011-05-10 Andreas Galmove find out of the Stream class
2011-05-10 Andreas Galremove putBack and make skip go via skipChar
2011-05-10 Andreas Galremove getByte for now
2011-05-10 Chris Jonesplaceholders for scn/SCN
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
next