summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/AbstractTableView.cpp
AgeCommit message (Expand)Author
2020-05-21LibGUI: Replace ColumnMetadata::sortable => Model::is_column_sortable()Andreas Kling
2020-05-21LibGUI: Move AbstractTableView::keydown_event() down to TableViewAndreas Kling
2020-05-20LibGUI: Replace up and down arrows with emojiHüseyin ASLITÜRK
2020-05-13LibGUI: Add AbstractTableView::move_selection(int steps)Andreas Kling
2020-05-02LibGUI: Display hidden columns as hiddenBen Wiederhake
2020-04-21LibGUI: Make it easier to create checkable GUI::ActionsAndreas Kling
2020-04-12LibGUI: Add a way for models to update without invalidating indexesAndreas Kling
2020-04-03LibGUI: Clear any hovered index when the cursor leaves an AbstractViewAndreas Kling
2020-02-25LibGUI: Mouse events didn't hit table headers when vertically scrolledAndreas Kling
2020-02-25LibGUI: Make descendants of AbstractView define their own select_all() (#1201)DAlperin
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-23LibGUI: Make GUI::Frame have the 2px sunken container look by defaultAndreas Kling
2020-02-22LibGUI: Remove debug spam when resizing table columnsAndreas Kling
2020-02-22LibGUI: Take scroll offset into account when manipulating table headersAndreas Kling
2020-02-16LibGUI: Add forwarding headerAndreas Kling
2020-02-15LibGUI: Reduce header dependencies of GUI::ActionAndreas Kling
2020-02-12LibGUI: Always unhighlight table view column headers when cursor leavesAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling