ladybird/Applications
Andreas Kling a747a10eab LibGUI: Refactor context menus to be event-driven instead of declarative.
The declarative approach had way too many limitations. This patch adds a
context menu event that can be hooked to prepare a custom context menu on
demand just-in-time. :^)
2019-04-18 04:12:27 +02:00
..
About Introduce LibCore and move GElapsedTimer => CElapsedTimer. 2019-04-10 16:14:44 +02:00
Downloader LibCore: Move HTTP classes from LibGUI to LibCore. 2019-04-10 22:28:10 +02:00
FileManager LibCore: Move LibGUI/GLock to LibCore/CLock. 2019-04-10 22:39:59 +02:00
FontEditor FontEditor: Add a window icon. 2019-04-18 02:30:35 +02:00
IRCClient AK: Try to use StringViews more for substrings and splitting. 2019-04-16 02:39:16 +02:00
Launcher Introduce LibCore and move GElapsedTimer => CElapsedTimer. 2019-04-10 16:14:44 +02:00
ProcessManager ProcessManager+WindowServer: Do a little less malloc() in CPU monitor code. 2019-04-18 03:37:01 +02:00
Taskbar WindowServer: Generate a separate WM event for window icon changes. 2019-04-18 00:39:11 +02:00
Terminal Terminal: Add a window icon. 2019-04-16 17:55:39 +02:00
TextEditor WindowServer+LibGUI: Add ability to set per-window icons. 2019-04-13 16:59:55 +02:00
VisualBuilder LibGUI: Refactor context menus to be event-driven instead of declarative. 2019-04-18 04:12:27 +02:00