9407 Commits (c67edabcb3a566a97c9610a93aa04284b10aadc7)
 

Author SHA1 Message Date
Suriyaa Kudo 1446e0e64f Add HTTPS support 9 years ago
Jonas Jenwald b4100ba651 Merge pull request #7698 from Snuffleupagus/bug-1308536 9 years ago
Tim van der Meij 28ef012727 Viewer: improve responsiveness and clean up CSS 9 years ago
Tim van der Meij 1d82521b4c Merge pull request #7782 from Snuffleupagus/page-labels-more-validation 9 years ago
Tim van der Meij fe3c12bd16 Merge pull request #7778 from srslafazan/defensive-check-for-mousewheel-handler 9 years ago
Shain Lafazan 7fec8de502 Additional check to ensure pdfViewer object is defined before handleMouseWheel event accesses its property isInPresentationMode 9 years ago
Jonas Jenwald 0844a72b4d Add a bit more validation to `Catalog_readPageLabels`, to ensure that the Page Labels are well formed 9 years ago
Jonas Jenwald 2d8d8b5e53 Use `stringToPDFString` to sanitizing bad "Prefix" entries in Page Label dictionaries 9 years ago
Jonas Jenwald 9dc6463933 Ignore reserved commands when parsing operands in `CFFParser_parseDict`, instead of just rejecting the entire font (bug 1308536) 9 years ago
Tim van der Meij 9f8d67475e Merge pull request #7775 from timvandermeij/widget-annotation-name 9 years ago
Tim van der Meij 1d96854019 Widget annotation: implement field name according to the specification 9 years ago
Tim van der Meij 6e22b32372 Merge pull request #7745 from Snuffleupagus/Launch-actions 9 years ago
Jonas Jenwald 9295114bdd Merge pull request #7774 from timvandermeij/lint 9 years ago
Tim van der Meij 5194e68134 Lint: correct code style violations 9 years ago
Tim van der Meij 978b214c92 Lint: do not ignore `external/importL10n` as it is one of our components 9 years ago
Tim van der Meij c719762099 Lint: update `.jshintignore` 9 years ago
Tim van der Meij 29fc2f9908 Merge pull request #7773 from Snuffleupagus/update-swedish-l10n 9 years ago
Jonas Jenwald 40d2d3f569 [l10n] Add Swedish translations for a couple of new/changed localization IDs 9 years ago
Tim van der Meij c8158dc672 Merge pull request #7771 from timvandermeij/l10n-updates 9 years ago
Tim van der Meij 775b294bb9 L10n: import upstream translations 9 years ago
Tim van der Meij f8e29ad80f L10n: update the Dutch translation after recent string changes 9 years ago
Jonas Jenwald 077e644437 Fix a typo in the `page_of_pages` l10n ID for the en-US locale 9 years ago
Tim van der Meij e9c63a2b32 Merge pull request #6945 from Snuffleupagus/page-labels-viewer 9 years ago
Yury Delendik a740d69457 Merge pull request #7766 from Rob--W/printing-refactor-split-from-7721 9 years ago
Rob Wu 594592216c Refactor printing: startPrint -> performPrint 9 years ago
Rob Wu d3b13e36d3 Refactor page printing logic on the web 9 years ago
Rob Wu 0c21ebf9f3 Close overlay if print service was not initialized 9 years ago
Rob Wu 1c869906c8 Strictly manage lifetime of PDFPrintService 9 years ago
Tim van der Meij 1c3fb175dd Merge pull request #7757 from Snuffleupagus/setHash-remove-pageNumber-directly-after-hash 9 years ago
Jonas Jenwald 87c2ff5483 Remove/deprecate specifying a pageNumber directly after the hash symbol (#), to improve compatibility since other PDF viewers don't support this form (issue 7746) 9 years ago
Yury Delendik ab464df336 Import L10n files. 9 years ago
Tim van der Meij abc417cee9 Merge pull request #7750 from Snuffleupagus/PDFLinkService_navigateTo-more-validation 9 years ago
Tim van der Meij a28a71072d Merge pull request #7756 from timvandermeij/npm 9 years ago
Tim van der Meij 7c78b2f6c0 Travis CI: use most recent version of NPM 9 years ago
Tim van der Meij e94c2945af Merge pull request #7749 from Snuffleupagus/PDFLinkService_setHash-dest-fallback 9 years ago
Jonas Jenwald 81b9d553cf Add TeX-specific glyph names to `glyphlist.js` to improve both glyph mapping and text selection for mathematic fonts (issue 2594) 9 years ago
Brendan Dahl 8d036faf40 Move symbolic font glyphs to private use area if they don't have unicode mappings. 9 years ago
Jonas Jenwald efb9619e53 Add PageLabels to `PDFPageView` and `PDFThumbnailView` 9 years ago
Jonas Jenwald f461fd64aa Add support for PageLabels in the viewer 9 years ago
Jonas Jenwald 23ec02bb93 Remove the "Page: " label and replace it with a tooltip 9 years ago
Jonas Jenwald e1412de320 Add more validation to `PDFLinkService_navigateTo` 9 years ago
Jonas Jenwald d5e3b2fbf0 Update `PDFOutlineViewer_bindLink` to look more like `LinkAnnotationElement_bindLink` 9 years ago
Jonas Jenwald 47a1c7797e Update l10n files 9 years ago
Jonas Jenwald 901a2d41be Avoid accidentally rejecting a named destination that looks like a decimal number or a boolean (PR 7341 follow-up) 9 years ago
Jonas Jenwald 2b79782377 [api-minor] Add basic support for `Launch` actions (issue 1778, issue 3897, issue 6616) 9 years ago
Jonas Jenwald 7e392c0205 Merge pull request #7689 from Snuffleupagus/relative-URLs 9 years ago
Jonas Jenwald d284cfd5eb [api-minor] Add support for relative URLs, in both annotations and the outline, by adding a `docBaseUrl` parameter to `PDFJS.getDocument` (bug 766086) 9 years ago
Jonas Jenwald 71a781ee5c Deprecate the `isValidUrl` utility function and replace it with `createValidAbsoluteUrl`/`isValidProtocal` functions instead, since the main URL validation is now done using the `new URL` constructor 9 years ago
Jonas Jenwald 42f07c6262 [api-minor] Use the `new URL` constructor when validating URLs in annotations and the outline, as a complement to only checking the protocol, and add a bit more validation to `Catalog_parseDestDictionary` 9 years ago
Jonas Jenwald e64bc1fd13 Move parsing of destination dictionaries to a helper function 9 years ago