Age | Commit message (Expand) | Author |
---|---|---|
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-05-21 | LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadata | Andreas Kling |
2020-05-21 | LibGUI: Models should always specify font via Model::Role::Font | Andreas Kling |
2020-04-12 | LibGUI: Add a way for models to update without invalidating indexes | Andreas Kling |
2020-02-16 | LibGUI: Add forwarding header | Andreas Kling |
2020-02-15 | LibGfx: Replace manual forward declarations with <LibGfx/Forward.h> | 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 |