index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGUI
/
Splitter.cpp
Age
Commit message (
Expand
)
Author
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
2021-01-03
LibGUI: Move widget registrations to the corresponding cpp file
Andrew Kaster
2020-12-30
LibGUI: Rewrite layout system in terms of min and max sizes
Andreas Kling
2020-11-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
2020-10-25
LibGUI: Fix walking Splitter's child widgets
Tom
2020-10-25
LibGUI: Fix Splitter sometimes not working after widgets were resized
Tom
2020-09-11
LibGUI: Use widget override cursors in GUI::Splitter
Andreas Kling
2020-09-11
LibGUI+WindowServer: Rename window "override cursor" to just "cursor"
Andreas Kling
2020-09-10
LibGfx: Move StandardCursor enum to LibGfx
Andreas Kling
2020-08-27
LibGUI: Splitter should only override cursor if within grabbable area
Tom
2020-08-26
LibGUI: Make Splitter inherit from Widget instead of Frame
Andreas Kling
2020-07-07
LibGUI: Use Resize{Column,Row} cursor for Splitter and AbstractTableView
Linus Groh
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-04-24
LibGUI: Shrink GUI::Splitter by 1 pixel to make it look just right
Andreas Kling
2020-04-24
LibGUI: Introduce widget content margins + improve splitters
Andreas Kling
2020-03-05
LibGUI: Make Layout a Core::Object and add basic serialization
Andreas Kling
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-13
LibGUI: Don't assert when hovering spacing around single-child Splitter
Andreas Kling
2020-02-11
LibGUI: Splitter should forget resize candidates after cursor leaves
Andreas Kling
2020-02-11
LibGUI: Make splitters 1px wider as 3px is slightly too narrow
Andreas Kling
2020-02-11
LibGUI: Only highlight grabbable area between a Splitter's children
Andreas Kling
2020-02-11
LibGUI: Factor out Splitter hit testing into a separate function
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling