summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/TreeView.cpp
AgeCommit message (Expand)Author
2020-05-21LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadataAndreas Kling
2020-05-21LibGUI: Models should always specify font via Model::Role::FontAndreas Kling
2020-05-21LibGUI: Allow expand/collapse subtrees in TreeView with Alt+Left/RightAndreas Kling
2020-05-07LibGUI: Properly draw the background of the selected TreeView lineDexesTTP
2020-04-18LibGUI: Make view widgets fill background by defaultAndreas Kling
2020-04-12LibGUI: Add a way for models to update without invalidating indexesAndreas Kling
2020-03-30LibGUI: Brighten icons when hovering items in item viewsAndreas Kling
2020-03-02LibGUI: Fix broken TreeView rendering with more than two columnsAndreas Kling
2020-02-24LibGUI: Scroll selected treeview entries into viewTibor Nagy
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-21LibGUI: Improve TreeView keyboard navigationTibor Nagy
2020-02-16LibGUI: Add forwarding headerAndreas Kling
2020-02-15LibGUI: Use inactive selection colors from palette instead of hardcoding themTibor Nagy
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling