Age | Commit message (Expand) | Author |
---|---|---|
2020-08-13 | LibGUI: Rename ModelClient::on_model_update() => model_did_update() | Andreas Kling |
2020-08-13 | LibGUI: Remove Model::sibling() since it's the same as index() | Andreas Kling |
2020-08-13 | LibGUI: Move Model::index() out of line | Andreas Kling |
2020-07-13 | LibGUI: Add ModelClient abstract class and allow registering clients | Tom |
2020-04-12 | LibGUI: Add a way for models to update without invalidating indexes | Andreas Kling |
2020-02-13 | LibGUI: Add GUI::Model::accepts_drag(index, data_type) | Andreas Kling |
2020-02-06 | LibGUI: Remove leading G from filenames | Andreas Kling |