index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGUI
/
TreeView.cpp
Age
Commit message (
Expand
)
Author
2020-10-28
LibGUI: Model-less views should not swallow key events
Andreas Kling
2020-10-27
LibGUI: Make TreeView use the view cursor properly
Andreas Kling
2020-10-27
LibGUI: Shrink the default selection rect of TreeView items
Andreas Kling
2020-10-22
LibGUI: Implement searching/jumping as you type in views
Tom
2020-09-18
LibGUI: Add TreeView::expand_all_parents_of(ModelIndex)
Andreas Kling
2020-09-16
LibGUI: Double-clicking on a TreeView item should set cursor
Andreas Kling
2020-09-16
LibGUI: Fix TreeView scrolling to top when clicking sub-items
Andreas Kling
2020-08-27
LibGUI: Add a cursor to AbstractView, separate from the selection
Andreas Kling
2020-08-27
LibGUI: Add AbstractView::move_cursor() and share some movement logic
Andreas Kling
2020-08-27
Base: Create /res/icons/serenity for misc. sized system icons
thankyouverycool
2020-08-26
LibGUI: Make AbstractTableView row height configurable
Andreas Kling
2020-08-26
LibGUI: Move table view headers into their own widget
Andreas Kling
2020-08-16
LibGUI+DevTools+Applications: Use ModelIndex::data() in many places
Andreas Kling
2020-08-16
LibGUI: Simplify TableCellPaintingDelegate API slightly
Andreas Kling
2020-08-16
LibGUI: Move GUI::Model::Role to GUI::ModelRole
Andreas Kling
2020-08-13
LibGUI: Remove Model::sibling() since it's the same as index()
Andreas Kling
2020-07-13
LibGUI: Fix keybind conflicts in TreeView
thankyouverycool
2020-07-13
LibGUI: Only report toggled directories once on subtree collapse/expansion
thankyouverycool
2020-07-10
LibGUI: Add missing on_toggle hook to TreeView
thankyouverycool
2020-07-07
LibGUI: Add on_toggle function to TreeView
thankyouverycool
2020-07-04
LibGUI: Respect per-index font when computing TreeView item rects
Andreas Kling
2020-07-01
LibGUI: Do not recurse into rows with invalid indices
AnotherTest
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-05-30
LibGUI+HackStudio: Fix cursor appearance and crash while debugging
FalseHonesty
2020-05-21
LibGUI: Make all views use CenterLeft as the default text alignment
Andreas Kling
2020-05-21
LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing
Andreas Kling
2020-05-21
LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadata
Andreas Kling
2020-05-21
LibGUI: Models should always specify font via Model::Role::Font
Andreas Kling
2020-05-21
LibGUI: Allow expand/collapse subtrees in TreeView with Alt+Left/Right
Andreas Kling
2020-05-07
LibGUI: Properly draw the background of the selected TreeView line
DexesTTP
2020-04-18
LibGUI: Make view widgets fill background by default
Andreas Kling
2020-04-12
LibGUI: Add a way for models to update without invalidating indexes
Andreas Kling
2020-03-30
LibGUI: Brighten icons when hovering items in item views
Andreas Kling
2020-03-02
LibGUI: Fix broken TreeView rendering with more than two columns
Andreas Kling
2020-02-24
LibGUI: Scroll selected treeview entries into view
Tibor Nagy
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-21
LibGUI: Improve TreeView keyboard navigation
Tibor Nagy
2020-02-16
LibGUI: Add forwarding header
Andreas Kling
2020-02-15
LibGUI: Use inactive selection colors from palette instead of hardcoding them
Tibor Nagy
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling