serenity/Userland/Applications/PDFViewer
Andreas Kling 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector
This class had slightly confusing semantics and the added weirdness
doesn't seem worth it just so we can say "." instead of "->" when
iterating over a vector of NNRPs.

This patch replaces NonnullRefPtrVector<T> with Vector<NNRP<T>>.
2023-03-06 23:46:35 +01:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
main.cpp LibCore+Everywhere: Remove ArgsParser::add*(char const*&) 2023-03-01 10:47:19 +01:00
NumericInput.cpp Everywhere: Fix badly-formatted includes 2023-01-02 11:06:15 -05:00
NumericInput.h
OutlineModel.cpp Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
OutlineModel.h PDFViewer: Inform about selections on Outline view 2022-12-17 19:40:52 +01:00
PDFViewer.cpp LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
PDFViewer.h LibPDF: Switch to best-effort PDF rendering 2022-12-16 10:04:23 +01:00
PDFViewerWidget.cpp Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
PDFViewerWidget.h LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
SidebarWidget.cpp Userland: Specify margins and spacing in the GUI::Layout constructor 2023-02-18 16:56:56 +00:00
SidebarWidget.h Everywhere: Fix badly-formatted includes 2023-01-02 11:06:15 -05:00