summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Splitter.cpp
AgeCommit message (Expand)Author
2022-08-09LibGUI+LibGfx: Let Desktop::the() set widget effectsthankyouverycool
2022-08-05LibGUI+Applications: Govern Splitter resizing by opportunistic growththankyouverycool
2022-08-05LibGUI: Calculate maximum primary size for Splitter resizeesthankyouverycool
2022-06-28LibGUI: Use new layout system in SplitterFrHun
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2022-02-23LibGUI+Apps: Adjust Splitter spacingsthankyouverycool
2022-02-23LibGUI+Apps: Prevent Splitter children from being unresizablethankyouverycool
2022-02-23LibGUI+Apps: Let Splitters select which resizee to set fixedthankyouverycool
2022-02-23LibGUI: Adjust grabbable rect between Splitter widgetsthankyouverycool
2021-11-03LibGUI+FileManager: Clarify Widget margins nameFrHun
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-07-10LibGUI: Only repaint grabbable part of Splitter when hovered/unhoveredAndreas Kling
2021-06-08Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>Ali Mohammad Pur
2021-05-26LibGUI: Paint some knurling in the middle of GUI::SplitterAndreas Kling
2021-05-26LibGUI: Have GUI::Splitter track all grabbable areasAndreas Kling
2021-05-13LibGUI/Splitter: Support setting minimum resizee sizeJelle Raaijmakers
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling