index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
/
TreeView.cpp
Age
Commit message (
Expand
)
Author
2022-01-29
LibGUI: Allow falling back to default paint behavior in delegate
networkException
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-08-10
LibGUI: Draw a focus rect over the row when sel. behavior is SelectRows
sin-ack
2021-08-10
LibGUI: Partially restore original TreeView column painting behavior
sin-ack
2021-08-10
LibGUI: Default TreeView to SelectionBehavior::SelectItems
sin-ack
2021-08-08
LibGUI: Do not allow tree column to shrink beyond indent and icon
sin-ack
2021-08-08
LibGUI: TreeView tree column text painting adjustments
sin-ack
2021-07-27
LibGUI: Add ModelRole::IconOpacity and support it in all views :^)
Andreas Kling
2021-07-27
LibGUI: Remove some unused code in GUI::TreeView
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-10
LibGUI: Tighten paint invalidation rects in item views :^)
Andreas Kling
2021-06-05
TreeView: Don't try to move cursor with invalid index
Marcus Nilsson
2021-06-01
LibGUI/TreeView: Select parent on collapse
Jelle Raaijmakers
2021-05-30
LibGUI: Don't scroll TreeView horizontally to bring index into view
Andreas Kling
2021-05-30
LibGUI: Avoid a bunch of virtual calls during TreeView painting
Andreas Kling
2021-05-29
LibGUI/TreeView: Implement Home/End/PageUp/PageDn navigation
Jelle Raaijmakers
2021-05-03
LibGUI: Rename ScrollableWidget => AbstractScrollableWidget
Andreas Kling
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-03-19
LibGUI: Walk all visible rows when updating TreeView column sizes
thankyouverycool
2021-03-19
LibGUI: Support double-click resizing multi-column TreeViews
thankyouverycool
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-20
LibGUI: Always set tree column content width to widest open node
thankyouverycool
2021-02-03
Everywhere: Remove some bitrotted "#if 0" blocks
Andreas Kling
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling