ladybird/Userland
Thomas Keppler 7dfc804d7d FontSettingsWidget: Reduce duplication in Label setup code
Pull out the Label updating code into its own function.
Ideally, we should probably transform this code to use its own widget
rather than doing this all in-line.
I.e., having a `FontSettingWidget` that that ties the FontPicker, Label
and Button into its own little widget, so that we can stay extendible in
the main widget and reduce duplication some more!
2021-05-24 09:08:23 +01:00
..
Applets LibCore: Make ProcessStatisticsReader return results in a Vector 2021-05-23 11:10:15 +02:00
Applications FontSettingsWidget: Reduce duplication in Label setup code 2021-05-24 09:08:23 +01:00
Demos Revert "Userland: static vs non-static constexpr variables" 2021-05-21 10:30:52 +01:00
DevTools LibC+UE: Keep more unused chunked blocks around 2021-05-23 19:31:39 +02:00
DynamicLoader DynamicLoader: Remove math functionality in favor of -lgcc 2021-05-07 15:35:50 +02:00
Games Hearts: Allow player to set their name 2021-05-23 20:43:53 +01:00
Libraries LibIPC: Fix unaligned u32 access in drain_messages_from_peer() 2021-05-24 09:04:22 +02:00
Services LookupServer: Fix missing POSIX includes 2021-05-23 18:10:29 +02:00
Shell Shell: Make sure all tests put their temp dirs in /tmp 2021-05-22 00:24:27 +04:30
Utilities tar: Ignore "extended headers" 2021-05-24 00:01:01 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00