55 Commits (e9cbfbccb47135c4bc930267d75935d3db15abc7)

Author SHA1 Message Date
Jonas Jenwald 7780fd5b98 Re-factor `PDFDocumentProperties` such that it's properly reset when a new PDF file is opened (issue 8371) 8 years ago
Jonas Jenwald 2a0207ccaf Enable the `object-shorthand` ESLint rule in `web` 8 years ago
Jonas Jenwald ae04cf1c37 Enable running the `ui_utils` unit-tests on Travis 8 years ago
Jonas Jenwald 84472b30ee Change `getPDFFileNameFromURL` to ignore `data:` URLs for performance reasons (issue 8263) 8 years ago
Yury Delendik 8e681ce3e2 Change amd to cjs path in ES6 modules 8 years ago
Jonas Jenwald b2c3f8f081 Convert a number of `import * as pdfjsLib from 'pdfjs-web/pdfjs';` cases to only specify the necessary imports 8 years ago
Jonas Jenwald 3b35c15d42 Convert the files in the `/web` folder to ES6 modules 8 years ago
Rob Wu c67edabcb3 Set title using logic similar as download name 8 years ago
Rob Wu 5fdc908f02 Recognize file name in reference fragment in getPDFFileNameFromURL 8 years ago
Jonas Jenwald 4046d67fde Enable the `no-else-return` ESLint rule 8 years ago
Jonas Jenwald c36468cbce Fix errors reported by the `keyword-spacing` ESLint rule 8 years ago
Jonas Jenwald 3820946301 Fix (most) errors reported by the `no-multi-spaces` ESLint rule 8 years ago
Yury Delendik 7b6ba5e9fd Don't fail if mozL10n is not present. 9 years ago
Yury Delendik f7d6f3a739 Adds SVG rendering capabilities to the PDFViewer. 9 years ago
Yury Delendik a4402c84de Refactor toolbar (and secondary toolbar). 9 years ago
Yury Delendik 0576c9c6c6 Replaces all preprocessor directives with PDFJSDev calls. 9 years ago
Yury Delendik 223a18ccc8 Simplified wheel processing. 9 years ago
Yury Delendik 7fd3db9977 Adds EventBus. 9 years ago
Yury Delendik 4165cedc9f Replace pdfjsLib with module that represents pdf.js. 9 years ago
Yury Delendik 006e8fb59d Introduces UMD headers to the web/ folder. 9 years ago
Yury Delendik 1e3e14e6b2 Exposes all functional members via lib exports and use them in viewer. 9 years ago
Yury Delendik 1d12aed5ca Move all PDFJS.xxx settings into display/global. 9 years ago
Yury Delendik 313b418a20 Prepare viewer.js for async loading and module separation. 9 years ago
Tim van der Meij 0351c7eff4 Move the `getFileName` helper function to the core 9 years ago
Jonas Jenwald 97c10e9c08 Strip `null` (\x00) characters from the URLs in LinkAnnotations (issue 6832) 9 years ago
Yury Delendik 2f34fd46cb Move CustomStyle. 10 years ago
Manas a2ba1b8189 Uses editorconfig to maintain consistent coding styles 10 years ago
Yury Delendik 7cb32759ed Better CSS scaling for deviceRixelRatio != 1. 10 years ago
Jonas Jenwald 9fc8e1ea25 Fix a regression, from PR 5356, that breaks all scrolling in PresentationMode 10 years ago
Jonas Jenwald b7d1bed463 Add a utility function, for the viewer, that removes `null` (\x00) characters (issue 6416) 10 years ago
Rob Wu 3e363ae307 scrollIntoView: Skip overflow:hidden elements 10 years ago
Yury Delendik 1b847df2f3 Using pdfjs-dist as a library for b2g viewer. 10 years ago
Yury Delendik 0ef6212b64 Refactors PDFLinkService. 10 years ago
fkaelberer a78bb6b946 Use binary search in getVisibleElements() 10 years ago
Jonas Jenwald eed67ea8bb Remove the |el| property in PDFPageView and PDFThumbnailView 10 years ago
Yury Delendik b930228788 Refactors Cache into PDFPageViewBuffer 10 years ago
Jonas Jenwald ecbb39f983 Fix loadingBar hiding when disableAutoFetch is enabled (issue 3590) 11 years ago
Jonas Jenwald cfeb4c1019 Small refactoring of the loadingBar hiding code 11 years ago
Jonas Jenwald b9ef80e167 Add a page loading indicator to the page number input 11 years ago
Yury Delendik a1eca2084d Moves constants to avoid dependency on PDFView 11 years ago
Yury Delendik bfefadb87c Moves watchScroll and getVisibleElements from PDFView 11 years ago
Tim van der Meij 24cf969422 Use strict equalities in web/ui_utils.js 11 years ago
Yury Delendik df87df59b6 Increases page cache size when needed 11 years ago
Nicholas Nethercote 5b7df1830d Fix PageView cache re-insertions. 11 years ago
Yury Delendik b39f0c311c Refactors history and how the database is stored 11 years ago
Jonas Jenwald 0bd865b329 Fix coding style in web/ui_utils.js 11 years ago
Jonas Jenwald 736c570231 Add support for horizontal scrolling in 'scrollIntoView' in ui_utils.js 12 years ago
Yury Delendik fdd5d414ed Fixes find position in HiDPI displays 12 years ago
Jonas Jenwald 60610cd625 Implement default preferences 12 years ago
Brendan Dahl 6ef44da10b Use canvas and css width/height instead of css transform for high dpi. 12 years ago