ladybird/Userland/Games/2048
thankyouverycool 02d94a303c Base+Userland: Apply Human Interface Guidelines to Object text
Corrects a slew of titles, buttons, labels, menu items and status bars
for capitalization, ellipses and punctuation.

Rewords a few actions and dialogs to use uniform language and
punctuation.
2023-05-23 05:59:49 +02: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: Make Application's construction fallible 2023-05-05 16:41:21 +01:00