1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 18:52:17 +00:00
serenity/Applications
Andreas Kling ae3ec3fc37 LibGUI: Give GTextEditor a context menu.
Now GTextEditor manages its own editing actions (cut/copy/paste/etc) and
will show a context menu containing them when requested.

Apps that want to put a GTextEditor's actions in its menu can get to the
actions via public getters. :^)
2019-04-18 12:28:29 +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: Do a little less malloc() in the /proc/memstats parsing. 2019-04-18 04:48:53 +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 LibGUI: Give GTextEditor a context menu. 2019-04-18 12:28:29 +02:00
VisualBuilder LibGUI: Refactor context menus to be event-driven instead of declarative. 2019-04-18 04:12:27 +02:00