Historique des commits

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