summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/AbstractTableView.h
AgeCommit message (Expand)Author
2020-11-30LibGUI: Remove `AbstractView::did_update_model()'AnotherTest
2020-11-19LibGUI: Remove AbstractTableView::doubleclick_event()Andreas Kling
2020-10-25LibGUI: Make table view row height+padding font-size-relativeAndreas 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-08-26LibGUI: Make AbstractTableView row height configurableAndreas Kling
2020-08-26LibGUI: Add a top-left-corner button to table viewsAndreas Kling
2020-08-26LibGUI: Add (optional) row headers to GUI::TableViewAndreas Kling
2020-08-26LibGUI: Rename table view's "cell painting delegate" to "column *"Andreas Kling
2020-08-26LibGUI: Move table view headers into their own widgetAndreas Kling
2020-08-24LibGUI: Allow moving the TableView selection horizontally with keyboardAndreas Kling
2020-08-24LibGUI: Add AbstractTableView::scroll_into_view(ModelIndex, bool, bool)Andreas Kling
2020-08-24LibGUI: Make AbstractTableView and TableView more customisableAnotherTest
2020-08-16LibGUI: Simplify TableCellPaintingDelegate API slightlyAndreas Kling
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-21LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizingAndreas Kling
2020-05-21LibGUI: Move AbstractTableView::keydown_event() down to TableViewAndreas Kling
2020-05-13LibGUI: Add AbstractTableView::move_selection(int steps)Andreas Kling
2020-04-12LibGUI: Add a way for models to update without invalidating indexesAndreas Kling
2020-02-25LibGUI: Make descendants of AbstractView define their own select_all() (#1201)DAlperin
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-14LibGUI: Remove some header dependencies from Widget.hAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling