774 Commits (acdd49f48097ffcb27332673a8b51cd653f6de88)

Author SHA1 Message Date
Yury Delendik 2d7a34d692 Fixes decoding for CMYK jpegs. 11 years ago
Tim van der Meij aaa1f2cb11 Implemented NameTree.get() using binary search 11 years ago
Tim van der Meij b215af30d3 Require destinations when they are needed and do not fetch all of them in advance 11 years ago
Brendan Dahl 8a536ac346 Map missing glyphs in encoding to notdef glyph. 11 years ago
Brendan Dahl 2fc5e6a9ad Don't map glyphs to unicode non breaking space. 11 years ago
Jonas Jenwald cb3e5903cb Fix disableAutoFetch regression in the generic viewer 11 years ago
Jonas Jenwald df2a4afd36 Use |toUnicode| when creating the glyph map for standard CIDFontType2 fonts without embedded font file 11 years ago
Yury Delendik 07a2539867 Replaces (chunk in this.loadedChunks) 11 years ago
Yury Delendik c3f191a27c Implement streaming using moz-chunk-arraybuffer 11 years ago
Jonas Jenwald 3c759e296a Add support for MMType1 fonts with embedded font files 11 years ago
Jonas Jenwald b16c973d9d Fix Symbol fonts without font file but with Encoding dictionary (issue 5238) 11 years ago
Jonas Jenwald ed5fc43510 Add |UnexpectedResponseException| to fix the exception handling when file loading fails because the server responds with a non 404 status message 11 years ago
Jonas Jenwald 2003d83ea6 Fix loading of inline JPEG images 11 years ago
Jonas Jenwald d1974eae34 Add peekByte method to Stream, DecodeStream and ChunkedStream 11 years ago
sangm d716fe438a Fixed typo in core/jpx.js #5227 11 years ago
Jonas Jenwald 7c044bc30d Fetch decodeParams if it's a |Ref| in JBIG2Decode streams 11 years ago
Yury Delendik aa8d3d98f8 Fetches params in makeFilter 11 years ago
Jonas Jenwald ca027ebfdb Fix the exception propagation when rejecting workerReadyCapability 11 years ago
Jonas Jenwald 007d7b2d95 Fix handling of RGBA buffers in CalRGB colorspace (issue 5270) 11 years ago
Jonas Jenwald 7b3f222787 Add |SpecialPUASymbols| map and refactor |mapSpecialUnicodeValues| 11 years ago
Jonas Jenwald 2d5596172c Add more cases to |mapSpecialUnicodeValues| to fix the rendering of various Symbol encoded brackets 11 years ago
Jonas Jenwald 4bda6ba1b8 Add basic support for ZapfDingbats 11 years ago
Jonas Jenwald be595d0721 Further amend GlyphMapForStandardFonts (issue 5244) 11 years ago
Rob Wu 07a4837763 CCITTFaxStream parser: resolve xref if needed 11 years ago
Jonas Jenwald cc8710acbf Workaround for TrueType fonts with exotic cmap tables (bug 1057544) 11 years ago
Jonas Jenwald ae896fc071 Avoid creating intermediate strings in sanitizeMetrics 11 years ago
fkaelberer a7bbc12a81 Fix ensureByte() function name (copy-and-paste error) 11 years ago
Nicholas Nethercote 48de7651ce Apply the GRAYSCALE_1BPP optimization when `needsDecode` is set. 11 years ago
Nicholas Nethercote 96b9af68dd Remove setGStateForKey() closure. 11 years ago
Kalervo Kujala 0c5525dc8a CalRGB: optimize CalRGB calculations 11 years ago
Nicholas Nethercote 9674abc542 Ignore setGState no-ops. 11 years ago
Nicholas Nethercote bcc31b666f Right-size the array in getSampleArray(). 11 years ago
Nicholas Nethercote ffae848f4e Reduce ASCII checks in makeInlineImage(). 11 years ago
Yury Delendik a2c2f81167 Use cff glyph width in the hmtx table 11 years ago
Kalervo Kujala 1e4a7f981e implement CalRGB color space 11 years ago
Jonas Jenwald 9ef0d0b878 Fix the error handling for CMaps that fail to load 11 years ago
Yury Delendik 0ad323f621 Adds width at the beginning of the Type2 charstring 11 years ago
Jonas Jenwald 06b5d97bc6 Remove two instances of leftover console.log debug statements 11 years ago
Nicholas Nethercote 61e6b576d4 Avoid an allocation in readCharCode(). 11 years ago
Nicholas Nethercote 7cbd057deb Avoid unnecessary array allocations in EvaluatorPreprocessor_read(). 11 years ago
Brian Ng 5365fa9de7 Fix typo 11 years ago
Yury Delendik ab8270ae3a Fixes searchRange calculation 11 years ago
Yury Delendik 42771159ca Removes stringToArray 11 years ago
Yury Delendik 350556f085 Removes bytesToString/stringToArray conversions in the font.js 11 years ago
pramodhkp 458b69b649 Adds image and mask features, fixes clippath 11 years ago
Jonas Jenwald 66c56ac546 Fixes a regression from PR 4982 11 years ago
Rob Wu 58cd3349db AES cipher: make padding optional 11 years ago
Nicholas Nethercote f82977caf9 Simplify isIdentityUnicode detection. 11 years ago
Nicholas Nethercote 6c8cca1284 Add IdentityToUnicodeMap class. 11 years ago
Nicholas Nethercote 9576047f0d Add ToUnicodeMap class. 11 years ago