summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Splitter.h
AgeCommit message (Expand)Author
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-08-05LibGUI+Applications: Govern Splitter resizing by opportunistic growththankyouverycool
2022-08-05LibGUI: Calculate maximum primary size for Splitter resizeesthankyouverycool
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2022-02-23LibGUI+Apps: Prevent Splitter children from being unresizablethankyouverycool
2022-02-23LibGUI+Apps: Let Splitters select which resizee to set fixedthankyouverycool
2021-11-03LibGUI+FileManager: Clarify Widget margins nameFrHun
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