summaryrefslogtreecommitdiff
path: root/Userland/Applications/PDFViewer
AgeCommit message (Expand)Author
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
2022-03-07LibPDF: Propagate errors in Parser and DocumentMatthew Olsson
2022-02-28Applications: Change static constexpr variables to constexprLenny Maiorani
2022-01-20PDFViewer: Use FileSystemAccessClient::try_* APIsMustafa Quraish
2022-01-20Userland: Add horizontal mouse scroll supportDmitry Petrov
2022-01-09PDFViewer: Propagate errors using try_set_main_widget in maincreator1creeper1
2022-01-06PDFViewer: Add actions to rotate the displayed PDFMarcus Nilsson
2022-01-06PDFViewer: Enable panning with middle mouse buttonMarcus Nilsson
2022-01-06PDFViewer: Add zoom in/out/reset menu actionsMarcus Nilsson
2022-01-06PDFViewer: Fix sidebar toggle logicMarcus Nilsson
2021-12-30Everywhere: Use 'decrease_slider_by()' method from AbstractSliderElyse
2021-12-30Everywhere: Use 'increase_slider_by()' method from AbstractSliderElyse
2021-12-25PDFViewer: Add a basic set of pledgesAndreas Kling
2021-11-23LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCoreAndreas Kling
2021-11-22Everywhere: Use Application::construct() with Main::Arguments directlyMustafa Quraish
2021-11-22PDFViewer: Port to LibMainPascal Puffke
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::rotated()Andreas Kling