summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/TreeView.h
AgeCommit message (Expand)Author
2020-07-07LibGUI: Add on_toggle function to TreeViewthankyouverycool
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-21LibGUI: Allow expand/collapse subtrees in TreeView with Alt+Left/RightAndreas Kling
2020-04-12LibGUI: Add a way for models to update without invalidating indexesAndreas Kling
2020-03-18HackStudio: Expand project tree view by defaultOriko
2020-03-02LibGUI: Fix broken TreeView rendering with more than two columnsAndreas Kling
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-23LibGUI: Don't require passing a parent to widget constructorsAndreas Kling
2020-02-16LibGUI: Add forwarding headerAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling