Historial de Commits

Autor SHA1 Mensaje Fecha
  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 5 años
  Andreas Kling 1847219cbf LibGUI: Let's make F2 the standard "edit key" hace 5 años
  Andreas Kling 5daa19fdab LibGUI: Implement a basic "any key pressed" edit trigger for TableView hace 5 años
  Andreas Kling f3e4b62be9 LibGUI: Add AbstractView "edit triggers" to improve editing control hace 5 años
  Andreas Kling 2222fc5e08 LibGUI: Add optional grid and cursor styles to TableView hace 5 años
  Andreas Kling 9cf37901cd LibGUI: Add a cursor to AbstractView, separate from the selection hace 5 años
  Andreas Kling 0b9d765f6b LibGUI: Add AbstractView::move_cursor() and share some movement logic hace 5 años
  Andreas Kling c4347a16cf LibGUI: Make AbstractTableView row height configurable hace 5 años
  Andreas Kling 447b65bf7b LibGUI: Add (optional) row headers to GUI::TableView hace 5 años
  Andreas Kling 44e371635e LibGUI: Move table view headers into their own widget hace 5 años
  Andreas Kling f86c074be8 LibGUI: Pressing Return in an editable TableView should begin editing hace 5 años
  Andreas Kling 2cbe290930 LibGUI: Allow moving the TableView selection horizontally with keyboard hace 5 años
  AnotherTest e1a819827c LibGUI: Make AbstractTableView and TableView more customisable hace 5 años
  Andreas Kling 9102b624ac LibGUI+DevTools+Applications: Use ModelIndex::data() in many places hace 5 años
  Andreas Kling 96f98b1fc9 LibGUI: Simplify TableCellPaintingDelegate API slightly hace 5 años
  Andreas Kling a1e381a0f8 LibGUI: Move GUI::Model::Role to GUI::ModelRole hace 5 años
  Andreas Kling e1ed71ef9e LibGUI: Make model sorting imperative and move order to AbstractView hace 5 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
  Andreas Kling 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize hace 5 años
  Andreas Kling 278b307713 LibGUI: Make all views use CenterLeft as the default text alignment hace 5 años
  Andreas Kling 2e03bded43 LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadata hace 5 años
  Andreas Kling 04187576ff LibGUI: Models should always specify font via Model::Role::Font hace 5 años