serenity/Userland/Games/Minesweeper
thankyouverycool 517c03f920 Minesweeper: Update GML and fix layout issues
Converts Minesweeper's main widget to GML, polishes the custom
game window, formats the clock as human readable digital time, and
defers invoking Field's callback until the main widget has finished
relayout. Fixes inability to downsize the main window when shrinking
field size.
2022-08-05 13:55:13 +02:00
..
CMakeLists.txt Minesweeper: Update GML and fix layout issues 2022-08-05 13:55:13 +02:00
CustomGameDialog.cpp Minesweeper: Update GML and fix layout issues 2022-08-05 13:55:13 +02:00
CustomGameDialog.h LibGUI+Userland: Make Dialog::ExecResult an enum class 2022-05-13 16:27:43 +02:00
Field.cpp Minesweeper: Update GML and fix layout issues 2022-08-05 13:55:13 +02:00
Field.h Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
main.cpp Minesweeper: Update GML and fix layout issues 2022-08-05 13:55:13 +02:00
MinesweeperCustomGameWindow.gml Minesweeper: Update GML and fix layout issues 2022-08-05 13:55:13 +02:00
MinesweeperWindow.gml Minesweeper: Update GML and fix layout issues 2022-08-05 13:55:13 +02:00