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
/
PDFViewerWidget.cpp
Age
Commit message (
Expand
)
Author
2022-08-30
Applications+DevTools: Remove fixed sizes from Splitters
thankyouverycool
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-04
PDFViewer: Autosize page label
Matthew Olsson
2022-04-04
PDFViewer: Respect page navigation features in multi-page mode
Matthew Olsson
2022-04-04
PDFViewer: Support a continuous page view mode
Matthew Olsson
2022-04-04
PDFViewer: Add page mode option
Matthew Olsson
2022-03-31
LibPDF: Fix security-handler-related nullptr regression
Matthew Olsson
2022-03-29
LibPDF: Add implementation of the Standard security handler
Matthew Olsson
2022-03-07
LibPDF: Propagate errors in Parser and Document
Matthew Olsson
2022-01-20
PDFViewer: Use FileSystemAccessClient::try_* APIs
Mustafa Quraish
2022-01-06
PDFViewer: Add actions to rotate the displayed PDF
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-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-09-13
Everywhere: Use my fancy new serenityos.org email :^)
Mustafa Quraish
2021-09-04
PDFViewer: Use FileSystemAccessClient to open files
Mustafa Quraish
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-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
Applications: Add a very simple PDFViewer
Matthew Olsson