1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 17:07:46 +00:00
serenity/Userland/Games/GameOfLife
Tim Ledbetter f25f2ba047 GameOfLife: Focus on the game board when not editing settings
This makes single key shortcuts work again :^)
2023-10-07 11:36:57 +02:00
..
Board.cpp Games: Use default constructors/destructors 2022-02-16 22:08:55 +00:00
Board.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
BoardWidget.cpp GameOfLife: Don't toggle cells on mouse move when placing patterns 2023-09-27 19:12:14 +02:00
BoardWidget.h GameOfLife: Don't toggle cells on mouse move when placing patterns 2023-09-27 19:12:14 +02:00
CMakeLists.txt GameOfLife: Use the GML compiler 2023-10-07 11:36:57 +02:00
GameOfLife.gml GameOfLife: Use the GML compiler 2023-10-07 11:36:57 +02:00
main.cpp GameOfLife: Focus on the game board when not editing settings 2023-10-07 11:36:57 +02:00
MainWidget.h GameOfLife: Use the GML compiler 2023-10-07 11:36:57 +02:00
Pattern.cpp GameOfLife: Replace DeprecatedString with String 2023-09-18 11:12:25 -06:00
Pattern.h GameOfLife: Replace DeprecatedString with String 2023-09-18 11:12:25 -06:00