1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 09:14:58 +00:00
serenity/Userland/Applets
sin-ack 60f6bc902b Userland: Convert command line arguments to String/StringView
StringView was used where possible. Some utilities still use libc
functions which expect null-terminated strings, so String objects were
used there instead.
2022-07-12 23:11:35 +02:00
..
Audio LibAudio+Userland: Use new audio queue in client-server communication 2022-04-21 13:55:00 +02:00
ClipboardHistory Userland: Always construct Application with try_create() 2022-04-18 12:57:34 +02:00
Keymap LibGUI: Fix typo in ConnectionToWindowManagerServer 2022-06-01 19:31:34 +02:00
Network Applets: Use spawn_or_show_error() for common spawn pattern 2022-06-03 12:29:56 +01:00
ResourceGraph Userland: Convert command line arguments to String/StringView 2022-07-12 23:11:35 +02:00
WorkspacePicker LibGUI: Fix typo in ConnectionToWindowManagerServer 2022-06-01 19:31:34 +02:00
CMakeLists.txt WindowServer+Keymap+LibGUI: Add widget to display current keymap 2022-02-03 00:47:22 +01:00