Age | Commit message (Expand) | Author |
---|---|---|
2020-04-03 | LibGUI: Clear any hovered index when the cursor leaves an AbstractView | Andreas Kling |
2020-03-30 | LibGUI: Brighten icons when hovering items in item views | Andreas Kling |
2020-02-25 | LibGUI: Make descendants of AbstractView define their own select_all() (#1201) | DAlperin |
2020-02-24 | LibGUI: Make AbstractView::set_model() take a RefPtr<Model> | 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-13 | LibGUI: Allow dropping drags on AbstractView | Andreas Kling |
2020-02-06 | LibGUI: Remove leading G from filenames | Andreas Kling |