summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/TreeView.h
AgeCommit message (Expand)Author
2022-11-05LibGUI: Hold down Alt when clicking TreeView to expand full subtreeEaston Pillay
2022-04-06LibGUI: Add is_toggled getter for TreeViewkleines Filmröllchen
2022-04-06LibGUI: Associate model index metadata directly with the model indexkleines Filmröllchen
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2021-08-08LibGUI: Do not allow tree column to shrink beyond indent and iconsin-ack
2021-07-10LibGUI: Tighten paint invalidation rects in item views :^)Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-19LibGUI: Support double-click resizing multi-column TreeViewsthankyouverycool
2021-03-12LibGUI: Add variable padding and center bitmaps in TableViewsthankyouverycool
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling