Age | Commit message (Expand) | Author |
---|---|---|
2020-08-26 | LibGUI: Make AbstractTableView row height configurable | Andreas Kling |
2020-07-07 | LibGUI: Add on_toggle function to TreeView | thankyouverycool |
2020-06-10 | LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize | Andreas Kling |
2020-05-21 | LibGUI: Allow expand/collapse subtrees in TreeView with Alt+Left/Right | Andreas Kling |
2020-04-12 | LibGUI: Add a way for models to update without invalidating indexes | Andreas Kling |
2020-03-18 | HackStudio: Expand project tree view by default | Oriko |
2020-03-02 | LibGUI: Fix broken TreeView rendering with more than two columns | Andreas Kling |
2020-02-23 | LibGUI: Remove parent parameter to GUI::Widget constructor | Andreas Kling |
2020-02-23 | LibGUI: Don't require passing a parent to widget constructors | Andreas Kling |
2020-02-16 | LibGUI: Add forwarding header | Andreas Kling |
2020-02-06 | LibGUI: Remove leading G from filenames | Andreas Kling |