serenity/Userland/Applets
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
..
Audio Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
ClipboardHistory LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
Keymap Applets/Keymap: Repaint applet on demand only 2023-03-04 00:29:38 +01:00
Network LibCore+Everywhere: Remove ArgsParser::add*(char const*&) 2023-03-01 10:47:19 +01:00
ResourceGraph Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
WorkspacePicker LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
CMakeLists.txt WindowServer+Keymap+LibGUI: Add widget to display current keymap 2022-02-03 00:47:22 +01:00