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
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