1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 09:01:02 +00:00
serenity/Userland/Games/Flood
Andreas Kling bd61e75e0b LibGUI: Remove Window::try_add_menu()
And fall back to the infallible add_menu().
2023-08-14 14:57:54 +02: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 Meta: Rename compile_gml to stringify_gml 2023-08-11 21:33:48 +02:00
FloodWindow.gml Games: Add Flood 2022-11-03 01:02:56 -06:00
main.cpp LibGUI: Remove Window::try_add_menu() 2023-08-14 14:57:54 +02: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