summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/Variant.cpp
AgeCommit message (Expand)Author
2021-01-03LibGUI: Use String::formatted() and String::number() moreAndreas Kling
2020-12-03LibGUI: Optimize GUI::Variant move constructorSahan Fernando
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-21LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadataAndreas Kling
2020-04-07AK: Allow %m.nf specifier for double/float in printf to set fraction withEmanuel Sprung
2020-03-22LibGUI: Allow constructing Variant from FlyStringAndreas Kling
2020-03-07LibGUI: Move Icon and FontDatabase into the GUI namespaceShannon Booth
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling