ladybird/Userland/Applications/PDFViewer
Linus Groh d2149c153c PDFViewer: Reset current page number to 1 when opening a file
Also use set_current_number() instead of set_text(), so we don't have to
create a string from the number ourselves.
2021-05-27 18:49:49 +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: Reset current page number to 1 when opening a file 2021-05-27 18:49:49 +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