summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/BoxLayout.cpp
AgeCommit message (Expand)Author
2020-09-15LibCore: Make Core::Object properties more dynamicAndreas Kling
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-03-05LibGUI: Make Layout a Core::Object and add basic serializationAndreas Kling
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-16LibGUI: Add forwarding headerAndreas Kling
2020-02-12LibGUI: Make last auto-sized widget in a BoxLayout fill remaining spaceAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling