index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
PDFViewer
Age
Commit message (
Expand
)
Author
2022-01-20
PDFViewer: Use FileSystemAccessClient::try_* APIs
Mustafa Quraish
2022-01-20
Userland: Add horizontal mouse scroll support
Dmitry Petrov
2022-01-09
PDFViewer: Propagate errors using try_set_main_widget in main
creator1creeper1
2022-01-06
PDFViewer: Add actions to rotate the displayed PDF
Marcus Nilsson
2022-01-06
PDFViewer: Enable panning with middle mouse button
Marcus Nilsson
2022-01-06
PDFViewer: Add zoom in/out/reset menu actions
Marcus Nilsson
2022-01-06
PDFViewer: Fix sidebar toggle logic
Marcus Nilsson
2021-12-30
Everywhere: Use 'decrease_slider_by()' method from AbstractSlider
Elyse
2021-12-30
Everywhere: Use 'increase_slider_by()' method from AbstractSlider
Elyse
2021-12-25
PDFViewer: Add a basic set of pledges
Andreas Kling
2021-11-23
LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
Andreas Kling
2021-11-22
Everywhere: Use Application::construct() with Main::Arguments directly
Mustafa Quraish
2021-11-22
PDFViewer: Port to LibMain
Pascal Puffke
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::rotated()
Andreas Kling
2021-11-02
Applications: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-09-13
Everywhere: Use my fancy new serenityos.org email :^)
Mustafa Quraish
2021-09-10
PDFViewer: Open CLI files through FileSystemAccessServer without prompt
Mustafa Quraish
2021-09-04
PDFViewer: Use FileSystemAccessClient to open files
Mustafa Quraish
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-08-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-06-22
PDFViewer: Update the page number when scrolling between pages
FalseHonesty
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-12
PDFViewer: Switch back to up/down page icons
Matthew Olsson
2021-06-12
PDFViewer: Display error dialog if necessary instead of crashing
Matthew Olsson
2021-06-12
LibPDF: Harden the document/parser against errors
Matthew Olsson
2021-05-27
PDFViewer: Reset current page number to 1 when opening a file
Linus Groh
2021-05-27
PDFViewer: Enable previous/next buttons conditionally
Linus Groh
2021-05-27
PDFViewer: Fix previous/next page toolbar button icons
Linus Groh
2021-05-27
PDFViewer: Add a Help menu
Linus Groh
2021-05-27
PDFViewer: Add separator before quit menu action
Linus Groh
2021-05-27
PDFViewer: Show app name as "PDF Viewer" when a file is loaded
Linus Groh
2021-05-25
PDFViewer: Add a toolbar
Matthew Olsson
2021-05-25
PDFViewer: Add a tab bar with outlines and thumbnails
Matthew Olsson
2021-05-18
PDFViewer: Ignore wheel events when there is no document loaded
Andreas Kling
2021-05-18
PDFViewer+Base: Display application title as "PDF Viewer"
Andreas Kling
2021-05-18
PDFViewer: Add some padding to the outside of the page
Matthew Olsson
2021-05-18
PDFViewer: Allow zooming in and out + scrolling
Matthew Olsson
2021-05-18
LibPDF/PDFViewer: Support rotated pages
Matthew Olsson
2021-05-18
Applications: Add a very simple PDFViewer
Matthew Olsson