319 Commits (558a12bc5602496ce8cfcbb2f9109d7e19fe26e6)

Author SHA1 Message Date
sbarman 4189bb610e Fixed bug, used pixBytes instead of rowBytes 14 years ago
Vivien Nicolas 3955ed1b4c Fix a bunch of warnings from Firebug strict mode 14 years ago
Justin D'Arcangelo 6501c2100f Brought pdf.js back up to the latest revision. 14 years ago
Justin D'Arcangelo 0b48feb208 Revert ae2e637044e5abe5d4c119de133e65e0aef4a9b5^..HEAD 14 years ago
Vivien Nicolas 0f1b9949b6 Remove code to handle FlateStream differently now that we have a sane interface 14 years ago
Chris Jones d9d7b3d205 TODO for bpc!=8 14 years ago
Chris Jones 96796619c2 fix rendering of some symbols. Patch by Vivien Nicolas. 14 years ago
Julian Viereck 67e1d0597b Small rebase tidyup + cleanup 14 years ago
Julian Viereck 229edf24d4 First pass on review: worker.js -> pdf_worker.js, Font.bind cleanup + other stuff 14 years ago
Julian Viereck 34e79aca08 Add PatternProxy; makes page 13 work 14 years ago
Julian Viereck c9c24ee5c3 Replace ImageCanvas by ScratchCanvas 14 years ago
Julian Viereck 4f10e93f8c Fixing some smaller bugs & do some cleanup. viewer_worker.html UI is now 14 years ago
Julian Viereck b151516416 Introduce ImageCanvas to handle canvas rendering in WebWorker 14 years ago
Julian Viereck d9424a7135 Make fonts getting loaded by a very nasty hack 14 years ago
Julian Viereck a8dcb0dcd6 Most working, but once you add the font-css file to the web page, there is no font drawn at all 14 years ago
Julian Viereck f346014c12 Backup work 14 years ago
Vivien Nicolas b9a53361f8 Remove some hardcoded glue 14 years ago
Vivien Nicolas f240a5b811 Remove the ignoreFont variable 14 years ago
sbarman fd5412ac12 fix for uncompressed flatestream blocks 14 years ago
Vivien Nicolas 7b454d403b Use the real content of the string to measure it's size 14 years ago
sbarman 553250a5d2 fake stream for unimplemented filters 14 years ago
Chris Jones 35b6569f5e fix strict-mode violations in chrome 14 years ago
Chris Jones fc4e4e79c6 add TODO() for Shading Pattern 14 years ago
Chris Jones edb69dff59 TODO() for 4-component-per-pixel images 14 years ago
Chris Jones d32cbedd06 TODO() for radial shading 14 years ago
Chris Jones 0a74ec7759 band-aid lack of Indexed color space 14 years ago
Vivien Nicolas 4f7fb7539b Enhance the converter code by filling Format 6 dense array gaps 14 years ago
Chris Jones c506cb5e04 deal with apparent lack of FontDescriptor for standard fonts 14 years ago
Andreas Gal fc0deffe0f fix typo 14 years ago
Andreas Gal afecf35ff5 fix other cases of reading this.buffer before ensureBuffer, too 14 years ago
Andreas Gal 9748c1a754 ensureBuffer can modify this.buffer, so read it after ensureBuffer 14 years ago
sbarman e3ecfb00b6 moved array allocation to consturctor 14 years ago
Vivien Nicolas e9ed96d97c Start of a TTF Format6 to Format4 converter (sigh) 14 years ago
sbarman f79f77174c clean up code 14 years ago
sbarman 42f8b52639 made Ascii85Stream be a child of DecodeStream 14 years ago
Andreas Gal 55df4f40cb avoid frequent calls to ensureBuffer during decompression 14 years ago
sbarman a215ef5ae8 fixed indent 14 years ago
sbarman 438c565f45 rewrote prototype inhertence 14 years ago
sbarman 20556026cd work in progress on ascii85 14 years ago
sbarman f2952ec296 modified Ascii85Stream to be more like other streams 14 years ago
Vivien Nicolas 595a384ca7 Support Format 6 cmap table, but does not pass the sanitizer yet 14 years ago
sbarman 99ffc9991e rewrote streams to be object oriented 14 years ago
Andreas Gal 00e2ff5a60 avoid constantly calling ensureBuffer 14 years ago
sbarman e0853abdda combined redudent code in Stream 14 years ago
sbarman 4ced049513 fixed getBytes in Ascii85Stream 14 years ago
Chris Jones 8f6006137d fix typo 14 years ago
Chris Jones 1c3be696af Don't error out for FontFile3 descriptors. 14 years ago
sbarman 0073e3c618 initial impl of ASCII85 Decoding 14 years ago
Vivien Nicolas 34357eac19 Start displaying TrueType fonts 14 years ago
Andreas Gal 51b9659f55 whitespace fixes and move inheriting of dict props into the page since it only happens there 14 years ago