1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00
pdf.js/web
Jonas Jenwald 514210814d Prevent the *entire* viewer from zooming, when quickly switching from scrolling to zooming using the mousewheel (PR 7097 followup)
This is a regression from PR 7097.

(Also, out of scope for this PR, but I think that a `setTimeout` value of `1000 ms` is too large. Switching from scrolling to zooming can fell sluggish, and give the impression that nothing happens.)
2016-04-07 21:04:52 +02:00
..
images Add mirrored triangle (TOC item icon) 2015-09-06 15:35:58 +02:00
.gitignore Remove obselete file from .gitignore 2015-01-26 16:44:45 +01:00
annotation_layer_builder.css Implement support for FileAttachment annotations 2016-02-23 22:49:53 +01:00
annotation_layer_builder.js Exposes all functional members via lib exports and use them in viewer. 2016-04-07 13:46:07 -05:00
app.js Prevent the *entire* viewer from zooming, when quickly switching from scrolling to zooming using the mousewheel (PR 7097 followup) 2016-04-07 21:04:52 +02:00
chrome-i18n-allow-access-to-file-urls.json Add translations of "Allow access to file URLs" 2015-08-14 18:59:55 +02:00
chromecom.js Exposes all functional members via lib exports and use them in viewer. 2016-04-07 13:46:07 -05:00
compatibility.js Uses editorconfig to maintain consistent coding styles 2015-11-14 07:32:18 +05:30
compressed.tracemonkey-pldi-09.pdf Add Makefile. Move some files around to make building the website easier. 2011-07-05 10:53:57 -07:00
debugger.js Exposes all functional members via lib exports and use them in viewer. 2016-04-07 13:46:07 -05:00
default_preferences.js Uses editorconfig to maintain consistent coding styles 2015-11-14 07:32:18 +05:30
download_manager.js Exposes all functional members via lib exports and use them in viewer. 2016-04-07 13:46:07 -05:00
firefoxcom.js Exposes all functional members via lib exports and use them in viewer. 2016-04-07 13:46:07 -05:00
grab_to_pan.js Handtool: Remove focus from previous node on click 2014-09-03 16:31:47 +02:00
hand_tool.js Uses editorconfig to maintain consistent coding styles 2015-11-14 07:32:18 +05:30
interfaces.js Remove a superfluous "s" in AnnotationsLayerBuilder from files in web/ 2015-12-18 19:55:54 +01:00
mozPrintCallback_polyfill.js Uses editorconfig to maintain consistent coding styles 2015-11-14 07:32:18 +05:30
overlay_manager.js Remove unused variables 2015-12-16 23:52:16 +01:00
password_prompt.js Exposes all functional members via lib exports and use them in viewer. 2016-04-07 13:46:07 -05:00
pdf_attachment_viewer.js Exposes all functional members via lib exports and use them in viewer. 2016-04-07 13:46:07 -05:00
pdf_document_properties.js Remove unused variables 2015-12-16 23:52:16 +01:00
pdf_find_bar.js Add a reset method to PDFFindbar, and use it to clear parts of the find UI when the document is closed 2016-02-26 18:35:45 +01:00
pdf_find_controller.js Exposes all functional members via lib exports and use them in viewer. 2016-04-07 13:46:07 -05:00
pdf_history.js Uses editorconfig to maintain consistent coding styles 2015-11-14 07:32:18 +05:30
pdf_link_service.js [Firefox] Prevent internal links from displaying "resource://pdf.js/web/" on hover, by tweaking the fallback case in PDFLinkService_getDestinationHash 2015-12-09 10:07:39 +01:00
pdf_outline_viewer.js Exposes all functional members via lib exports and use them in viewer. 2016-04-07 13:46:07 -05:00
pdf_page_view.js Exposes all functional members via lib exports and use them in viewer. 2016-04-07 13:46:07 -05:00
pdf_presentation_mode.js Remove PDFThumbnailViewer_ensureThumbnailVisible 2016-02-28 18:21:59 +01:00
pdf_rendering_queue.js Uses editorconfig to maintain consistent coding styles 2015-11-14 07:32:18 +05:30
pdf_sidebar.js Remove PDFThumbnailViewer_ensureThumbnailVisible 2016-02-28 18:21:59 +01:00
pdf_thumbnail_view.js [PDFThumbnailView] Re-factor the canvas to image conversion such that we always render to a canvas, and then replace it with an image once rendering is done 2016-02-28 18:18:12 +01:00
pdf_thumbnail_viewer.js Merge pull request #7029 from Snuffleupagus/PDFThumnailView-refactor-canvas-to-image 2016-03-07 14:00:39 -06:00
pdf_viewer.component.js Exposes all functional members via lib exports and use them in viewer. 2016-04-07 13:46:07 -05:00
pdf_viewer.css Remove a superfluous "s" in AnnotationsLayerBuilder from files in web/ 2015-12-18 19:55:54 +01:00
pdf_viewer.js Exposes all functional members via lib exports and use them in viewer. 2016-04-07 13:46:07 -05:00
platform_integration.js Prepare viewer.js for async loading and module separation. 2016-04-01 10:29:44 -05:00
preferences.js Move the sidebar related code from viewer.js into PDFSidebar 2016-02-27 14:13:09 +01:00
secondary_toolbar.js Uses editorconfig to maintain consistent coding styles 2015-11-14 07:32:18 +05:30
text_layer_builder.css Use default line height for the text layer 2015-12-02 23:00:12 +01:00
text_layer_builder.js Exposes all functional members via lib exports and use them in viewer. 2016-04-07 13:46:07 -05:00
ui_utils.js Exposes all functional members via lib exports and use them in viewer. 2016-04-07 13:46:07 -05:00
view_history.js Convert all node make instances to gulp 2016-03-04 20:30:36 +01:00
viewer-snippet-chrome-extension.html Remove type="text/javascript" from script tags. 2014-05-13 02:41:01 +02:00
viewer-snippet-chrome-overlays.html Add translations of "Allow access to file URLs" 2015-08-14 18:59:55 +02:00
viewer-snippet-firefox-extension.html Remove XHTML leftovers from the viewer HTML files 2016-02-14 13:23:34 +01:00
viewer-snippet-minified.html Remove XHTML leftovers from the viewer HTML files 2016-02-14 13:23:34 +01:00
viewer-snippet-mozPrintCallback-polyfill.html Revert PR 5510, except in WebKit browsers, for breaking print preview in Firefox 2015-03-07 00:16:55 +01:00
viewer-snippet.html Remove XHTML leftovers from the viewer HTML files 2016-02-14 13:23:34 +01:00
viewer.css Fix insertion of blank pages during printing due to non-matching page sizes 2016-03-21 14:21:07 -07:00
viewer.html Prepare viewer.js for async loading and module separation. 2016-04-01 10:29:44 -05:00
viewer.js Exposes all functional members via lib exports and use them in viewer. 2016-04-07 13:46:07 -05:00