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.h
Age
Commit message (
Expand
)
Author
2023-02-02
LibGUI: Don't hard-code TreeView row height
Andreas Kling
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-11-05
LibGUI: Hold down Alt when clicking TreeView to expand full subtree
Easton Pillay
2022-04-06
LibGUI: Add is_toggled getter for TreeView
kleines Filmröllchen
2022-04-06
LibGUI: Associate model index metadata directly with the model index
kleines Filmröllchen
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-12
Libraries: Use default constructors/destructors in LibGUI
Lenny Maiorani
2021-08-08
LibGUI: Do not allow tree column to shrink beyond indent and icon
sin-ack
2021-07-10
LibGUI: Tighten paint invalidation rects in item views :^)
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-19
LibGUI: Support double-click resizing multi-column TreeViews
thankyouverycool
2021-03-12
LibGUI: Add variable padding and center bitmaps in TableViews
thankyouverycool
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling