ladybird/Userland/Applications/BrowserSettings
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
..
AutoplaySettingsWidget.cpp BrowserSettings: Port content filters to String 2023-04-22 12:32:40 +02:00
AutoplaySettingsWidget.gml BrowserSettings: Add a tab to control the Browser's autoplay settings 2023-04-18 16:30:02 +02:00
AutoplaySettingsWidget.h BrowserSettings: Add a tab to control the Browser's autoplay settings 2023-04-18 16:30:02 +02:00
BrowserSettingsWidget.cpp BrowserSettings: Convert BrowserSettingsWidget to a failable factory 2023-04-24 09:21:51 +02:00
BrowserSettingsWidget.gml LibGUI: Remove Label icons and replace instances with ImageWidget 2023-04-30 05:48:14 +02:00
BrowserSettingsWidget.h BrowserSettings: Convert BrowserSettingsWidget to a failable factory 2023-04-24 09:21:51 +02:00
CMakeLists.txt BrowserSettings: Add a tab to control the Browser's autoplay settings 2023-04-18 16:30:02 +02:00
ContentFilterSettingsWidget.cpp BrowserSettings: Propagate errors from creation of content filter widget 2023-04-22 12:32:40 +02:00
ContentFilterSettingsWidget.gml BrowserSettings: Slightly change text for adding a new content filter 2023-04-22 12:32:40 +02:00
ContentFilterSettingsWidget.h BrowserSettings: Propagate errors from creation of content filter widget 2023-04-22 12:32:40 +02:00
main.cpp BrowserSettings: Convert BrowserSettingsWidget to a failable factory 2023-04-24 09:21:51 +02:00