summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/TableView.h
AgeCommit message (Expand)Author
2020-10-27LibGUI: Paint a focus rect around the cursor index in TableViewAndreas Kling
2020-08-28LibGUI: Make TableView::move_cursor() publicAndreas Kling
2020-08-28LibGUI: Add optional grid and cursor styles to TableViewAndreas Kling
2020-08-27LibGUI: Add a cursor to AbstractView, separate from the selectionAndreas Kling
2020-08-27LibGUI: Add AbstractView::move_cursor() and share some movement logicAndreas Kling
2020-05-21LibGUI: Move AbstractTableView::keydown_event() down to TableViewAndreas 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