ladybird/Userland/Games
thankyouverycool 4c9933bfb7 LibGUI: Remove Label icons and replace instances with ImageWidget
These icons are a relic of GLabel and were never implemented to
accomodate both image and text. This convenience can always be added
in the future, but no current instance assumes or needs it, so let's
replace them all with ImageWidget to show clearer intent.
2023-04-30 05:48:14 +02:00
..
2048 LibGUI+Userland: Port Labels to String 2023-04-30 05:48:14 +02:00
BrickGame LibGUI+Userland: Make Window::*add_menu take name using new string 2023-04-19 07:59:54 +02:00
Chess Chess: Don't attempt to update the board when clicking out of bounds 2023-04-29 23:28:50 +02:00
ColorLines LibGUI+Userland: Make Window::*add_menu take name using new string 2023-04-19 07:59:54 +02:00
FlappyBug LibGUI+Userland: Make Window::*add_menu take name using new string 2023-04-19 07:59:54 +02:00
Flood LibGUI+Userland: Make Window::*add_menu take name using new string 2023-04-19 07:59:54 +02:00
GameOfLife LibGUI+Userland: Make Menu::*add_submmenu take name using new string 2023-04-19 07:59:54 +02:00
Hearts LibGUI+Userland: Port Labels to String 2023-04-30 05:48:14 +02:00
MasterWord LibGUI+Userland: Make Window::*add_menu take name using new string 2023-04-19 07:59:54 +02:00
Minesweeper LibGUI: Remove Label icons and replace instances with ImageWidget 2023-04-30 05:48:14 +02:00
Snake LibGUI+Userland: Make Menu::*add_submmenu take name using new string 2023-04-19 07:59:54 +02:00
Solitaire LibGUI+Userland: Make Window::*add_menu take name using new string 2023-04-19 07:59:54 +02:00
Spider Spider: Fix crash when completing a deck 2023-04-21 10:59:32 +01:00
CMakeLists.txt Games: Add ColorLines 2022-12-12 17:30:04 +00:00