summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Variant.h
AgeCommit message (Expand)Author
2023-02-21LibGUI: Fix const-correctness issuesAndreas Kling
2023-02-10LibGUI: Speed up Variant string conversion for string dataTim Ledbetter
2022-12-28LibGfx+Overall: Remove `is_null` from `Point`, `Rect` and `Size`Jelle Raaijmakers
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-12-03Everywhere: Run clang-formatLinus Groh
2022-04-20LibGUI: Make GUI::Variant an actual VariantAli Mohammad Pur
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-04LibGfx: Rename Color::from_rgba() => Color::from_argb()Andreas Kling
2022-03-04LibGfx: Rename RGBA32 => ARGB32Andreas Kling
2022-01-01Theming: Add alignment sectionFiliph Sandström
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-05LibGfx: Add FlagRole to GUI::VariantSam Atkins
2021-10-28LibGUI: Add MetricRole and PathRole to GUI::VariantSam Atkins
2021-09-06LibGUI: Add Gfx::ColorRole to VariantKarol Kosek
2021-07-27LibGUI: Add Variant::as_float_or(fallback)Andreas Kling
2021-05-28LibGUI: Add u64 type to LibGUI::VariantJesse Buhagiar
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-22LibGUI: Allow constructing a string Variant from StringViewAnotherTest
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling