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

[pdf] Improve performance with transient states #16606

Merged

Commits on Oct 4, 2024

  1. [pdf] Improve performance with transient states

    Redisplaying pdf pages can be slow. Similar to how it is already disabled for
    minibuffer prompts (see the implementation of
    `pdf-view-maybe-redisplay-resized-windows`), do not redisplay when entering a
    transient state and while it is active. Note that after exiting a transient
    state redisplay will be done if necessary.
    
    This makes a difference when `pdf-view-display-size` is `fit-height`,
    or when resizing windows using the window transient state.
    fnussbaum committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ac7a2d9 View commit details
    Browse the repository at this point in the history