ladybird/Userland/Games/GameOfLife
Tim Ledbetter 9a6927c575 GameOfLife: Ensure BoardWidget can always contain the board
Previously, when there were more rows or columns than the BoardWidget
could contain, nothing was displayed. The BoardWidget minimum size is
now set whenever the number of rows or columns changes.
2023-09-13 07:45:49 +01: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: Ensure BoardWidget can always contain the board 2023-09-13 07:45:49 +01:00
BoardWidget.h Everywhere: Stop using NonnullOwnPtrVector 2023-03-06 23:46:35 +01:00
CMakeLists.txt Meta: Rename compile_gml to stringify_gml 2023-08-11 21:33:48 +02:00
GameOfLife.gml Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
main.cpp GameOfLife: Ensure BoardWidget can always contain the board 2023-09-13 07:45:49 +01:00
Pattern.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Pattern.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00