summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/TreeView.cpp
AgeCommit message (Expand)Author
2023-02-02LibGUI: Center TreeView item icons verticallyAndreas Kling
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-03LibGfx: Make Font::width() return a floatAndreas Kling
2023-01-03LibGUI: Fix highlighting of elements in TreeViewmartinfalisse
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-11-05LibGUI: Hold down Alt when clicking TreeView to expand full subtreeEaston Pillay
2022-08-15LibGUI: Programatically draw table header sorting arrowsTimothy Flynn
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-06LibGUI: Don't stringify non-textlike data in TreeView's tree columnkleines Filmröllchen
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-06LibGUI: Register should_fill_selected_rows for GML in TreeViewkleines Filmröllchen
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2022-01-29LibGUI: Allow falling back to default paint behavior in delegatenetworkException
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-08-10LibGUI: Draw a focus rect over the row when sel. behavior is SelectRowssin-ack
2021-08-10LibGUI: Partially restore original TreeView column painting behaviorsin-ack
2021-08-10LibGUI: Default TreeView to SelectionBehavior::SelectItemssin-ack
2021-08-08LibGUI: Do not allow tree column to shrink beyond indent and iconsin-ack
2021-08-08LibGUI: TreeView tree column text painting adjustmentssin-ack
2021-07-27LibGUI: Add ModelRole::IconOpacity and support it in all views :^)Andreas Kling
2021-07-27LibGUI: Remove some unused code in GUI::TreeViewAndreas Kling
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
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