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