index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
/
Variant.cpp
Age
Commit message (
Expand
)
Author
2022-04-20
LibGUI: Make GUI::Variant an actual Variant
Ali Mohammad Pur
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-01-01
Theming: Add alignment section
Filiph Sandström
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-05
LibGfx: Add FlagRole to GUI::Variant
Sam Atkins
2021-10-28
LibGUI: Add MetricRole and PathRole to GUI::Variant
Sam Atkins
2021-09-06
LibGUI: Add Gfx::ColorRole to Variant
Karol Kosek
2021-05-28
LibGUI: Add u64 type to LibGUI::Variant
Jesse Buhagiar
2021-05-22
LibGUI: Make GUI::Variant stringify floats with 2 decimals
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
LibGUI: Convert String::format() => String::formatted()
Andreas Kling
2021-03-22
LibGUI: Allow constructing a string Variant from StringView
AnotherTest
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling