summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/SortingProxyModel.cpp
AgeCommit message (Expand)Author
2022-02-16LibGUI: Make a copy of source_rows before resizing it in sort_mapping()Vitaly Dyachkov
2022-01-06LibGUI: Table View navigating with arrow keys continuity after updatemartinfalisse
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-09-08LibGUI: West Const to East Const refactorDawid Wolosowicz
2021-09-08LibGUI: Remove an unnecessarily specific inline capacityDawid Wolosowicz
2021-08-22LibGUI: Always resize the mapping rows when sortingKarol Kosek
2021-08-08LibGUI: Resize the mapping rows during sortsin-ack
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-04-29Everywhere: "indexes" => "indices"Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling