1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 18:17:34 +00:00
serenity/Userland/Games/Flood
Karol Kosek 4b169cf25f LibGUI+Userland: Use action text as a fallback in Action::status_tip()
Many applications already do this in their code. This change will simply
move the logic to a single function to stop repeating ourselves!
2023-06-15 13:53:22 +01:00
..
Board.cpp Flood: Get the color scheme from the system theme 2022-12-31 04:20:59 -07:00
Board.h Flood: Store the board as a vector of integers 2022-11-30 07:56:25 +01:00
BoardWidget.cpp Flood: Get the color scheme from the system theme 2022-12-31 04:20:59 -07:00
BoardWidget.h Flood: Get the color scheme from the system theme 2022-12-31 04:20:59 -07:00
CMakeLists.txt Flood: Link against all required libraries privately 2022-11-03 03:09:35 -06:00
FloodWindow.gml Games: Add Flood 2022-11-03 01:02:56 -06:00
main.cpp LibGUI+Userland: Use action text as a fallback in Action::status_tip() 2023-06-15 13:53:22 +01:00
SettingsDialog.cpp LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
SettingsDialog.gml Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
SettingsDialog.h Flood: Get the color scheme from the system theme 2022-12-31 04:20:59 -07:00