aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-pdf/PresentationLabel.h
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.
* Replaced tabs with spaces and removed some unneeded commentsZackaryWelch2018-03-17
|
* Some UI improvements for lumina-pdf:Ken Moore2017-11-27
1. Add a context menu of options. 2. Use the context menu for both the presentation label and normal viewer 3. Get things ready for better integration of keyboard shortcuts application-wide.
bgstack15