summaryrefslogtreecommitdiff
path: root/Userland/Applications/PDFViewer/PDFViewer.cpp
AgeCommit message (Expand)Author
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-06-22PDFViewer: Update the page number when scrolling between pagesFalseHonesty
2021-05-18PDFViewer: Ignore wheel events when there is no document loadedAndreas Kling
2021-05-18PDFViewer: Add some padding to the outside of the pageMatthew Olsson
2021-05-18PDFViewer: Allow zooming in and out + scrollingMatthew Olsson
2021-05-18LibPDF/PDFViewer: Support rotated pagesMatthew Olsson
2021-05-18Applications: Add a very simple PDFViewerMatthew Olsson