2770 Commits (0423bb69e92173f3018adc81fb9b59bee071c987)

Author SHA1 Message Date
Yury Delendik 79c2f69c32 Adds/modifies examples for node.js and webpack. 10 years ago
Tim van der Meij 5b66ad626d Refactor annotation display layer code to use classes 10 years ago
Tony Jin f9e2091c5a Fixing externalLinkTarget. isExternalLinkTargetSet was set to 10 years ago
Tony Jin 11f3deac56 Allow link rel to be customized. Defaults to 'noreferrer' 10 years ago
Tim van der Meij df81b832bb Remove unused variables 10 years ago
Jonas Jenwald d4c026980e Only export `Uint32ArrayView` when it's actually defined, to prevent breaking e.g. the Firefox addon/built-in version 10 years ago
Xiliang Chen 8bf17f5df8 Fix incorrect position of text widget 10 years ago
Yury Delendik b084dc09ee Allows requirejs and node load fake worker files. 10 years ago
Yury Delendik 6b60c8f4db Adds UMD headers to core, display and shared files. 10 years ago
Tim van der Meij edce8daeac Implement annotation layer rendering and updating in src/display/annotation_layer.js 10 years ago
Tim van der Meij b1937e7670 Remove superfluous comments in the annotation layer code 10 years ago
Tim van der Meij 8d36aad30a Implement constants for all annotation types 10 years ago
Jonas Jenwald 12068490ed Remove the superfluous `PDFJS.disableFontFace = false;` statement at the top of font_loader.js (issue 6742) 10 years ago
Jonas Jenwald f0e4795302 Reset the `styleElement` when clearing out loaded fonts (bug 1232017) 10 years ago
Tim van der Meij bce3214105 Move link creation logic to src/display/annotation_layer.js 10 years ago
Jonas Jenwald ee0d522187 Use `adjustWidths` for TrueType fonts if we handle them as OpenType (issue 5027, issue 5084, issue 6556, bug 1204903) 10 years ago
Jonas Jenwald 4810b7b8fc Fix the `charCodeOf` method in `IdentityToUnicodeMap` in order to prevent text selection from breaking 10 years ago
Yury Delendik 15c9969abe Adds transfer function support for SMask. 10 years ago
Yury Delendik d4843ebf6d Fixes canvas state after smask group ends. 10 years ago
Brendan Dahl 87762afec4 Remove glyph id's outside the range of valid glyphs. 10 years ago
Tim van der Meij 2dc3ee38c0 Move most rendering logic to src/display/annotation_layer.js 10 years ago
Tim van der Meij 38567ac3a3 Rename `initContainer(item)` to `getContainer(data)` 10 years ago
Tim van der Meij 91274d6d2d Rename annotation_helper.js to annotation_layer.js 10 years ago
Daan Sprenkels a9081653fc shading-pattern: While drawing patterns, transform to the baseTransform first 10 years ago
Yury Delendik c9cb6a3025 Replaces UnsupportedManager with callback. 10 years ago
Tim van der Meij 0c41866433 Make use of `Util.inherit` in `src/core/pdf_manager.js` 10 years ago
Tim van der Meij 8b79becad6 Improve code structure of the annotation code 10 years ago
Jonas Jenwald e8e79029b1 Replace `font.bindDOM()` with `font.createFontFaceRule()` in the `FontLoader` for MOZCENTRAL specific code (PR 6571 follow-up) 10 years ago
Jonas Jenwald 995e1a45b8 Ensure that `Lexer_getName` does not fail if a `Name` contains in invalid usage of the NUMBER SIGN (#) (issue 6692) 10 years ago
Yury Delendik e4e69e2f05 Set error font for Type3 if its loading failed. 10 years ago
Yury Delendik 8dff301ce1 Worker shall wait for MessageHandler to be created at api side. 10 years ago
Jonas Jenwald 6dfe53b976 [api-minor] Add a parameter to `PDFPageProxy_getTextContent` that enables replacing of all whitespace with standard spaces in the textLayer (issue 6612) 10 years ago
Yury Delendik 06c1904675 Refactors FontLoader to group fonts per document. 10 years ago
Yury Delendik 09772e1e15 Creates PDFWorker, separates fetchDocument from transport. 10 years ago
Yury Delendik acdd49f480 Adds peer communication between MessageHandlers. 10 years ago
Jonas Jenwald 27c8e1e22f Improve the comment and deprecation warning for `PDFJS.openExternalLinksInNewWindow` 10 years ago
Jonas Jenwald a2a5d36d5b Restore the `data.annotationFlags` parameter for annotations (PR 6672 follow-up) 10 years ago
Jonas Jenwald b05652ca97 [api-minor] Let `getAnnotations` fetch all annotations by default, unless an intent is specified 10 years ago
Tim van der Meij 0991c06395 Refactor annotation flags code 10 years ago
Jonas Jenwald 373da010ac Move the `globals` comments in bidi.js and metadata.js to after the Copyright comments 10 years ago
Yury Delendik 56ccaea99b Move text layer building logic into src/display/text_layer.js 10 years ago
Yury Delendik 2f34fd46cb Move CustomStyle. 10 years ago
Yury Delendik 8200f099a3 Fix chars scaling for standard fonts. 10 years ago
Daan Sprenkels 6ce83d3290 apply transformation matrix to RadialGradient radiuses, 10 years ago
Yury Delendik 1d8800370a Allow subpixel anti-aliasing for most of the content. 10 years ago
Manas a2ba1b8189 Uses editorconfig to maintain consistent coding styles 10 years ago
Jonas Jenwald 50a70429ec Ignore the /Mask entry in images unless its /ImageMask entry is explicitly set to `true` (issue 6621) 10 years ago
Manas dbcb46c8de Uses @alias to fix missing comments on JSDocs pages 10 years ago
Rob Wu c604cc22d1 Improve error message for non-existent local files 10 years ago
Jonas Jenwald ff64ef0243 Prevent `readCmapTable` from failing if the `cmap` is missing in TrueType fonts 10 years ago