summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GroupBox.cpp
AgeCommit message (Collapse)Author
2020-07-14LibGUI: Draw contiguous frame if GroupBox title is left emptythankyouverycool
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
This fits nicer with FloatRect,FloatPoint,FloatSize and gives a much better visual clue about what type of metric is being used.
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-14LibGUI: Remove some header dependencies from Widget.hAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling