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