2367 Commits (f340dd5cd5bbbe78b71862a0c561d02dd25e0f14)

Author SHA1 Message Date
Jonas Jenwald b1cf4d98ad Avoid more allocations for RTL text in bidi.js 10 years ago
Mike Skalnik 341c5e9d1f [PATCH] Add fallback for font loading when eval disabled 10 years ago
Jonas Jenwald ee5ce4b4a2 Fix typo in `drawFigures`, in webgl.js, which causes shadingPatterns with `figure.type === triangles` to render incorrectly 10 years ago
Yury Delendik 20b46aaf88 Fixes supportsMozChunked for node.js 10 years ago
Jonas Jenwald 99d29487ab Adjust which TrueType (3, 1) glyphs we attempt to skip mapping of (issue 6336) 10 years ago
Rob Wu 1e3078d6c4 Serialize errors before invoking postMessage 10 years ago
Rob Wu b0a8c0fa40 cmaps: Use cmap.forEach instead of Array.forEach 10 years ago
Tilman Hausherr 6d1e0f7e8d fix handling of flags 1-3 in tensor shading 10 years ago
Tilman Hausherr c85fa00d62 fix handling of flags 1-3 in coons shading 10 years ago
Jonas Jenwald 1d65daf5e5 Correctly access `colorSpace.numComps` in `MeshStreamReader` (issue 6287) 10 years ago
Jonas Jenwald 7fe2442a18 Ensure that we don't use the same typed array for both `coords` and `colors` in Mesh `figures` (issue 6287) 10 years ago
Jonas Jenwald 55bc98a8b0 Rename `PatternType` to `ShadingType` to avoid confusion 10 years ago
Tim van der Meij 4f920ad100 Refactor annotation code to use a factory 10 years ago
Jonas Jenwald 0a024b5051 Adjust the heuristics used to detect OpenType font file with CFF data (bug 1186827, bug 1182130, issue 6264) 10 years ago
Jonas Jenwald 385e2e5aaf Check if the `Decode` entry is non-default when deciding if JPEG images are natively supported/decodable (issue 6238) 10 years ago
Tim van der Meij 980aa10e04 Refactor annotation rectangle code and add unit tests 10 years ago
Rob Wu c676ecb5a0 Detect scripted auto-print requests 10 years ago
Tim van der Meij 995c5ba205 Simplify annotation data passing 10 years ago
Tim van der Meij 465611a2ff More cleanup regarding annotation border styles 10 years ago
Jonas Jenwald c718d1ab10 Ignore double negative in `Lexer_getNumber` (issue 6218) 10 years ago
Tim van der Meij a2e9845093 Refactor annotation color handling and add unit tests 10 years ago
Jonas Jenwald 28f40b1b58 Fetch all indirect objects (i.e. `Ref`s) in `NameTree_getAll` and `NameTree_get` (issue 6204) 10 years ago
Rob Wu e211c25f06 Improve robustness of stream parser (invalid length) 10 years ago
Rob Wu fd29bb0c57 Subtract start offset for xrefs in recovery mode 10 years ago
Rob Wu 456ad438d8 Issue a warning instead of an error for long Names 10 years ago
Jonas Jenwald 7df78f997e Slightly more efficient `getDestination` 10 years ago
Jonas Jenwald 940bedf75f Add a unit-test that attempts to fetch a non-existent named destination 10 years ago
Rob Wu f9dd7318f7 fontLoadPromises -> fontsToLoad 10 years ago
Tim van der Meij 3a6eed6248 Do not draw a border if neither a Border nor a BS entry is present 10 years ago
Tim van der Meij 5aa1d9fdfd Remove InteractiveAnnotation abstraction 10 years ago
Yury Delendik 0787182e6f Adds more characters to the PUA range 10 years ago
Jonas Jenwald d0477302be Add a supplemental glyph map for non-embedded ArialBlack fonts (issue 5801) 10 years ago
Rob Wu 2e63dcdcf5 Feature-test moz-chunked-arraybuffer before use 10 years ago
Yury Delendik f3c3b1fc2d Removes B2G preprocessing directives. 10 years ago
Jonas Jenwald 46a8485db4 Ignore paint form XObject when the name is missing (issue 4558) 10 years ago
Jonas Jenwald bc865b9e2d Ensure that we fetch all indirect objects (i.e. |Ref|s) in ColorSpace_parseToIR 10 years ago
Jonas Jenwald aa3a64e975 Skip mapping of CIDFontType2 glyphs when the font either has a |IdentityToUnicodeMap| or a |toUnicodeMap| with 65536 elements (issue 5677) 10 years ago
Tim van der Meij 9550c00184 Transform old implementation to new implementation of border styles 10 years ago
Tim van der Meij 9ba4f74370 Implement setBorderStyle for annotations 10 years ago
Tim van der Meij 88b2059ed9 Implement annotation border style class and constants 10 years ago
Jonas Jenwald 75624c8d82 Clear the |getSinglePixelWidth| cache when rendering Type3 fonts (issue 6117) 10 years ago
Jonas Jenwald 60fbb5ef69 Ensure that the result of |constructStichedFromIRResult| is a number (issue 6113) 10 years ago
Jonas Jenwald bc5e43b45c Use the Alternate entry, if it exists, in ICCBased Colour Space dictionaries (issue 5836, issue 5939, issue 6055) 10 years ago
Jonas Jenwald a64536901a Increase the font weight used for non-embedded ArialBlack fonts 10 years ago
Jonas Jenwald 5eae3e29c5 Map missing glyphs to the notdef glyph for TrueType (3, 1) fonts (issue 6068) 10 years ago
Jonas Jenwald 6f2f0700b7 Don't map glyphs to certain problematic Thai/Lao Unicode locations (issue 5994) 10 years ago
Jonas Jenwald 64e1fb99fe Fetch parameters if they are |Ref|s in Pattern color spaces (issue 6081) 10 years ago
Jonas Jenwald a28ed7c834 Always traverse the entire parent chain in Page_getInheritedPageProp (issue 5954) 10 years ago
Jonas Jenwald a1743d9952 Revert PR 6024 "[Firefox] Parse all JPEG images in the addon", since it's fixed upstream 10 years ago
Mike Corbin 4c9b65f0e1 Extract correct PDF format version from the catalog 10 years ago