Age | Commit message (Expand) | Author |
---|---|---|
2020-12-17 | LibGUI: Move selection behavior from TableView up to AbstractView | Andreas Kling |
2020-10-27 | LibGUI: Paint a focus rect around the cursor index in TableView | Andreas Kling |
2020-08-28 | LibGUI: Make TableView::move_cursor() public | Andreas Kling |
2020-08-28 | LibGUI: Add optional grid and cursor styles to TableView | Andreas Kling |
2020-08-27 | LibGUI: Add a cursor to AbstractView, separate from the selection | Andreas Kling |
2020-08-27 | LibGUI: Add AbstractView::move_cursor() and share some movement logic | Andreas Kling |
2020-05-21 | LibGUI: Move AbstractTableView::keydown_event() down to TableView | 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 |