1684 Commits (f340dd5cd5bbbe78b71862a0c561d02dd25e0f14)

Author SHA1 Message Date
Yury Delendik f340dd5cd5 Adds pdfjs/main_loader module to better mirror pdfjs-dist/build/pdf. 9 years ago
Yury Delendik 85e95d34ed Use RequireJS in the viewer, examples and tests. 9 years ago
Tim van der Meij cd28dd34fe Implement support for Underline annotations 9 years ago
Tim van der Meij 26379ddae2 Rename and reorder link annotation CSS 9 years ago
Tim van der Meij 7d43971f54 Implement support for Popup annotations 9 years ago
Tim van der Meij 5b66ad626d Refactor annotation display layer code to use classes 9 years ago
Jonas Jenwald 3079dd937f Remove a superfluous "s" in `AnnotationsLayerBuilder` from files in web/ 9 years ago
Tim van der Meij df81b832bb Remove unused variables 9 years ago
Yury Delendik 6b60c8f4db Adds UMD headers to core, display and shared files. 9 years ago
Tim van der Meij edce8daeac Implement annotation layer rendering and updating in src/display/annotation_layer.js 9 years ago
Jonas Jenwald d2c58a4ccc [Firefox] Prevent internal links from displaying "resource://pdf.js/web/" on hover, by tweaking the fallback case in `PDFLinkService_getDestinationHash` 10 years ago
Tim van der Meij bce3214105 Move link creation logic to src/display/annotation_layer.js 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 91274d6d2d Rename annotation_helper.js to annotation_layer.js 10 years ago
Tim van der Meij a2cac8fa71 Use default line height for the text layer 10 years ago
Yury Delendik c9cb6a3025 Replaces UnsupportedManager with callback. 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
Jonas Jenwald b05652ca97 [api-minor] Let `getAnnotations` fetch all annotations by default, unless an intent is specified 10 years ago
Sebastian Hengst 27577a714f Issue #6569 - document_colors_disabled shouldn't escape quotes (compare-locales warning) 10 years ago
Jonas Jenwald 93f4f7a649 Use `DEFAULT_SCALE` instead of `1.0` as the default value if the `scale` option isn't specified when initializing `PDFPageView` 10 years ago
Yury Delendik bd7f121c83 Better "text" testing. 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
Jonas Jenwald f341d81ae8 Ensure that the `hidden` attribute is always removed from the canvas when rendering is complete (issue 6661) 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
Tony Jin 570f144fc3 Fix minor capitalization issue in viewer 10 years ago
Jonas Jenwald 2646f27434 Dispatch the `pagerendered` event when zooming is only done with CSS (issue 6463) 10 years ago
Jonas Jenwald e629882f2a Correctly handle /FitH destinations with `null` as the parameter 10 years ago
Yury Delendik 28d340679a Uses document.currentScript for pdf.worker.js path. 10 years ago
Jonas Jenwald dbc611ac9d Ensure that the `textLayer` has the same dimensions as the `canvasWrapper` (issue 6596) 10 years ago
Yury Delendik b8ad68af25 Non/less flashing text layer during selection. 10 years ago
Jonas Jenwald 0f50147ba8 Create a new indeterminate loading bar animation for the default viewer 10 years ago
Tim van der Meij 55870788e5 Make the view history cache size configurable during initialization 10 years ago
Tim van der Meij 7681def0de Move VIEW_HISTORY_MEMORY constant to `view_history.js` 10 years ago
Yury Delendik b8b922196c Moves match counter from find UI to the controller. 10 years ago
Andy Parisi 17fe0b1470 Added find match counter 10 years ago
WilliamRClark 59104a2863 Update viewer.html for Internet Explorer Compatibility 10 years ago
Yury Delendik 7cb32759ed Better CSS scaling for deviceRixelRatio != 1. 10 years ago
Yury Delendik 62afa9f695 Fixes PDFViewerApplication.open/close methods signature. 10 years ago
Yury Delendik 5135aa9bec Adds deprecation warning for the API calls. 10 years ago
Yury Delendik 59c13b32aa Adds destroy method to the document loading task. 10 years ago
Jonas Jenwald 610df45bad Prevent external links from "replacing" the viewer when it's embedded (bug 976541) 10 years ago
Jonas Jenwald 9fc8e1ea25 Fix a regression, from PR 5356, that breaks all scrolling in PresentationMode 10 years ago
Rob Wu 7e345b223c [CRX] Call callback instead of onCompleted 10 years ago
Rob Wu cdea75dc39 Refactor the previous history rewriting logic 10 years ago
Jonas Jenwald 5e7ce9d62d Fix incorrect indentation, and remove `else` after `return`, in `PDFPageView_update` 10 years ago
Jonas Jenwald 1ae9ba1d64 Don't clear the `canvas` until re-rendering is finished when the `scale` or `rotation` is changed (issue 6467) 10 years ago
Jonas Jenwald c7fd7f898f Tweak `PDFPageView` to reflect that `this.annotationLayer` is an `AnnotationsLayerBuilder` instance, instead of a DOM element (PR 5552 follow-up) 10 years ago
Xiliang Chen a059f9fcbb Fix exception when rotate page without a document 10 years ago