1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-05 11:27:35 +00:00
serenity/Userland/Applications/Welcome
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
main.cpp Userland: Remove a bunch of unveil calls on /sys/kernel/processes 2023-01-13 13:41:30 +01:00
WelcomeWidget.cpp LibGUI+Userland: Port Labels to String 2023-04-30 05:48:14 +02:00
WelcomeWidget.h Welcome: Rename m_initial_tip_index=>m_tip_index 2023-01-29 18:27:34 +00:00
WelcomeWindow.gml LibGUI: Remove Label icons and replace instances with ImageWidget 2023-04-30 05:48:14 +02:00