summaryrefslogtreecommitdiff
path: root/Userland/Applications/PDFViewer
AgeCommit message (Expand)Author
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
2021-11-02Applications: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-09-13Everywhere: Use my fancy new serenityos.org email :^)Mustafa Quraish
2021-09-10PDFViewer: Open CLI files through FileSystemAccessServer without promptMustafa Quraish
2021-09-04PDFViewer: Use FileSystemAccessClient to open filesMustafa Quraish
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
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-17Everywhere: Add component declarationsGunnar Beutner
2021-06-12PDFViewer: Switch back to up/down page iconsMatthew Olsson