summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GTreeView.cpp
AgeCommit message (Expand)Author
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-18LibGUI: Handle "Return" key eventsShannon Booth
2020-01-10LibGUI: Fix tree view column positioning when some columns are hiddenSergey Bugaev
2019-12-24LibDraw: Add ColorRole::BaseText (to be painted on ColorRole::Base)Andreas Kling
2019-12-24LibGUI+LibDraw: Add "Palette" concept for scoped color themingAndreas Kling
2019-12-24LibDraw: Add Selection and SelectionText system theme colorsAndreas Kling
2019-12-24LibDraw: Add Button and ButtonText system theme colorsAndreas Kling
2019-12-24LibGUI: Use SystemColor::Text in more placesAndreas Kling
2019-12-23WindowServer+LibGUI: Implement basic color themingAndreas Kling
2019-12-23LibGUI: Activate GTreeView indexes when double clicking leaf nodesAndreas Kling
2019-12-16LibGUI: Fix GTreeView crash on pressing Left/Right without selectionAndreas Kling
2019-12-15LibGUI: Fix GTreeView column headers incorrectly scrolling with contentAndreas Kling
2019-12-15LibGUI: Fix GTreeView not showing the context menuAndreas Kling
2019-12-13LibGUI: Improve GTreeView column auto-sizingAndreas Kling
2019-12-13LibGUI: Make GTreeView inherit from GAbstractColumnViewAndreas Kling
2019-12-12TreeView: Clear metadata after model updateTommy Nguyen
2019-12-12LibGUI: Add context_menu_event to GTreeViewTommy Nguyen
2019-12-10GTreeView: Prevent doubleclick with right mouse button (#868)remyabel
2019-11-11GTreeView: Make it possible to multi-select with the Ctrl modifierAndreas Kling
2019-11-11GTreeView: Always repaint in response to did_update_model()Andreas Kling
2019-11-09LibGUI: Make GTreeView fire the on_selection hookAndreas Kling
2019-09-07GTreeView: Make double-clicking toggle openable itemsAndreas Kling
2019-09-07GTreeView: Switch to using GModelSelectionAndreas Kling
2019-09-05LibGUI: Teach GScrollableWidget how to hide unnecessary scrollbarsAndreas Kling
2019-08-18GTreeView: Support multiple root-level itemsAndreas Kling
2019-07-31LibGUI: Simplify GTreeView ancestor traversalConrad Pankoff
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling