summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/FontPicker.cpp
AgeCommit message (Expand)Author
2023-05-23Base+Userland: Apply Human Interface Guidelines to Object textthankyouverycool
2023-02-07LibGUI: Add 9 and 11 to the list of suggested sizes in FontPickerAndreas Kling
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
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
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
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