summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/ModelSelection.cpp
AgeCommit message (Expand)Author
2022-01-06LibGUI: Avoid double hash lookup in ModelSelection::add()Andreas Kling
2022-01-05LibGUI: Rename ModelSelection::remove_matching => remove_all_matchingAndreas Kling
2022-01-05LibGUI: Use HashTable::remove_all_matching() in GUI::ModelSelectionAndreas Kling
2021-08-01LibGUI: Remove unused header includesBrian Gianforcaro
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