aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-pdf/BookmarkMenu.cpp
Commit message (Collapse)AuthorAge
* Changes the UI interface so that only the current page is rendered on screen ↵joe berner2018-12-18
| | | | at a time. This has significant memory benefits for large PDF files. This also implements a least-recently used cache of tunable size, which improves responsiveness if you're hopping between two specific pages.
* Added more annotation and widget support. Currently incomplete. Updated to ↵ZackaryWelch2018-04-27
| | | | MuPDF 1.13.
* Added a splitter for the bookmarks menu to be able to change sizeZackaryWelch2018-03-21
|
* Improved Bookmarks layout and made MuPDF the default backendZackaryWelch2018-03-21
|
* Added a bookmarks menu, enabled on the MuPDF side.ZackaryWelch2018-03-21
bgstack15