2011-06-03 |
Andreas Gal | replace wrong compressed pdf with the actual tracemonke... |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Andreas Gal | fix deflate code |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Andreas Gal | fix length/end of stream handling |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Chris Jones | fix typo that breaks ff4 |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Chris Jones | skeleton of image drawing |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Chris Jones | Font and XObject entries can be refs, and dump image... |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Andreas Gal | starting position of a stream is relative to the file... |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Andreas Gal | added compressed tracemonkey paper |
commit | commitdiff | tree | snapshot |
2011-05-30 |
Andreas Gal | Merge branch 'master' of github.com:andreasgal/pdf.js |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Chris Jones | fix next/prev/next bug, fiddle with UI, remove debuggin... |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Chris Jones | reset current point on text state changes and remove... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Andreas Gal | use const instead of var |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Andreas Gal | Merge branch 'master' of github.com:andreasgal/pdf.js |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Andreas Gal | set mozOpaque |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Chris Jones | basic kinda-working form xobject support |
commit | commitdiff | tree | snapshot |
2011-05-16 |
Chris Jones | add assert helpers, small cleanup |
commit | commitdiff | tree | snapshot |
2011-05-16 |
Chris Jones | initial (broken) support for xobjects |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Andreas Gal | fix a couple more shadowings |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Andreas Gal | forgot another shadowing |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Andreas Gal | use defineProperty to shadow getters |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Andreas Gal | Merge branch 'master' of github.com:andreasgal/pdf.js |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Andreas Gal | seperate page fetch and render times |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Chris Jones | fix typo in lexing of octal escapes |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Andreas Gal | fix for new XHR2 binary API |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Andreas Gal | clone stream if we got it from the cache in case its... |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Chris Jones | fix next/prev, small tweaks |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Andreas Gal | 0 is error for http, only MS would design this API |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Andreas Gal | support file status code |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Andreas Gal | don't try to go further back than page 1 |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Andreas Gal | display rendering time |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Andreas Gal | remove the echo interpreter, dissolve interpreter into... |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Andreas Gal | cache refs, not streams, in the interest of saving... |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Andreas Gal | uncompressed pdfs render a bit now |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Andreas Gal | fix bug in string obj handling |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Andreas Gal | parser content streams |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Andreas Gal | fixes for the huffman decoder |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Andreas Gal | wired up decompression, not working yet |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Andreas Gal | parse the page tree and extract pages and their content |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Andreas Gal | add code to access the page dictionary |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Andreas Gal | reading the catalog, at last |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Andreas Gal | use exceptions instead of error codes in case of errors |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Andreas Gal | finish inflate code, still untested |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Andreas Gal | add inflate code |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Andreas Gal | Merge branch 'master' of github.com:andreasgal/pdf.js |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Andreas Gal | use skip() instead of getChar() when the return value... |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Andreas Gal | remove skipChar(), use skip() without an argument instead |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Andreas Gal | inline asString since its only used once |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Andreas Gal | move find out of the Stream class |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Andreas Gal | remove putBack and make skip go via skipChar |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Andreas Gal | remove getByte for now |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Chris Jones | placeholders for scn/SCN |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Chris Jones | shadingFill placeholder |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Chris Jones | Placeholder even-odd fill |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Chris Jones | Clipping (non-zero winding) |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Chris Jones | Merge |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Chris Jones | Implement "n" (end path), add stubs for NYI operators |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Andreas Gal | throw Error for errors, and warn in browser and shell |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Andreas Gal | Merge branch 'master' of github.com:andreasgal/pdf.js |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Andreas Gal | beginnings of inflate decompression |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Chris Jones | Implement j (line join style) |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Chris Jones | Implement J (line-cap style) |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Chris Jones | Merge branch 'master' of github.com:andreasgal/pdf.js |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Chris Jones | Implement TJ |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Andreas Gal | Merge branch 'master' of github.com:andreasgal/pdf.js |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Andreas Gal | bug fixes, getting closer to parsing a latex paper |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Chris Jones | Restore font lookup and setting |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Andreas Gal | add buffer to write data to |
commit | commitdiff | tree | snapshot |
2011-05-08 |
Andreas Gal | use Object.create for Dict instead of a key prefix |
commit | commitdiff | tree | snapshot |
2011-05-08 |
Andreas Gal | eliminate putBack |
commit | commitdiff | tree | snapshot |
2011-05-08 |
Andreas Gal | don't use array buffes to implement moveStart, that... |
commit | commitdiff | tree | snapshot |
2011-05-08 |
Andreas Gal | factor out isSpace |
commit | commitdiff | tree | snapshot |
2011-05-08 |
Andreas Gal | fix StringStream constructor delegation to Stream |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Andreas Gal | add skeleton decryption and stream filter support |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Andreas Gal | start working on stream decoding |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Andreas Gal | fix reading linearized documents |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Andreas Gal | restore long-form function names and a mapping table |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Andreas Gal | tighten up the interpreter loop |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Andreas Gal | get rid of Obj |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Andreas Gal | more XRef parsing |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Andreas Gal | more XRef parsing |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Andreas Gal | remove newline in LICENSE |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Andreas Gal | never mind restore previous README formating |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Andreas Gal | reformat README because its so ugly |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Andreas Gal | skeleton for XRef support |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Andreas Gal | fix a bunch of bugs and make startxref parsing work |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Andreas Gal | add command line arguments for the shell, -e for echo... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Andreas Gal | Merge branch 'master' of github.com:andreasgal/pdf.js |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Andreas Gal | parse startxref |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Chris Jones | Lower the common denominator |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Chris Jones | Respect media box |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Chris Jones | Basic transforms of PDF page/text space to canvas space |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Chris Jones | Less hacky save/restore/moveText impl |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Chris Jones | Mock resource dict, look up fonts |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Chris Jones | Indirect ops so that they can access interpreter state |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Chris Jones | More nicely truncate args array |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Chris Jones | Couple more tests and operators |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Chris Jones | Added dumb profiling instrumentation |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Chris Jones | Manually hoist constant to avoid building it on each... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Andreas Gal | update README |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Chris Jones | Dumb text WIP, more UI for test.html |
commit | commitdiff | tree | snapshot |
next |