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
2023-05-15
Userland: Port `Model::column_name()` to String
Karol Kosek
2023-05-05
LibGUI: Make `Application`'s construction fallible
Lucas CHOLLET
2023-04-30
LibGUI+Userland: Port Labels to String
thankyouverycool
2023-04-20
PDFViewer: Propagate errors from `PDFViewerWidget::initialize_menubar()`
Karol Kosek
2023-04-19
LibGUI+Userland: Make Menu::*add_submmenu take name using new string
Karol Kosek
2023-04-19
LibGUI+Userland: Make Window::*add_menu take name using new string
Karol Kosek
2023-04-18
LibGUI+Userland: Improve error and font handling for InputBox
thankyouverycool
2023-04-03
PDFViewer: Add list of recently-opened files
Sam Atkins
2023-03-22
PDFViewer: Create OutlineModel items with the correct pointer
Julian Offenhäuser
2023-03-16
LibGUI+Userland: Make TabWidget::*add_tab() take title using new string
Karol Kosek
2023-03-06
Everywhere: Remove NonnullRefPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-03-01
LibCore+Everywhere: Remove ArgsParser::add*(char const*&)
Ali Mohammad Pur
2023-02-25
Everywhere: Use _{short_,}string to create Strings from literals
Linus Groh
2023-02-18
Userland: Specify margins and spacing in the GUI::Layout constructor
Sam Atkins
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-13
Userland: Set Button text using the new String class
Karol Kosek
2023-02-13
LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}text
Karol Kosek
2023-02-04
LibGUI+Userland: Switch order of parameters for InputBox::show
Karol Baraniecki
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-13
Userland: Remove a bunch of unveil calls on /sys/kernel/processes
Liav A
2023-01-10
PDFViewer: Port to Core::Stream::File
Karol Kosek
2023-01-07
LibFileSystemAccessClient: Rename try_* functions to try_*_deprecated
Karol Kosek
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2023-01-06
PDFViewer: Inform users of underlying issue when loading document
Rodrigo Tobar
2023-01-02
Everywhere: Fix badly-formatted includes
Ben Wiederhake
2022-12-20
PDFViewer: Prompt password for encrypted documents
Rodrigo Tobar
2022-12-20
PDFViewer: Fix indexing error in ErrorsView
Rodrigo Tobar
2022-12-17
PDFViewer: Move to page when outline item is selected
Rodrigo Tobar
2022-12-17
PDFViewer: Inform about selections on Outline view
Rodrigo Tobar
2022-12-17
PDFViewer: Show page numbers in Outline TreeView
Rodrigo Tobar
2022-12-17
PDFViewer: Fix parent_index() implementation in OutlineModel
Rodrigo Tobar
2022-12-17
PDFViewer: Propagate errors from OutlineModel construction
Rodrigo Tobar
2022-12-17
PDFViewer: Perform standard error handling when opening files
Rodrigo Tobar
2022-12-16
PDFViewer: Avoid errors due to copying of ErrorOr
Rodrigo Tobar
2022-12-16
PDFViewer: Remove unnecessary ternary operation
Rodrigo Tobar
2022-12-16
PDFViewer: Add TreeView to communicate rendering errors
Rodrigo Tobar
2022-12-16
LibPDF: Switch to best-effort PDF rendering
Rodrigo Tobar
2022-12-10
PDFViewer: Let users change image rendering
Rodrigo Tobar
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-25
PDFViewer: Show single/multi page actions on toolbar
Rodrigo Tobar
2022-11-25
PDFViewer: Toggle prev/next page actions when page changes
Rodrigo Tobar
2022-11-25
PDFViewer: Prevent infinity recursion
Rodrigo Tobar
2022-11-25
PDFViewer: Let users change clipping paths visibility
Rodrigo Tobar
2022-11-19
PDFViewer: Take the mousewheel delta into account for scrolling
Julian Offenhäuser
2022-11-19
PDFViewer: Simplify user-facing error messages
Julian Offenhäuser
2022-11-19
PDFViewer: Invalidate document when a page fails to load
Julian Offenhäuser
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
[next]