summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Variant.cpp
AgeCommit message (Expand)Author
2022-04-20LibGUI: Make GUI::Variant an actual VariantAli Mohammad Pur
2022-04-01Everywhere: Run clang-formatIdan Horowitz
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-05-28LibGUI: Add u64 type to LibGUI::VariantJesse Buhagiar
2021-05-22LibGUI: Make GUI::Variant stringify floats with 2 decimalsAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21LibGUI: Convert String::format() => String::formatted()Andreas Kling
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