summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/Splitter.cpp
AgeCommit message (Expand)Author
2020-07-07LibGUI: Use Resize{Column,Row} cursor for Splitter and AbstractTableViewLinus Groh
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-04-24LibGUI: Shrink GUI::Splitter by 1 pixel to make it look just rightAndreas Kling
2020-04-24LibGUI: Introduce widget content margins + improve splittersAndreas Kling
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