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
/
OutlineModel.cpp
Age
Commit message (
Expand
)
Author
2023-03-22
PDFViewer: Create OutlineModel items with the correct pointer
Julian Offenhäuser
2023-03-06
Everywhere: Remove NonnullRefPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
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-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-08-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-05-25
PDFViewer: Add a tab bar with outlines and thumbnails
Matthew Olsson