2018 Commits (a737e5b7060de2debcdda2becb692d1b1d9b3445)

Author SHA1 Message Date
thejdeep 39a29cfe03 Fixed text not visible 11 years ago
fkaelberer 141ecfa61f fix "JPX Out of Packets" Error (issues 4358, 4659, 4814) 11 years ago
Fabian Lange b2d7c285c0 For JPX decoding only read next packet after checking for byte aligning. 11 years ago
Jonas Jenwald 4ac4d49158 Avoid rendering invisible Type3 fonts (issue 5421) 11 years ago
Rob Wu c889e4e679 Fix error in WidgetAnnotation 11 years ago
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
Yury Delendik 8bec7ea8bd Adds optional argument to FontFace contructor call. 11 years ago
Jonas Jenwald cb3e5903cb Fix disableAutoFetch regression in the generic viewer 11 years ago
Rob Wu d0845df971 Use Font Loading API if available 11 years ago
Rob Wu 6a230af332 Rename FontFace to FontFaceObject 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 2701edc7c6 Change `getDocumentError` in web/viewer.js to use `instanceof` instead of the exception name 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 64d95bedaa In src/display/api.js, add documentation for the |progressCallback| parameter in |PDFJS.getDocument| 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
Yury Delendik be998261cc Fixes Type3 negative font direction 11 years ago
Nicholas Nethercote 96b9af68dd Remove setGStateForKey() closure. 11 years ago
Kalervo Kujala 0c5525dc8a CalRGB: optimize CalRGB calculations 11 years ago
Tim van der Meij 32853c07f4 Implements paintFormXObject in svg.js 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
Tim van der Meij 1d02ace81f Optimizes defaults for svg.js 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
Yury Delendik de23d3791e Fixes image and font embedding 11 years ago
Yury Delendik 0f862e7eb3 Adds svg.js to the generic and singlefile builds 11 years ago
Yury Delendik bc574aa629 Refactors SVG api 11 years ago
Jonas Jenwald 9ef0d0b878 Fix the error handling for CMaps that fail to load 11 years ago