summaryrefslogtreecommitdiff
path: root/Userland/Applications/PDFViewer
AgeCommit message (Expand)Author
2023-05-15Userland: Port `Model::column_name()` to StringKarol Kosek
2023-05-05LibGUI: Make `Application`'s construction fallibleLucas CHOLLET
2023-04-30LibGUI+Userland: Port Labels to Stringthankyouverycool
2023-04-20PDFViewer: Propagate errors from `PDFViewerWidget::initialize_menubar()`Karol Kosek
2023-04-19LibGUI+Userland: Make Menu::*add_submmenu take name using new stringKarol Kosek
2023-04-19LibGUI+Userland: Make Window::*add_menu take name using new stringKarol Kosek
2023-04-18LibGUI+Userland: Improve error and font handling for InputBoxthankyouverycool
2023-04-03PDFViewer: Add list of recently-opened filesSam Atkins
2023-03-22PDFViewer: Create OutlineModel items with the correct pointerJulian Offenhäuser
2023-03-16LibGUI+Userland: Make TabWidget::*add_tab() take title using new stringKarol Kosek
2023-03-06Everywhere: Remove NonnullRefPtr.h includesAndreas Kling
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-03-01LibCore+Everywhere: Remove ArgsParser::add*(char const*&)Ali Mohammad Pur
2023-02-25Everywhere: Use _{short_,}string to create Strings from literalsLinus Groh
2023-02-18Userland: Specify margins and spacing in the GUI::Layout constructorSam Atkins
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-02-13Userland: Set Button text using the new String classKarol Kosek
2023-02-13LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}textKarol Kosek
2023-02-04LibGUI+Userland: Switch order of parameters for InputBox::showKarol Baraniecki
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-13Userland: Remove a bunch of unveil calls on /sys/kernel/processesLiav A
2023-01-10PDFViewer: Port to Core::Stream::FileKarol Kosek
2023-01-07LibFileSystemAccessClient: Rename try_* functions to try_*_deprecatedKarol Kosek
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2023-01-06PDFViewer: Inform users of underlying issue when loading documentRodrigo Tobar
2023-01-02Everywhere: Fix badly-formatted includesBen Wiederhake
2022-12-20PDFViewer: Prompt password for encrypted documentsRodrigo Tobar
2022-12-20PDFViewer: Fix indexing error in ErrorsViewRodrigo Tobar
2022-12-17PDFViewer: Move to page when outline item is selectedRodrigo Tobar
2022-12-17PDFViewer: Inform about selections on Outline viewRodrigo Tobar
2022-12-17PDFViewer: Show page numbers in Outline TreeViewRodrigo Tobar
2022-12-17PDFViewer: Fix parent_index() implementation in OutlineModelRodrigo Tobar
2022-12-17PDFViewer: Propagate errors from OutlineModel constructionRodrigo Tobar
2022-12-17PDFViewer: Perform standard error handling when opening filesRodrigo Tobar
2022-12-16PDFViewer: Avoid errors due to copying of ErrorOrRodrigo Tobar
2022-12-16PDFViewer: Remove unnecessary ternary operationRodrigo Tobar
2022-12-16PDFViewer: Add TreeView to communicate rendering errorsRodrigo Tobar
2022-12-16LibPDF: Switch to best-effort PDF renderingRodrigo Tobar
2022-12-10PDFViewer: Let users change image renderingRodrigo Tobar
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-25PDFViewer: Show single/multi page actions on toolbarRodrigo Tobar
2022-11-25PDFViewer: Toggle prev/next page actions when page changesRodrigo Tobar
2022-11-25PDFViewer: Prevent infinity recursionRodrigo Tobar
2022-11-25PDFViewer: Let users change clipping paths visibilityRodrigo Tobar
2022-11-19PDFViewer: Take the mousewheel delta into account for scrollingJulian Offenhäuser
2022-11-19PDFViewer: Simplify user-facing error messagesJulian Offenhäuser
2022-11-19PDFViewer: Invalidate document when a page fails to loadJulian Offenhäuser
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher