summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/TreeView.cpp
AgeCommit message (Expand)Author
2021-07-10LibGUI: Tighten paint invalidation rects in item views :^)Andreas Kling
2021-06-05TreeView: Don't try to move cursor with invalid indexMarcus Nilsson
2021-06-01LibGUI/TreeView: Select parent on collapseJelle Raaijmakers
2021-05-30LibGUI: Don't scroll TreeView horizontally to bring index into viewAndreas Kling
2021-05-30LibGUI: Avoid a bunch of virtual calls during TreeView paintingAndreas Kling
2021-05-29LibGUI/TreeView: Implement Home/End/PageUp/PageDn navigationJelle Raaijmakers
2021-05-03LibGUI: Rename ScrollableWidget => AbstractScrollableWidgetAndreas Kling
2021-05-01Everywhere: Turn #if *_DEBUG into dbgln_if/if constexprGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-03-19LibGUI: Walk all visible rows when updating TreeView column sizesthankyouverycool
2021-03-19LibGUI: Support double-click resizing multi-column TreeViewsthankyouverycool
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-20LibGUI: Always set tree column content width to widest open nodethankyouverycool
2021-02-03Everywhere: Remove some bitrotted "#if 0" blocksAndreas Kling
2021-01-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling