summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/SortingProxyModel.h
AgeCommit message (Expand)Author
2020-10-22LibGUI: Implement searching/jumping as you type in viewsTom
2020-09-24LibGUI: Make SortingProxyModel forward is_editable() and set_data()Andreas Kling
2020-08-16LibGUI: Move GUI::Model::Role to GUI::ModelRoleAndreas Kling
2020-08-16LibGUI: Make model sorting imperative and move order to AbstractViewAndreas Kling
2020-08-16LibGUI: Make SortingProxyModel support hierarchical modelsAndreas Kling
2020-08-16LibGUI: Virtualize SortingProxyModel comparatorAndreas Kling
2020-08-13LibGUI: Remove unused bool SortingProxyModel::m_sortingAndreas Kling
2020-08-13LibGUI: Rename ModelClient::on_model_update() => model_did_update()Andreas Kling
2020-08-13LibGUI: Rename SortingProxyModel "target" to "source" insteadAndreas Kling
2020-07-13LibGUI: Add ModelClient abstract class and allow registering clientsTom
2020-07-04LibGUI: Add SortingProxyModel::sort_role()Andreas Kling
2020-05-21LibGUI: Remove Model::row_name() since nothing used itAndreas Kling
2020-05-21LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizingAndreas Kling
2020-05-21LibGUI: Replace ColumnMetadata::sortable => Model::is_column_sortable()Andreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling