1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-15 15:22:25 +00:00
serenity/Userland/Games/Minesweeper
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
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
CustomGameDialog.cpp LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
CustomGameDialog.h LibGUI+Userland: Make Dialog::ExecResult an enum class 2022-05-13 16:27:43 +02:00
Field.cpp LibGUI: Remove Label icons and replace instances with ImageWidget 2023-04-30 05:48:14 +02:00
Field.h LibGUI: Remove Label icons and replace instances with ImageWidget 2023-04-30 05:48:14 +02:00
main.cpp LibGUI+Userland: Make Window::*add_menu take name using new string 2023-04-19 07:59:54 +02:00
MinesweeperCustomGameWindow.gml Minesweeper: Update GML and fix layout issues 2022-08-05 13:55:13 +02:00
MinesweeperWindow.gml Minesweeper: Update GML and fix layout issues 2022-08-05 13:55:13 +02:00