summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/SortingProxyModel.cpp
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-29LibGUI: Make SortingProxyModel update all view cursors on resortAndreas Kling
2020-08-16LibGUI: Make SortingProxyModel clear view selections aggressivelyAndreas Kling
2020-08-16LibGUI+DevTools+Applications: Use ModelIndex::data() in many placesAndreas Kling
2020-08-16LibGUI: Move GUI::Model::Role to GUI::ModelRoleAndreas Kling
2020-08-16LibGUI: Resort SortingProxyModel when source invalidates if possibleAndreas Kling
2020-08-16LibGUI: Maintain selections across SortingProxyModel resortsAndreas 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-15LibGUI+FileManager: Fix forgetting to map sorting proxy model indexesSergey Bugaev
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-04-12LibGUI: Add a way for models to update without invalidating indexesAndreas Kling
2020-03-03AK: Make quick_sort() a little more ergonomicAndreas Kling
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-24LibGUI: Complain in SortingProxyModel::data() if map_to_target() failsAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling