1521 Commits (1a5de56675d4952d5ffb8d281caade94e820a848)

Author SHA1 Message Date
Tim van der Meij 1a5de56675 Group public/private methods and add comments 10 years ago
Tim van der Meij 7cf440c560 Refactor PDFDocumentProperties to be more class-like 10 years ago
Tim van der Meij ca8f842d87 Rename DocumentProperties to PDFDocumentProperties 10 years ago
Jonas Jenwald 601bd4a930 Preface all "fullscreen" CSS rules with a |pdfPresentationMode| class, and add it to the |viewerContainer| while Presentation Mode is active 10 years ago
Jonas Jenwald 4211df63eb Refactor PDFPresentationMode to be more class-like 10 years ago
Jonas Jenwald 4edee12e92 Re-ordering the PDFPresentationMode code so that the "public" functions are placed towards the top of the file 10 years ago
Jonas Jenwald d5089f42fa Initial refactoring of the PDFPresentationMode code 10 years ago
Jonas Jenwald f15d5c8cfe Rename the presentation_mode.js file and adjust the function names 10 years ago
Jonas Jenwald e7fd5b4d4d Refactor the options passed to |PresentationMode.initialize| and clean-up some code in viewer.js and presentation_mode.js 10 years ago
Jonas Jenwald 95b2ec124b Move the PresentationMode-specific scrollWheel code from PDFViewerApplication 10 years ago
Jonas Jenwald 2dc1af8028 Break dependencies between PresentationMode and other code, and add PresentationMode related utility methods to PDFViewer 10 years ago
arai 5c4e3c31b8 Bug 1156287 - Do not extract unreachable code after return 10 years ago
Jonas Jenwald bc0d55bf43 Remove commented out code from viewer.html 10 years ago
Taylor Brown 34d3b96b52 prevent viewer from zooming on cmd+mousewheel 10 years ago
Jonas Jenwald 48242abe72 [B2G] Stub the |DownloadManager| to avoid error 10 years ago
Jonas Jenwald e5c4819601 Small refactoring of the code that calls |PDFViewerApplication.setInitialView| 10 years ago
Jonas Jenwald 6091e7bd6b Move the code that resets the history state when the |showPreviousViewOnLoad| preference is set to |false| 10 years ago
Jonas Jenwald 03497eabd5 Move fetching of the |defaultZoomValue| preference value to |PDFViewerApplication.initialize| 10 years ago
Jonas Jenwald 3974adcc22 Remove reference to GNUpdf from comment in |DocumentProperties.parseDate| 10 years ago
Mohamed Baig 6d8adb31ad Added the data-page-number dom attribute to the page rendered in the browser 10 years ago
Jonas Jenwald 94cc731616 Add custom |outlineloaded| and |attachmentsloaded| events to the viewer (bug 1112947) 10 years ago
Jonas Jenwald 36400ae48d Add |pageActualOption| to the list of predefined zoom options in the |scalechange| event handler in viewer.js 10 years ago
Jonas Jenwald 4a3b0d9c64 Add a |PDFViewer| option to remove the border shadow around pages (issue 5559) 10 years ago
Jonas Jenwald 65a5543efe Disable PresentationMode for certain problematic configurations 10 years ago
Tim van der Meij 230d8c40e4 Make presentation mode work again in Safari 10 years ago
Jonas Jenwald f0d538d7cf Revert PR 5510, except in WebKit browsers, for breaking print preview in Firefox 10 years ago
speedplane 80d85b5fe7 Embedded PDF viewers should not be changing their parent page's title. 10 years ago
Rob Wu 6a16d7dd44 Reset state upon load if showPreviousViewOnLoad 10 years ago
fkaelberer a78bb6b946 Use binary search in getVisibleElements() 10 years ago
Damjan Velickovski 29290f3277 added nbsp normalization 10 years ago
Jonas Jenwald eed67ea8bb Remove the |el| property in PDFPageView and PDFThumbnailView 10 years ago
Jonas Jenwald a495ab0d13 Fix regression that prevents resetting the zoom level to "Automatic" when using the |Ctrl + 0| keys 10 years ago
Collin Anderson 54e984c763 cleaned whitespace 10 years ago
Jonas Jenwald 8131440f9e Move the call to |PDFFindController.resolveFirstPage| into PDFViewer 10 years ago
Rob Wu ac5a8bcdda [l10n] Treat language as case-insensitive 10 years ago
Jonas Jenwald d53fa1884b Simplify a couple of preprocessor tags in viewer.js 10 years ago
Jonas Jenwald bb16475070 Use the |shadow| function from src/shared/util.js in viewer.js 10 years ago
Tim van der Meij b72395d5ce Determine filename only once and reduce code for _bindLink 10 years ago
Tim van der Meij 818b7fc306 Add JSDoc comments to PDFAttachmentView 10 years ago
Tim van der Meij 4c6ca1c78f Remove DownloadManager dependency 10 years ago
Tim van der Meij 733882ac25 Refactor PDFAttachmentView to be more class-like and to separate functionality into methods 10 years ago
Tim van der Meij 609e2a30e9 Rename DocumentAttachmentsView to PDFAttachmentView 10 years ago
Tim van der Meij 2c19d99a2e Rename document_attachments_view.js to pdf_attachment_view.js 10 years ago
Tim van der Meij f4dbc99483 Add JSDoc comments to PDFOutlineView 10 years ago
Tim van der Meij ea1d37eb0d Refactor PDFAttachmentView to be more class-like and to separate functionality into methods 10 years ago
Tim van der Meij b17da309ed Rename DocumentOutlineView to PDFOutlineView 10 years ago
Tim van der Meij 3eeb571425 Rename document_outline_view.js to pdf_outline_view.js 10 years ago
fkaelberer d3022e1e70 Update thumbnail images only when sidebar is visible 10 years ago
fkaelberer 047d61ed1f Update thumbnail style only when sidebar is visible 10 years ago
Jonas Jenwald 777d69b52e Remove dead code from PDFThumbnailView 10 years ago