Historique des commits

Auteur SHA1 Message Date
  Andreas Kling b084411258 LibGUI: Make Del/Backspace clear cell w/ "any key pressed" edit trigger il y a 4 ans
  Andreas Kling 1847219cbf LibGUI: Let's make F2 the standard "edit key" il y a 4 ans
  Andreas Kling 5daa19fdab LibGUI: Implement a basic "any key pressed" edit trigger for TableView il y a 4 ans
  Andreas Kling f3e4b62be9 LibGUI: Add AbstractView "edit triggers" to improve editing control il y a 4 ans
  Andreas Kling 2222fc5e08 LibGUI: Add optional grid and cursor styles to TableView 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 447b65bf7b LibGUI: Add (optional) row headers to GUI::TableView il y a 4 ans
  Andreas Kling 44e371635e LibGUI: Move table view headers into their own widget il y a 4 ans
  Andreas Kling f86c074be8 LibGUI: Pressing Return in an editable TableView should begin editing il y a 4 ans
  Andreas Kling 2cbe290930 LibGUI: Allow moving the TableView selection horizontally with keyboard il y a 4 ans
  AnotherTest e1a819827c LibGUI: Make AbstractTableView and TableView more customisable il y a 4 ans
  Andreas Kling 9102b624ac LibGUI+DevTools+Applications: Use ModelIndex::data() in many places il y a 4 ans
  Andreas Kling 96f98b1fc9 LibGUI: Simplify TableCellPaintingDelegate API slightly il y a 4 ans
  Andreas Kling a1e381a0f8 LibGUI: Move GUI::Model::Role to GUI::ModelRole il y a 4 ans
  Andreas Kling e1ed71ef9e LibGUI: Make model sorting imperative and move order to AbstractView il y a 4 ans
  Andreas Kling d851863704 Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes il y a 5 ans
  Andreas Kling 11c4a28660 Kernel: Move headers intended for userspace use into Kernel/API/ il y a 5 ans
  Andreas Kling 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize il y a 5 ans
  Andreas Kling 278b307713 LibGUI: Make all views use CenterLeft as the default text alignment il y a 5 ans
  Andreas Kling 2e03bded43 LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadata il y a 5 ans
  Andreas Kling 04187576ff LibGUI: Models should always specify font via Model::Role::Font il y a 5 ans
  Andreas Kling 80f43ffc27 LibGUI: Move AbstractTableView::keydown_event() down to TableView il y a 5 ans
  Andreas Kling d17b42b28d LibGUI: Make view widgets fill background by default il y a 5 ans
  Andreas Kling 235ae80e5e LibGUI: Make TableView ignore custom colors for selected rows il y a 5 ans
  Andreas Kling c199b0e1aa LibGUI: Fill whole TableView cells with custom background color il y a 5 ans
  Andreas Kling 3a65e9107e LibGUI: Respect Model::Role::BackgroundColor il y a 5 ans
  Andreas Kling b4fde72013 LibGUI: Brighten icons when hovering items in item views il y a 5 ans
  Andreas Kling c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor il y a 5 ans