Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

Handling Long Documents #719

Closed
jchilds0 opened this issue Jan 19, 2025 · 0 comments
Closed

Handling Long Documents #719

jchilds0 opened this issue Jan 19, 2025 · 0 comments

Comments

@jchilds0
Copy link

Currently loading large documents can cause issues due to overflows in cairo, reported in #449, #365, #253, #200 and #65. Instead of using GtkGrid, either

  1. Create subsurfaces (for each page) of a single surface using cairo_surface_create_for_rectangle and draw as many pages as can fit to this surface. Then move the pages around, changing which ones are drawn and where, on this surface as the user scrolls, or
  2. Limit the number of pages in the grid, changing which pages are contained in the grid as the user scrolls,

This issue is for any comments since this is not a small change to make, which one seems like the better option and would this resolve those issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant