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
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