ladybird/Userland/Games/2048
Karol Kosek 4b169cf25f LibGUI+Userland: Use action text as a fallback in Action::status_tip()
Many applications already do this in their code. This change will simply
move the logic to a single function to stop repeating ourselves!
2023-06-15 13:53:22 +01:00
..
BoardView.cpp Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() 2023-03-04 00:29:38 +01:00
BoardView.h Games: Use default constructors/destructors 2022-02-16 22:08:55 +00:00
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
Game.cpp Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
Game.h 2048: Let user decide if he wants to continue the game 2021-10-05 13:27:57 +03:30
GameSizeDialog.cpp LibGUI+Userland: Port Labels to String 2023-04-30 05:48:14 +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 LibGUI+Userland: Use action text as a fallback in Action::status_tip() 2023-06-15 13:53:22 +01:00