2011-06-22 |
sbarman | not working version of ccittfaxstream |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Chris Jones | add TODO() for Shading Pattern |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Chris Jones | TODO() for 4-component-per-pixel images |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Chris Jones | TODO() for radial shading |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Chris Jones | band-aid lack of Indexed color space |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Chris Jones | deal with apparent lack of FontDescriptor for standard... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Chris Jones | add support for test "master mode" and finish impl... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Chris Jones | don't let getPage() errors break the test slave |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Andreas Gal | fix typo |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Andreas Gal | fix other cases of reading this.buffer before ensureBuf... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Andreas Gal | ensureBuffer can modify this.buffer, so read it after... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
sbarman | Merge pull request #48 from sbarman/ascii85 |
commit | commitdiff | tree | snapshot |
2011-06-22 |
sbarman | moved array allocation to consturctor |
commit | commitdiff | tree | snapshot |
2011-06-22 |
sbarman | clean up code |
commit | commitdiff | tree | snapshot |
2011-06-22 |
sbarman | made Ascii85Stream be a child of DecodeStream |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Andreas Gal | avoid frequent calls to ensureBuffer during decompression |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Andreas Gal | Merge. |
commit | commitdiff | tree | snapshot |
2011-06-22 |
sbarman | Merge branch 'master' into ascii85 |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Andreas Gal | Merge pull request #46 from sbarman/streamrewrite2 |
commit | commitdiff | tree | snapshot |
2011-06-22 |
sbarman | fixed indent |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Andreas Gal | Merge branch 'master' of github.com:andreasgal/pdf.js |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Andreas Gal | Merge pull request #47 from justindarc/master |
commit | commitdiff | tree | snapshot |
2011-06-22 |
sbarman | rewrote prototype inhertence |
commit | commitdiff | tree | snapshot |
2011-06-22 |
sbarman | work in progress on ascii85 |
commit | commitdiff | tree | snapshot |
2011-06-22 |
sbarman | modified Ascii85Stream to be more like other streams |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Justin D'Arcangelo | Implemented support for opening files from the local... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
sbarman | rewrote streams to be object oriented |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Andreas Gal | avoid constantly calling ensureBuffer |
commit | commitdiff | tree | snapshot |
2011-06-21 |
sbarman | combined redudent code in Stream |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Chris Jones | add support for linking pdfs we can't/won't distribute |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Chris Jones | test-harness improvements |
commit | commitdiff | tree | snapshot |
2011-06-21 |
sbarman | fixed getBytes in Ascii85Stream |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Chris Jones | fix typo |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Chris Jones | Don't error out for FontFile3 descriptors. |
commit | commitdiff | tree | snapshot |
2011-06-21 |
sbarman | initial impl of ASCII85 Decoding |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Andreas Gal | whitespace fixes and move inheriting of dict props... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Andreas Gal | indentation fix |
commit | commitdiff | tree | snapshot |
2011-06-21 |
sbarman | Merge pull request #35 from sbarman/master |
commit | commitdiff | tree | snapshot |
2011-06-21 |
sbarman | minor fix to render page, add F command, added inhertab... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Andreas Gal | don't die when translating fonts without a charset |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Andreas Gal | style fixes and fix bug in numComps calculation (missin... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
andreasgal | Merge pull request #32 from sbarman/predictor |
commit | commitdiff | tree | snapshot |
2011-06-21 |
sbarman | removed redundant getChar |
commit | commitdiff | tree | snapshot |
2011-06-21 |
sbarman | Merge branch 'master' into predictor |
commit | commitdiff | tree | snapshot |
2011-06-21 |
sbarman | Merge branch 'master' of github.com:andreasgal/pdf.js |
commit | commitdiff | tree | snapshot |
2011-06-21 |
andreasgal | Merge pull request #30 from vingtetun/master |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Vivien Nicolas | Get rid of the TrueType class, adapt the code to conven... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
andreasgal | Merge pull request #33 from notmasteryet/pdf32000_2008 |
commit | commitdiff | tree | snapshot |
2011-06-21 |
notmasteryet | Fixes 09061a2cc48da67768b regression, spaces, and defau... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
sbarman | working implementation of png and tiff predictors |
commit | commitdiff | tree | snapshot |
2011-06-21 |
sbarman | cleaned up code |
commit | commitdiff | tree | snapshot |
2011-06-21 |
andreasgal | Merge pull request #31 from justindarc/master |
commit | commitdiff | tree | snapshot |
2011-06-21 |
sbarman | cleaned up code |
commit | commitdiff | tree | snapshot |
2011-06-21 |
sbarman | Bug fix when an array of filters is passed in |
commit | commitdiff | tree | snapshot |
2011-06-21 |
sbarman | working implementation of png and tiff predictors |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Andreas Gal | restore getChar in JpegStream |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Vivien Nicolas | Add a name to some anonyous functions |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Vivien Nicolas | Rename s2a, s16, s32 and do some dance inside the bind... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Justin D'Arcangelo | Replaced zoom control with standard HTML <select/>... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Vivien Nicolas | Fix some leftovers |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Vivien Nicolas | Merge with master |
commit | commitdiff | tree | snapshot |
2011-06-21 |
sbarman | Merge branch 'master' into predictor |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Vivien Nicolas | Merge with master |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Andreas Gal | cleanup DCTStream rendering code a tad |
commit | commitdiff | tree | snapshot |
2011-06-20 |
andreasgal | Merge pull request #29 from notmasteryet/jpegstream2 |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Chris Jones | Merge pull request #20 from sbarman/streamrewrite2 |
commit | commitdiff | tree | snapshot |
2011-06-20 |
sbarman | Merge branch 'pngpredictor' of https://github.com/notma... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
sbarman | Merge branch 'master' into streamrewrite2 |
commit | commitdiff | tree | snapshot |
2011-06-20 |
sbarman | Merge branch 'master' of github.com:andreasgal/pdf.js |
commit | commitdiff | tree | snapshot |
2011-06-20 |
sbarman | Merge branch 'master' into predictor |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Chris Jones | Merge pull request #19 from sbarman/tiling |
commit | commitdiff | tree | snapshot |
2011-06-20 |
sbarman | Merge branch 'master' of github.com:andreasgal/pdf.js |
commit | commitdiff | tree | snapshot |
2011-06-20 |
sbarman | switched to using const enums |
commit | commitdiff | tree | snapshot |
2011-06-20 |
sbarman | Merge branch 'master' of github.com:andreasgal/pdf... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
sbarman | forgot to changed to typeof b == undefined at one location |
commit | commitdiff | tree | snapshot |
2011-06-20 |
sbarman | used typeof b == undefined |
commit | commitdiff | tree | snapshot |
2011-06-20 |
sbarman | Merge branch 'master' into streamrewrite2 |
commit | commitdiff | tree | snapshot |
2011-06-20 |
sbarman | fixed ExtraStateContext.colorSpace impl |
commit | commitdiff | tree | snapshot |
2011-06-20 |
sbarman | Used symbolic constants |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Vivien Nicolas | Add a way to disable fonts that won't load |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Andreas Gal | remove remaining uses of integerToBytes in type1 font... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Andreas Gal | assemble cmap table from strings instead of arrays |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Andreas Gal | write font cmap using a string |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Andreas Gal | simplify glyph segment writing code |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Andreas Gal | store ranges as [start, end], instead of storing all... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Andreas Gal | use Array.sort to calculate glyph ranges instead of... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Vivien Nicolas | Add more TrueType rewriting magic ('post' table) |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Andreas Gal | style fixes, we should post some sensible style guide |
commit | commitdiff | tree | snapshot |
2011-06-20 |
andreasgal | Merge pull request #27 from notmasteryet/objstm |
commit | commitdiff | tree | snapshot |
2011-06-20 |
notmasteryet | Multi-color predictor; row predictor for sub and average |
commit | commitdiff | tree | snapshot |
2011-06-20 |
notmasteryet | DCTDecode; text and images vertical inversion fix |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Vivien Nicolas | Check for more missing tables in TrueType (sigh) |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Vivien Nicolas | Add a basic embedded CMap reader |
commit | commitdiff | tree | snapshot |
2011-06-19 |
notmasteryet | Ability to fetch ObjStm objects; fix DEFLATE stream... |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Andreas Gal | make createCMAPTable a nested function function |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Andreas Gal | in preparation for using strings to write out font... |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Andreas Gal | write OTF header using a string, not an array |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Andreas Gal | rename conver to convert |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Andreas Gal | make createOpenTypeHeader and createTableEntry inner... |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Andreas Gal | make createOpenTypeHeader and createTableEntry inner... |
commit | commitdiff | tree | snapshot |
next |