1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 16:18:12 +00:00
serenity/Userland/Applications/PDFViewer
Linus Groh dbb0ee0704 PDFViewer: Fix previous/next page toolbar button icons
go-up.png and go-down.png don't exist (and would look silly here, with
the buttons being next to each other horizontally). Use go-back.png and
go-forward.png instead.
2021-05-27 18:43:23 +01:00
..
CMakeLists.txt PDFViewer: Add a toolbar 2021-05-25 00:24:09 +04:30
main.cpp PDFViewer+Base: Display application title as "PDF Viewer" 2021-05-18 21:00:32 +02:00
NumericInput.cpp PDFViewer: Add a toolbar 2021-05-25 00:24:09 +04:30
NumericInput.h PDFViewer: Add a toolbar 2021-05-25 00:24:09 +04:30
OutlineModel.cpp PDFViewer: Add a tab bar with outlines and thumbnails 2021-05-25 00:24:09 +04:30
OutlineModel.h PDFViewer: Add a tab bar with outlines and thumbnails 2021-05-25 00:24:09 +04:30
PDFViewer.cpp PDFViewer: Ignore wheel events when there is no document loaded 2021-05-18 21:25:35 +02:00
PDFViewer.h PDFViewer: Add a toolbar 2021-05-25 00:24:09 +04:30
PDFViewerWidget.cpp PDFViewer: Fix previous/next page toolbar button icons 2021-05-27 18:43:23 +01:00
PDFViewerWidget.h PDFViewer: Add a toolbar 2021-05-25 00:24:09 +04:30
SidebarWidget.cpp PDFViewer: Add a tab bar with outlines and thumbnails 2021-05-25 00:24:09 +04:30
SidebarWidget.h PDFViewer: Add a tab bar with outlines and thumbnails 2021-05-25 00:24:09 +04:30