summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/FontPicker.cpp
AgeCommit message (Expand)Author
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-06-02LibGUI: Use default buttons in ColorPicker and FontPickerKarol Kosek
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-09-24LibGUI: Categorize font families by variant instead of weightthankyouverycool
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-08-01LibGUI: Remove unused header includesBrian Gianforcaro
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-09LibGUI: Handle TTF size selection changes in font picker properlyLuK1337
2021-05-26LibGUI/AbstractView: Remove `on_selection`Jelle Raaijmakers
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-16LibGUI: Allow arbitrary font size in FontPickerJames Triantafylos
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-11LibGUI: Move FontPickerWeightModel and helpers to their own headerthankyouverycool
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-15LibGUI: Add some default sizes for TTF fonts in FontPickerStephan Unverwerth
2021-02-15LibGUI+LibGfx+LibTTF: Make fontpicker handle TTF fontsStephan Unverwerth
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling