summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/Splitter.cpp
AgeCommit message (Expand)Author
2020-03-05LibGUI: Make Layout a Core::Object and add basic serializationAndreas Kling
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-13LibGUI: Don't assert when hovering spacing around single-child SplitterAndreas Kling
2020-02-11LibGUI: Splitter should forget resize candidates after cursor leavesAndreas Kling
2020-02-11LibGUI: Make splitters 1px wider as 3px is slightly too narrowAndreas Kling
2020-02-11LibGUI: Only highlight grabbable area between a Splitter's childrenAndreas Kling
2020-02-11LibGUI: Factor out Splitter hit testing into a separate functionAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling