Commit History

Author SHA1 Message Date
  Andreas Kling a1e381a0f8 LibGUI: Move GUI::Model::Role to GUI::ModelRole 4 years ago
  Andreas Kling e1ed71ef9e LibGUI: Make model sorting imperative and move order to AbstractView 4 years ago
  Andreas Kling 686ee2bf04 LibGUI: Rename ModelClient::on_model_update() => model_did_update() 4 years ago
  Andreas Kling 4088beb8eb LibGUI: Remove Model::sibling() since it's the same as index() 4 years ago
  Andreas Kling fe19cf0ff2 LibGUI: Move Model::index() out of line 4 years ago
  AnotherTest d04c833002 LibGUI: Add FilteringProxyModel 5 years ago
  Tom b778804d20 LibGUI: Add ModelClient abstract class and allow registering clients 5 years ago
  Andreas Kling a5799ed462 LibGUI: Add SortingProxyModel::sort_role() 5 years ago
  Andreas Kling 248f2d5cf5 LibGUI: Remove Model::row_name() since nothing used it 5 years ago
  Andreas Kling 2adb0a07e5 LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing 5 years ago
  Andreas Kling c666c251c8 LibGUI: Replace ColumnMetadata::sortable => Model::is_column_sortable() 5 years ago
  Andreas Kling 2e03bded43 LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadata 5 years ago
  Andreas Kling 04187576ff LibGUI: Models should always specify font via Model::Role::Font 5 years ago
  Andreas Kling 8e4751a963 LibGUI: Add a way for models to update without invalidating indexes 5 years ago
  Andreas Kling 2143da6434 LibGUI: Add forwarding header 5 years ago
  Andreas Kling a368cf7d51 LibGfx: Replace manual forward declarations with <LibGfx/Forward.h> 5 years ago
  Andreas Kling 6e7ca44dee LibGUI: Add GUI::Model::accepts_drag(index, data_type) 5 years ago
  Andreas Kling 6a9cc66b97 LibGUI: Remove leading G from filenames 5 years ago