summaryrefslogtreecommitdiff
path: root/Userland/Applications/PDFViewer
AgeCommit message (Expand)Author
2023-01-13Userland: Remove a bunch of unveil calls on /sys/kernel/processesLiav A
2023-01-10PDFViewer: Port to Core::Stream::FileKarol Kosek
2023-01-07LibFileSystemAccessClient: Rename try_* functions to try_*_deprecatedKarol Kosek
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2023-01-06PDFViewer: Inform users of underlying issue when loading documentRodrigo Tobar
2023-01-02Everywhere: Fix badly-formatted includesBen Wiederhake
2022-12-20PDFViewer: Prompt password for encrypted documentsRodrigo Tobar
2022-12-20PDFViewer: Fix indexing error in ErrorsViewRodrigo Tobar
2022-12-17PDFViewer: Move to page when outline item is selectedRodrigo Tobar
2022-12-17PDFViewer: Inform about selections on Outline viewRodrigo Tobar
2022-12-17PDFViewer: Show page numbers in Outline TreeViewRodrigo Tobar
2022-12-17PDFViewer: Fix parent_index() implementation in OutlineModelRodrigo Tobar
2022-12-17PDFViewer: Propagate errors from OutlineModel constructionRodrigo Tobar
2022-12-17PDFViewer: Perform standard error handling when opening filesRodrigo Tobar
2022-12-16PDFViewer: Avoid errors due to copying of ErrorOrRodrigo Tobar
2022-12-16PDFViewer: Remove unnecessary ternary operationRodrigo Tobar
2022-12-16PDFViewer: Add TreeView to communicate rendering errorsRodrigo Tobar
2022-12-16LibPDF: Switch to best-effort PDF renderingRodrigo Tobar
2022-12-10PDFViewer: Let users change image renderingRodrigo Tobar
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-25PDFViewer: Show single/multi page actions on toolbarRodrigo Tobar
2022-11-25PDFViewer: Toggle prev/next page actions when page changesRodrigo Tobar
2022-11-25PDFViewer: Prevent infinity recursionRodrigo Tobar
2022-11-25PDFViewer: Let users change clipping paths visibilityRodrigo Tobar
2022-11-19PDFViewer: Take the mousewheel delta into account for scrollingJulian Offenhäuser
2022-11-19PDFViewer: Simplify user-facing error messagesJulian Offenhäuser
2022-11-19PDFViewer: Invalidate document when a page fails to loadJulian Offenhäuser
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-25Applications: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-25Userland: Let applications make use of make_command_palette_action()demostanis
2022-10-03Userland: Unveil /proc/all in applications which require itTimothy Flynn
2022-10-03Userland: Tighten promises by removing 'proc' where it isn't usedTimothy Flynn
2022-10-03SystemServer+LoginServer+Userland: Switch to sid-based socketsPeter Elliott
2022-08-30Applications+DevTools: Remove fixed sizes from Splittersthankyouverycool
2022-08-14Base: Launch FileSystemAccessServer at session start-upLucas CHOLLET
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-04PDFViewer: Propagate more errorsMatthew Olsson
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-04-04PDFViewer: Don't change pages on horizontal scrollMatthew Olsson
2022-04-04PDFViewer: Clear rendered page cache on application resizeMatthew Olsson
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-31LibPDF: Fix security-handler-related nullptr regressionMatthew Olsson
2022-03-31PDFViewer: Use ArgsParserMatthew Olsson
2022-03-29LibPDF: Add implementation of the Standard security handlerMatthew Olsson
2022-03-07LibPDF: Propagate errors in Renderer/PDFViewerMatthew Olsson