summaryrefslogtreecommitdiff
path: root/Userland/Applications/DisplaySettings/FontSettingsWidget.cpp
AgeCommit message (Expand)Author
2023-04-30LibGUI+Userland: Port Labels to Stringthankyouverycool
2023-03-21DisplaySettings: Propagate errors in FontSettingsWidgetimplicitfield
2023-01-07LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)Sam Atkins
2023-01-07Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`Sam Atkins
2022-08-01Userland+Base: Make the window titlebar font configurable separatelyAndreas Kling
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-05-12DisplaySettings: Set window modified stateSam Atkins
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-02-25Userland: Rename WindowServerConnection=>ConnectionToWindowServerItamar
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-02-01LibGfx+Applications: Add human readable name helper for fontsthankyouverycool
2021-06-06AK+Everywhere: Disallow constructing Functions from incompatible typesAli Mohammad Pur
2021-05-24FontSettingsWidget: Reduce duplication in Label setup codeThomas Keppler
2021-05-24FontSettingsWidget: Promote Labels as instance membersThomas Keppler
2021-05-24FontSettingsWidget: Display the default (fixed-width) font's nameThomas Keppler
2021-05-21DisplaySettings: Restrict selection of fixed-width fontsAndreas Kling
2021-05-21DisplaySettings: Add "Fonts" tabAndreas Kling