Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling 97c42694db LibGUI: Make selected item tint color based on focused state hace 4 años
  Andreas Kling f0138fcb25 LibGUI: Move selection behavior from TableView up to AbstractView hace 4 años
  AnotherTest c84756efa8 LibGUI: Don't start editing with (just) modifier keys when AnyKeyPressed hace 4 años
  Andreas Kling 66a8e151fb LibGUI: Remove redundant scroll_into_view() calls in TableView hace 4 años
  Andreas Kling 80e12999c4 LibGUI: Model-less views should not swallow key events hace 4 años
  Andreas Kling df98c9ebbe LibGUI: Run clang-format on TableView.cpp hace 4 años
  Andreas Kling c0076681ad LibGUI: Paint a focus rect around the cursor index in TableView hace 4 años
  Andreas Kling 4bc8768737 LibGUI: Tint selected icons in {Icon,Table,Columns}View hace 4 años
  Tom 52a847a0eb LibGUI: Implement searching/jumping as you type in views hace 4 años
  Andreas Kling d3adbed231 LibGUI: Move keyboard item activation up to AbstractView hace 4 años
  Andreas Kling f52527ef9c LibGUI: Move editing key handling up to AbstractView hace 4 años
  Andreas Kling b084411258 LibGUI: Make Del/Backspace clear cell w/ "any key pressed" edit trigger hace 4 años
  Andreas Kling 1847219cbf LibGUI: Let's make F2 the standard "edit key" hace 4 años
  Andreas Kling 5daa19fdab LibGUI: Implement a basic "any key pressed" edit trigger for TableView hace 4 años
  Andreas Kling f3e4b62be9 LibGUI: Add AbstractView "edit triggers" to improve editing control hace 4 años
  Andreas Kling 2222fc5e08 LibGUI: Add optional grid and cursor styles to TableView hace 4 años
  Andreas Kling 9cf37901cd LibGUI: Add a cursor to AbstractView, separate from the selection hace 4 años
  Andreas Kling 0b9d765f6b LibGUI: Add AbstractView::move_cursor() and share some movement logic hace 4 años
  Andreas Kling c4347a16cf LibGUI: Make AbstractTableView row height configurable hace 4 años
  Andreas Kling 447b65bf7b LibGUI: Add (optional) row headers to GUI::TableView hace 4 años
  Andreas Kling 44e371635e LibGUI: Move table view headers into their own widget hace 4 años
  Andreas Kling f86c074be8 LibGUI: Pressing Return in an editable TableView should begin editing hace 4 años
  Andreas Kling 2cbe290930 LibGUI: Allow moving the TableView selection horizontally with keyboard hace 4 años
  AnotherTest e1a819827c LibGUI: Make AbstractTableView and TableView more customisable hace 4 años
  Andreas Kling 9102b624ac LibGUI+DevTools+Applications: Use ModelIndex::data() in many places hace 4 años
  Andreas Kling 96f98b1fc9 LibGUI: Simplify TableCellPaintingDelegate API slightly hace 4 años
  Andreas Kling a1e381a0f8 LibGUI: Move GUI::Model::Role to GUI::ModelRole hace 4 años
  Andreas Kling e1ed71ef9e LibGUI: Make model sorting imperative and move order to AbstractView hace 4 años
  Andreas Kling d851863704 Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes hace 5 años
  Andreas Kling 11c4a28660 Kernel: Move headers intended for userspace use into Kernel/API/ hace 5 años