Commit History

Author SHA1 Message Date
  Andreas Kling 9cf37901cd LibGUI: Add a cursor to AbstractView, separate from the selection 4 years ago
  Andreas Kling 0b9d765f6b LibGUI: Add AbstractView::move_cursor() and share some movement logic 4 years ago
  Andreas Kling c4347a16cf LibGUI: Make AbstractTableView row height configurable 4 years ago
  Andreas Kling 9a0f40d4b5 LibGUI: Add a top-left-corner button to table views 4 years ago
  Andreas Kling 447b65bf7b LibGUI: Add (optional) row headers to GUI::TableView 4 years ago
  Andreas Kling cfc30b11ba LibGUI: Rename table view's "cell painting delegate" to "column *" 4 years ago
  Andreas Kling 44e371635e LibGUI: Move table view headers into their own widget 4 years ago
  Andreas Kling 2cbe290930 LibGUI: Allow moving the TableView selection horizontally with keyboard 4 years ago
  Andreas Kling e5a6e297bf LibGUI: Add AbstractTableView::scroll_into_view(ModelIndex, bool, bool) 4 years ago
  AnotherTest e1a819827c LibGUI: Make AbstractTableView and TableView more customisable 4 years ago
  Andreas Kling 96f98b1fc9 LibGUI: Simplify TableCellPaintingDelegate API slightly 4 years ago
  Andreas Kling 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 years ago
  Andreas Kling 2adb0a07e5 LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing 5 years ago
  Andreas Kling 80f43ffc27 LibGUI: Move AbstractTableView::keydown_event() down to TableView 5 years ago
  Andreas Kling 3fe5dc35f2 LibGUI: Add AbstractTableView::move_selection(int steps) 5 years ago
  Andreas Kling 8e4751a963 LibGUI: Add a way for models to update without invalidating indexes 5 years ago
  DAlperin 8e1645423f LibGUI: Make descendants of AbstractView define their own select_all() (#1201) 5 years ago
  Andreas Kling c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 years ago
  Andreas Kling 428582e805 LibGUI: Don't require passing a parent to widget constructors 5 years ago
  Andreas Kling 2143da6434 LibGUI: Add forwarding header 5 years ago
  Andreas Kling 34c7322d77 LibGUI: Remove some header dependencies from Widget.h 5 years ago
  Andreas Kling 6a9cc66b97 LibGUI: Remove leading G from filenames 5 years ago