ladybird/Userland/Games
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
..
2048 LibGUI+Userland: Use action text as a fallback in Action::status_tip() 2023-06-15 13:53:22 +01:00
BrickGame Userland: Remove remaining users of Duration::now_realtime() 2023-05-24 23:18:07 +02:00
Chess Userland: Convert config listener callbacks to use StringView 2023-06-27 15:37:00 +01:00
ColorLines LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
FlappyBug LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
Flood LibGUI+Userland: Use action text as a fallback in Action::status_tip() 2023-06-15 13:53:22 +01:00
GameOfLife GameOfLife: Show status tips in Statusbar 2023-06-17 20:36:03 +02:00
Hearts LibGUI+Userland: Port StatusBar::set_override_text() to String 2023-06-15 13:53:22 +01:00
MasterWord MasterWord: Show status tips in Statusbar 2023-06-17 20:36:03 +02:00
Minesweeper LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
Snake Userland: Convert config listener callbacks to use StringView 2023-06-27 15:37:00 +01:00
Solitaire LibGUI+Userland: Port Action status tips to String 2023-06-15 13:53:22 +01:00
Spider LibGUI+Userland: Use action text as a fallback in Action::status_tip() 2023-06-15 13:53:22 +01:00
CMakeLists.txt Games: Add ColorLines 2022-12-12 17:30:04 +00:00