ladybird/Userland/Games
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
..
2048 2048: Disable the undo and redo actions when unavailable 2023-09-13 07:27:01 +02:00
BrickGame LibGUI: Remove Window::try_add_menu() 2023-08-14 14:57:54 +02:00
Chess Chess: Capitalize chess set names + Rename 'stelar7' to 'Classic' 2023-08-29 10:28:24 +02:00
ColorLines AK: Add to_radians and to_degrees math functions 2023-09-10 08:38:29 +01:00
FlappyBug LibGUI: Remove Window::try_add_menu() 2023-08-14 14:57:54 +02:00
Flood Flood: Replace usage of DeprecatedString 2023-08-23 13:28:07 +02:00
GameOfLife GameOfLife: Ensure BoardWidget can always contain the board 2023-09-13 07:45:49 +01:00
Hearts LibGUI: Remove Window::try_add_menu() 2023-08-14 14:57:54 +02:00
MasterWord LibGfx: Convert Font APIs to return String instead of DeprecatedString 2023-09-06 11:29:03 -04:00
Minesweeper LibGUI: Remove Window::try_add_menu() 2023-08-14 14:57:54 +02:00
Snake Snake: Replace DeprecatedString with String 2023-09-09 10:50:03 -06:00
Solitaire LibGUI: Remove Window::try_add_menu() 2023-08-14 14:57:54 +02:00
Spider LibGUI: Remove Window::try_add_menu() 2023-08-14 14:57:54 +02:00
CMakeLists.txt Games: Add ColorLines 2022-12-12 17:30:04 +00:00