ladybird/Userland/Games/2048
Jakub Pyszczak ac49617183 2048: Ensure that correct font is requested
Previously, during the start of the game BoardView component tried to
get the font from the database passing empty string as a parameter.
It caused a debug message informing user that the lookup failed.
2024-02-18 21:34:38 +01:00
..
BoardView.cpp 2048: Ensure that correct font is requested 2024-02-18 21:34:38 +01:00
BoardView.h Games: Use default constructors/destructors 2022-02-16 22:08:55 +00:00
CMakeLists.txt Meta: Rename compile_gml to stringify_gml 2023-08-11 21:33:48 +02:00
Game.cpp Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
Game.h 2048: Let user decide if he wants to continue the game 2021-10-05 13:27:57 +03:30
GameSizeDialog.cpp Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
GameSizeDialog.gml Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
GameSizeDialog.h 2048: Do not default to only temporarily applying settings changes 2021-05-18 16:48:39 +02:00
GameWindow.gml 2048: Convert to GML 2022-10-17 22:40:52 +02:00
main.cpp Games: Add fullscreen option 2024-01-14 15:18:43 -07:00