9077 Commits (2da2c45889c45b4f3d60a8fde98e02a945c73ad4)
 

Author SHA1 Message Date
Tim van der Meij 2da2c45889 Interactive forms: remove global PDFJS usage 9 years ago
Tim van der Meij f062695d62 Merge pull request #7633 from timvandermeij/interactive-forms-tx-flags 9 years ago
Tim van der Meij dbea302a6e Text widget annotations: do not render on canvas as well 9 years ago
Tim van der Meij adf0972ca5 Text widget annotations: improve unit and reference tests 9 years ago
Tim van der Meij f6965fadc0 Text widget annotations: support multiline and read-only fields 9 years ago
Jonas Jenwald 4acd31f51e Merge pull request #7550 from Snuffleupagus/Type1-toUnicode-builtInEncoding-fallback 9 years ago
Brendan Dahl 834a7ff329 Merge pull request #7636 from yurydelendik/rm-refresh 9 years ago
Yury Delendik 503bf45eca Drops unneeded HTTP refresh header for the extension. 9 years ago
Tim van der Meij 26da2d57ce Merge pull request #7632 from Snuffleupagus/more-efficient-expandTextDivs 9 years ago
Tim van der Meij 3b94ecf563 Merge pull request #7634 from Snuffleupagus/remove-mozDash 9 years ago
Jonas Jenwald 8eaa2cbce3 Remove the deprecated `mozDash`/`mozDashOffset` canvas 2D context methods 9 years ago
Jonas Jenwald cb5f9df0c8 [EnhanceTextSelection] Make `expandTextDivs` more efficient by updating all styles at once instead of piecewise 9 years ago
Jonas Jenwald a7c35025fe Merge pull request #7629 from timvandermeij/interactive-form-unit-tests 9 years ago
Tim van der Meij 323e86c442 Text widget annotations: implement unit testing and sanitize data values 9 years ago
Tim van der Meij 4d1592883d Merge pull request #7626 from yashsriv/lint-fix-url-polyfill 9 years ago
Yash Srivastav 4e428c7675
Fix lint warnings in URL polyfill 9 years ago
Tim van der Meij 03588ccbf7 Merge pull request #7623 from Snuffleupagus/jpx-error 9 years ago
Jonas Jenwald 230b1e3275 Merge pull request #7624 from Snuffleupagus/yury-fake-cloning 9 years ago
Yury Delendik 160b176109 Adding "proper" message port for fake worker. 9 years ago
Jonas Jenwald f620f61887 Change `src/core/jpx.js` to use the `error` utility function instead of using `throw new Error` 9 years ago
Tim van der Meij 6b05cfd1b8 Merge pull request #7622 from timvandermeij/interactive-forms-text 9 years ago
Jonas Jenwald 325f7afcca For embedded Type1 fonts without included `ToUnicode`/`Encoding` data, attempt to improve text selection by using the `builtInEncoding` to amend the `toUnicode` map (issue 6901, issue 7182, issue 7217, bug 917796, bug 1242142) 9 years ago
Tim van der Meij be485f59ab Text widget annotations: implement maximum length and text alignment 9 years ago
Tim van der Meij bf6f5d1cc9 Merge pull request #7621 from Snuffleupagus/more-symbolic-fonts-without-included-encoding-tests 9 years ago
Jonas Jenwald ae2cc9119b Add a couple more, mostly `text`, reference tests for non-embedded symbolic fonts without included encoding information 9 years ago
Jonas Jenwald 1fae435e88 Merge pull request #7546 from Snuffleupagus/issue-7544 9 years ago
Jonas Jenwald 0b75f63c03 Don't duplicate the first entry in the `charCodeToGlyphId` map for CIDFontType2 fonts with a `CIDToGIDMap` that already mapped the first entry to a non-zero `glyphId` (issue 7544) 9 years ago
Tim van der Meij b112f9f9f4 Merge pull request #7600 from Snuffleupagus/issue-7598 9 years ago
Tim van der Meij 22c7ff494a Merge pull request #7609 from Snuffleupagus/enhanceTextSelection-pref-hack 9 years ago
Tim van der Meij 23a0264a15 Merge pull request #7619 from Snuffleupagus/SecondaryToolbar-setMaxHeight-events 9 years ago
Jonas Jenwald be8a69a52c Ensure that we provide the `source` parameter when dispatching the button click events in `SecondaryToolbar` (PR 7313 follow-up) 9 years ago
Jonas Jenwald 6e126b31dc Only update the `max-height` of the `SecondaryToolbar` when it's actually visible 9 years ago
Jonas Jenwald e12c48b73f Add a `enhanceTextSelection` preference 9 years ago
Jonas Jenwald ca61ccc533 Merge pull request #7602 from timvandermeij/interactive-forms 9 years ago
Tim van der Meij e281ce7c73 Enable regression testing for interactive forms 9 years ago
Tim van der Meij e686db250c Render interactive form (AcroForm) text widget annotations 9 years ago
Jonas Jenwald 8dbb5a7c4a Merge pull request #7596 from timvandermeij/widget-annotation-cleanup 9 years ago
Jonas Jenwald 44b75c01a1 Check that Type1C fonts does not actually contain OpenType font files (issue 7598) 9 years ago
Tim van der Meij 576f742047 Improve the structure for widget annotations 9 years ago
Tim van der Meij b26af7ee24 Merge pull request #7595 from Snuffleupagus/api-reject-with-Error 9 years ago
Jonas Jenwald 37998076c9 In `display/api.js` ensure that we always reject with an `Error` in `JpegDecode`, and adjust a couple of other rejection sites as well 9 years ago
Jonas Jenwald 38c85039d1 Merge pull request #7588 from timvandermeij/text-layer-weakmap 9 years ago
Tim van der Meij 96593571eb Optimize scale calculation in `text_layer.js` 9 years ago
Tim van der Meij 7db1983d64 Merge pull request #7591 from Snuffleupagus/jpeg-error 9 years ago
Jonas Jenwald a35773ec8c Change `src/core/jpg.js` to use the `error` utility function instead of `throw`ing 9 years ago
Tim van der Meij d03651efff Merge pull request #7407 from Snuffleupagus/issue-7406 9 years ago
Tim van der Meij 31f6180a08 Merge pull request #7592 from timvandermeij/revert 9 years ago
Tim van der Meij eb2ba3287a Revert "Move the `Preferences` initialization/fetching code to the top of `PDFViewerApplication.initialize`, to enable using them when initializing the viewer components" 9 years ago
Tim van der Meij a2525a8ba3 Revert "Add a `enhanceTextSelection` preference to the viewer" 9 years ago
Tim van der Meij b3818d5c36 Replace `div.dataset` with a `WeakMap` in `text_layer.js` 9 years ago