ladybird/Userland/Applications
Jelle Raaijmakers 2c772d1848 LibGUI/AbstractView: Remove on_selection
Since the introduction of multi-select, we have had both `on_selection`
and `on_selection_change`, the latter of which was only invoked when a
change in selection came in through the model.

This removes `AbstractView::on_selection` and replaces it usage with
the more explicit `on_selection_change` everywhere.
2021-05-26 17:39:13 +04:30
..
3DFileViewer 3DFileViewer: Support textured models 2021-05-26 16:36:53 +04:30
About Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
AnalogClock AnalogClock: Use YYYY-MM-DD format for window title 2021-05-14 20:17:09 +01:00
Browser LibGUI/AbstractView: Remove on_selection 2021-05-26 17:39:13 +04:30
Calculator Calculator: Remove unused headers 2021-05-23 23:18:54 +01:00
Calendar Revert "Userland: static vs non-static constexpr variables" 2021-05-21 10:30:52 +01:00
CrashReporter Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Debugger Everywhere: Add missing includes for <AK/OwnPtr.h> 2021-05-19 21:36:57 +02:00
DisplaySettings FontSettingsWidget: Reduce duplication in Label setup code 2021-05-24 09:08:23 +01:00
FileManager LibGUI/AbstractView: Remove on_selection 2021-05-26 17:39:13 +04:30
FontEditor Revert "Userland: static vs non-static constexpr variables" 2021-05-21 10:30:52 +01:00
Help LibGUI/AbstractView: Remove on_selection 2021-05-26 17:39:13 +04:30
HexEditor HexEditor: Construct Find dialog from GML 2021-05-25 13:17:28 +01:00
ImageViewer Applications: Use titlecase and distinct underlined characters in menus 2021-05-21 18:41:28 +01:00
IRCClient Applications: Use titlecase and distinct underlined characters in menus 2021-05-21 18:41:28 +01:00
KeyboardMapper Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
KeyboardSettings Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Magnifier Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
MouseSettings Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
PDFViewer PDFViewer: Add a toolbar 2021-05-25 00:24:09 +04:30
Piano LibIPC: Remove unnecessary IPC::ServerConnection::handshake() 2021-05-23 09:53:55 +02:00
PixelPaint Applications: Use titlecase and distinct underlined characters in menus 2021-05-21 18:41:28 +01:00
Run Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
SoundPlayer LibIPC: Remove unnecessary IPC::ServerConnection::handshake() 2021-05-23 09:53:55 +02:00
SpaceAnalyzer Revert "Userland: static vs non-static constexpr variables" 2021-05-21 10:30:52 +01:00
Spreadsheet LibGUI/AbstractView: Remove on_selection 2021-05-26 17:39:13 +04:30
SystemMonitor LibCore: Make ProcessStatisticsReader return results in a Vector 2021-05-23 11:10:15 +02:00
Terminal Applications: Use titlecase and distinct underlined characters in menus 2021-05-21 18:41:28 +01:00
TextEditor Applications: Use titlecase and distinct underlined characters in menus 2021-05-21 18:41:28 +01:00
ThemeEditor Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Welcome Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
CMakeLists.txt 3DFileViewer: Move Demos/GLTeapot to Applications/3DFileViewer 2021-05-19 19:34:12 +01:00