Andreas Kling
|
27687b1c6e
LibGUI: Handle cursor keydown events in AbstractView
|
il y a 4 ans |
Andreas Kling
|
6316525d50
LibGUI: Add optional "tab key navigation" to AbstractView
|
il y a 4 ans |
Andreas Kling
|
f3e4b62be9
LibGUI: Add AbstractView "edit triggers" to improve editing control
|
il y a 4 ans |
Andreas Kling
|
d2d2361152
LibGUI: Unbreak PageUp/PageDown in AbstractTableView
|
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
|
cd2c82a380
LibGUI: Remove unused variables in AbstractTableView::mousedown_event()
|
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
|
8cc2a55cff
LibGUI: Update AbstractTableView row header sizes on set_row_height()
|
il y a 4 ans |
Andreas Kling
|
c4347a16cf
LibGUI: Make AbstractTableView row height configurable
|
il y a 4 ans |
Andreas Kling
|
9a0f40d4b5
LibGUI: Add a top-left-corner button to table views
|
il y a 4 ans |
Andreas Kling
|
447b65bf7b
LibGUI: Add (optional) row headers to GUI::TableView
|
il y a 4 ans |
Andreas Kling
|
cfc30b11ba
LibGUI: Rename table view's "cell painting delegate" to "column *"
|
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 |
Andreas Kling
|
e5a6e297bf
LibGUI: Add AbstractTableView::scroll_into_view(ModelIndex, bool, bool)
|
il y a 4 ans |
AnotherTest
|
09ccb46980
LibGUI: Calculate the text rect correctly in AbstractTableView
|
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
|
e1ed71ef9e
LibGUI: Make model sorting imperative and move order to AbstractView
|
il y a 4 ans |
Linus Groh
|
b86a59ec05
LibGUI: Use Resize{Column,Row} cursor for Splitter and AbstractTableView
|
il y a 5 ans |
Andreas Kling
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
il y a 5 ans |
Andreas Kling
|
ff98f55b85
LibGUI: Fix view column auto-sizing of icon-only columns
|
il y a 5 ans |
Andreas Kling
|
2adb0a07e5
LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing
|
il y a 5 ans |
Andreas Kling
|
c666c251c8
LibGUI: Replace ColumnMetadata::sortable => Model::is_column_sortable()
|
il y a 5 ans |
Andreas Kling
|
80f43ffc27
LibGUI: Move AbstractTableView::keydown_event() down to TableView
|
il y a 5 ans |
Hüseyin ASLITÜRK
|
d18f6e82eb
LibGUI: Replace up and down arrows with emoji
|
il y a 5 ans |
Andreas Kling
|
3fe5dc35f2
LibGUI: Add AbstractTableView::move_selection(int steps)
|
il y a 5 ans |
Ben Wiederhake
|
ebabce30bd
LibGUI: Display hidden columns as hidden
|
il y a 5 ans |
Andreas Kling
|
705cee528a
LibGUI: Make it easier to create checkable GUI::Actions
|
il y a 5 ans |