serenity/Userland/Applets
kleines Filmröllchen 33829f05fe Userland: Convert config listener callbacks to use StringView
The immutability of the string is not relevant here, since the string
we're given was allocated in the IPC serialization layer and will be
destroyed shortly afterwards. Additionally, noone relies on
DeprecatedString-specific functionality. This will make it easier to
convert the IPC layer itself to String later on.
2023-06-27 15:37:00 +01:00
..
Audio AudioServer+Userland: Separate audio IPC into normal client and manager 2023-06-25 00:16:44 +02:00
ClipboardHistory Userland: Convert config listener callbacks to use StringView 2023-06-27 15:37:00 +01:00
Keymap LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
Network LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
ResourceGraph LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
WorkspacePicker LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
CMakeLists.txt WindowServer+Keymap+LibGUI: Add widget to display current keymap 2022-02-03 00:47:22 +01:00