コミット履歴

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