1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 14:55:08 +00:00
serenity/Userland/Applications/KeyboardSettings
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
Keyboard.gml LibGUI: Remove Label icons and replace instances with ImageWidget 2023-04-30 05:48:14 +02:00
KeyboardSettingsWidget.cpp KeyboardSettings: Port to Core::File 2023-04-09 20:58:54 -06:00
KeyboardSettingsWidget.h KeyboardSettings: Add checkbox to enable Caps Lock mapping to Ctrl 2023-03-31 12:45:21 -04:00
KeymapDialog.gml KeyboardSettings: Improve KeymapDialog layout 2022-07-15 12:34:25 +02:00
main.cpp KeyboardSettings: Add checkbox to enable Caps Lock mapping to Ctrl 2023-03-31 12:45:21 -04:00