1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 19:12:18 +00:00
serenity/Applications
Tom b778804d20 LibGUI: Add ModelClient abstract class and allow registering clients
This solves a problem where the SortingProxyModel doesn't
receive the on_update call because other code overwrote
the handler later on.
2020-07-13 19:49:34 +02:00
..
About LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
Browser LibGUI: Add ModelClient abstract class and allow registering clients 2020-07-13 19:49:34 +02:00
Calculator LibGUI: Turn GUI::Application::the() into a pointer 2020-07-04 16:54:55 +02:00
Calendar LibGUI: Turn GUI::Application::the() into a pointer 2020-07-04 16:54:55 +02:00
Debugger Debugger: Add some pledges required by LibLine 2020-07-12 01:36:45 +02:00
DisplaySettings DisplaySettings: Fix a typo 2020-07-11 20:24:02 +02:00
FileManager LibGUI: Add ModelClient abstract class and allow registering clients 2020-07-13 19:49:34 +02:00
FontEditor FontEditor: Don't add duplicate extension in Save As dialog 2020-07-13 15:00:14 +02:00
Help Help: Handle external links 2020-07-07 17:42:50 +02:00
HexEditor Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes 2020-07-04 17:25:31 +02:00
IRCClient LibGUI: Turn GUI::Application::the() into a pointer 2020-07-04 16:54:55 +02:00
KeyboardMapper LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
KeyboardSettings LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
Piano Piano: Fix cliping of bottom notes when scrolling in RollWidget 2020-07-11 18:51:41 +02:00
PixelPaint LibGUI: Turn GUI::Application::the() into a pointer 2020-07-04 16:54:55 +02:00
QuickShow LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
SoundPlayer LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
SystemMonitor SystemMonitor: Parse /proc/cpuinfo as JSON 2020-07-11 23:16:16 +02:00
Terminal Terminal+LibVT: Add "clear including history" action (Ctrl+Shift+K) :^) 2020-07-05 23:34:02 +02:00
TextEditor TextEditor: Use ArgsParser and allow the user to specify preview mode 2020-07-06 22:40:38 +02:00
Welcome LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
CMakeLists.txt Applications: Add new KeyboardSettings application 2020-06-08 09:28:18 +02:00