summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/FontPicker.cpp
AgeCommit message (Expand)Author
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