Age | Commit message (Expand) | Author |
---|---|---|
2020-07-13 | LibGUI: Add ModelClient abstract class and allow registering clients | Tom |
2020-07-04 | LibGUI: Add SortingProxyModel::sort_role() | Andreas Kling |
2020-05-21 | LibGUI: Remove Model::row_name() since nothing used it | Andreas Kling |
2020-05-21 | LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing | Andreas Kling |
2020-05-21 | LibGUI: Replace ColumnMetadata::sortable => Model::is_column_sortable() | Andreas Kling |
2020-04-12 | LibGUI: Add a way for models to update without invalidating indexes | Andreas Kling |
2020-03-03 | AK: Make quick_sort() a little more ergonomic | Andreas Kling |
2020-02-25 | AK: Make Vector use size_t for its size and capacity | Andreas Kling |
2020-02-24 | LibGUI: Complain in SortingProxyModel::data() if map_to_target() fails | Andreas Kling |
2020-02-06 | LibGUI: Remove leading G from filenames | Andreas Kling |