summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Model.h
AgeCommit message (Expand)Author
2022-09-25LibGUI: Add Model::unsafe_create_index()Andreas Kling
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
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-08LibGUI: Implement granular operations for Model subclassessin-ack
2021-08-08LibGUI: Implement persistent indices for modelssin-ack
2021-08-06LibGUI+Applications: Rename Model::is_valid to is_within_rangesin-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-03-01LibGUI: Add possibility to search for exact match in modelspeles
2021-02-16LibGUI: Make Model::data_matches() take Variant by const-referenceAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling