summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Model.cpp
AgeCommit message (Expand)Author
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2021-09-08LibGUI: West Const to East Const refactorDawid Wolosowicz
2021-08-08LibGUI: Implement granular operations for Model subclassessin-ack
2021-08-08LibGUI: Implement persistent indices for modelssin-ack
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling