summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/Model.cpp
AgeCommit message (Expand)Author
2020-08-13LibGUI: Rename ModelClient::on_model_update() => model_did_update()Andreas Kling
2020-08-13LibGUI: Remove Model::sibling() since it's the same as index()Andreas Kling
2020-08-13LibGUI: Move Model::index() out of lineAndreas Kling
2020-07-13LibGUI: Add ModelClient abstract class and allow registering clientsTom
2020-04-12LibGUI: Add a way for models to update without invalidating indexesAndreas Kling
2020-02-13LibGUI: Add GUI::Model::accepts_drag(index, data_type)Andreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling