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
/
GTreeView.cpp
Age
Commit message (
Expand
)
Author
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-01-22
LibGUI: Rename GAbstractColumnView to GAbstractTableView
Sergey Bugaev
2020-01-22
LibGUI: Misc tweaks
Sergey Bugaev
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-18
LibGUI: Handle "Return" key events
Shannon Booth
2020-01-10
LibGUI: Fix tree view column positioning when some columns are hidden
Sergey Bugaev
2019-12-24
LibDraw: Add ColorRole::BaseText (to be painted on ColorRole::Base)
Andreas Kling
2019-12-24
LibGUI+LibDraw: Add "Palette" concept for scoped color theming
Andreas Kling
2019-12-24
LibDraw: Add Selection and SelectionText system theme colors
Andreas Kling
2019-12-24
LibDraw: Add Button and ButtonText system theme colors
Andreas Kling
2019-12-24
LibGUI: Use SystemColor::Text in more places
Andreas Kling
2019-12-23
WindowServer+LibGUI: Implement basic color theming
Andreas Kling
2019-12-23
LibGUI: Activate GTreeView indexes when double clicking leaf nodes
Andreas Kling
2019-12-16
LibGUI: Fix GTreeView crash on pressing Left/Right without selection
Andreas Kling
2019-12-15
LibGUI: Fix GTreeView column headers incorrectly scrolling with content
Andreas Kling
2019-12-15
LibGUI: Fix GTreeView not showing the context menu
Andreas Kling
2019-12-13
LibGUI: Improve GTreeView column auto-sizing
Andreas Kling
2019-12-13
LibGUI: Make GTreeView inherit from GAbstractColumnView
Andreas Kling
2019-12-12
TreeView: Clear metadata after model update
Tommy Nguyen
2019-12-12
LibGUI: Add context_menu_event to GTreeView
Tommy Nguyen
2019-12-10
GTreeView: Prevent doubleclick with right mouse button (#868)
remyabel
2019-11-11
GTreeView: Make it possible to multi-select with the Ctrl modifier
Andreas Kling
2019-11-11
GTreeView: Always repaint in response to did_update_model()
Andreas Kling
2019-11-09
LibGUI: Make GTreeView fire the on_selection hook
Andreas Kling
2019-09-07
GTreeView: Make double-clicking toggle openable items
Andreas Kling
2019-09-07
GTreeView: Switch to using GModelSelection
Andreas Kling
2019-09-05
LibGUI: Teach GScrollableWidget how to hide unnecessary scrollbars
Andreas Kling
2019-08-18
GTreeView: Support multiple root-level items
Andreas Kling
2019-07-31
LibGUI: Simplify GTreeView ancestor traversal
Conrad Pankoff
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling