Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lower Scroll-to-Zoom delay #2

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

Lower Scroll-to-Zoom delay #2

wants to merge 19 commits into from

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    7287e48 View commit details
    Browse the repository at this point in the history
  2. Don't use local storage

    mrtcode committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    36f5122 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33694a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6875138 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a43f909 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    294c8eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    44f73be View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    64b761f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    81e59df View commit details
    Browse the repository at this point in the history
  10. Fix issue when PDF.js loads a PDF buf without finishing initialization

    The issue can be reproduced when PDF.js is uploaded to a server and served from cache
    mrtcode committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    d259eea View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    279cff4 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    3ce5891 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    ef32f7a View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    159a1d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    3f3ba8f View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Include URL for outline item

    mrtcode committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    046158b View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    10691ef View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    130200b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Lower Scroll-to-Zoom delay

    There is a builtin delay of about 2 seconds between scrolling and
    zooming. This makes Zotero's pdf viewer feel unresponsive.
    
    Fixes problems such as
    
    https://forums.zotero.org/discussion/100989/pdf-reader-time-delay-when-switching-from-scrolling-to-zooming
    https://forums.zotero.org/discussion/102888/glitchy-zoom-behaviour-in-pdf-viewer
    bluewww committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    c96aeff View commit details
    Browse the repository at this point in the history