summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/Model.h
AgeCommit message (Expand)Author
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