summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/Model.h
AgeCommit message (Expand)Author
2020-08-16LibGUI: Move GUI::Model::Role to GUI::ModelRoleAndreas Kling
2020-08-16LibGUI: Make model sorting imperative and move order to AbstractViewAndreas Kling
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-08-01LibGUI: Add FilteringProxyModelAnotherTest
2020-07-13LibGUI: Add ModelClient abstract class and allow registering clientsTom
2020-07-04LibGUI: Add SortingProxyModel::sort_role()Andreas Kling
2020-05-21LibGUI: Remove Model::row_name() since nothing used itAndreas Kling
2020-05-21LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizingAndreas Kling
2020-05-21LibGUI: Replace ColumnMetadata::sortable => Model::is_column_sortable()Andreas Kling
2020-05-21LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadataAndreas Kling
2020-05-21LibGUI: Models should always specify font via Model::Role::FontAndreas Kling
2020-04-12LibGUI: Add a way for models to update without invalidating indexesAndreas Kling
2020-02-16LibGUI: Add forwarding headerAndreas Kling
2020-02-15LibGfx: Replace manual forward declarations with <LibGfx/Forward.h>Andreas Kling
2020-02-13LibGUI: Add GUI::Model::accepts_drag(index, data_type)Andreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling