summaryrefslogtreecommitdiff
path: root/Userland/Applications/PDFViewer/PDFViewerWidget.cpp
AgeCommit message (Expand)Author
2022-08-30Applications+DevTools: Remove fixed sizes from Splittersthankyouverycool
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-04PDFViewer: Autosize page labelMatthew Olsson
2022-04-04PDFViewer: Respect page navigation features in multi-page modeMatthew Olsson
2022-04-04PDFViewer: Support a continuous page view modeMatthew Olsson
2022-04-04PDFViewer: Add page mode optionMatthew Olsson
2022-03-31LibPDF: Fix security-handler-related nullptr regressionMatthew Olsson
2022-03-29LibPDF: Add implementation of the Standard security handlerMatthew Olsson
2022-03-07LibPDF: Propagate errors in Parser and DocumentMatthew Olsson
2022-01-20PDFViewer: Use FileSystemAccessClient::try_* APIsMustafa Quraish
2022-01-06PDFViewer: Add actions to rotate the displayed PDFMarcus Nilsson
2022-01-06PDFViewer: Add zoom in/out/reset menu actionsMarcus Nilsson
2022-01-06PDFViewer: Fix sidebar toggle logicMarcus Nilsson
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-09-13Everywhere: Use my fancy new serenityos.org email :^)Mustafa Quraish
2021-09-04PDFViewer: Use FileSystemAccessClient to open filesMustafa Quraish
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-06-22PDFViewer: Update the page number when scrolling between pagesFalseHonesty
2021-06-12PDFViewer: Switch back to up/down page iconsMatthew Olsson
2021-06-12PDFViewer: Display error dialog if necessary instead of crashingMatthew Olsson
2021-06-12LibPDF: Harden the document/parser against errorsMatthew Olsson
2021-05-27PDFViewer: Reset current page number to 1 when opening a fileLinus Groh
2021-05-27PDFViewer: Enable previous/next buttons conditionallyLinus Groh
2021-05-27PDFViewer: Fix previous/next page toolbar button iconsLinus Groh
2021-05-27PDFViewer: Add a Help menuLinus Groh
2021-05-27PDFViewer: Add separator before quit menu actionLinus Groh
2021-05-27PDFViewer: Show app name as "PDF Viewer" when a file is loadedLinus Groh
2021-05-25PDFViewer: Add a toolbarMatthew Olsson
2021-05-25PDFViewer: Add a tab bar with outlines and thumbnailsMatthew Olsson
2021-05-18Applications: Add a very simple PDFViewerMatthew Olsson