Andreas Kling
|
a7f4f6afc3
LibGUI: Allow dragging a previously unselected item with a single click
|
4 tahun lalu |
Andreas Kling
|
844c5709ac
LibGUI: Views should ignore double clicks that don't hit any index
|
4 tahun lalu |
Andreas Kling
|
e499b0f161
LibGUI: Invalidate view cursor on model update
|
4 tahun lalu |
Andreas Kling
|
aef56159a8
LibGUI: Add Widget focus policies
|
4 tahun lalu |
Andreas Kling
|
de3dc15a6e
LibGUI: Default-initialize cursor when focusing an AbstractView
|
4 tahun lalu |
Andreas Kling
|
1f789a07b1
LibGUI: Don't start AbstractView type-ahead search with tab key
|
4 tahun lalu |
Andreas Kling
|
272af7685b
LibGUI: Improve and simplify IconView item name wrapping
|
4 tahun lalu |
Andreas Kling
|
f6084d42d9
LibGUI: Call up to the correct base class in GUI::AbstractView
|
4 tahun lalu |
Tom
|
52a847a0eb
LibGUI: Implement searching/jumping as you type in views
|
4 tahun lalu |
Tom
|
307f0bc778
LibGUI: Fix scroll_into_view flipping between left/top and right/bottom
|
4 tahun lalu |
Tom
|
a7533eb29c
LibGUI: Clear selection if right-clicking item that isn't selected
|
4 tahun lalu |
AnotherTest
|
e250591ff3
LibGUI: Do not clear the selection on right-click
|
4 tahun lalu |
Andreas Kling
|
d3adbed231
LibGUI: Move keyboard item activation up to AbstractView
|
4 tahun lalu |
Andreas Kling
|
d8553a6406
LibGUI: Stop editing in views when the view is hidden
|
4 tahun lalu |
Andreas Kling
|
f52527ef9c
LibGUI: Move editing key handling up to AbstractView
|
4 tahun lalu |
pkotzbach
|
8a21c528ad
LibGUI: Minor consistency cleanup in AbstractView::set_cursor() (#3478)
|
4 tahun lalu |
Andreas Kling
|
e860a9aa80
LibGUI: Unregister AbstractView from model on destruction
|
4 tahun lalu |
Andreas Kling
|
27687b1c6e
LibGUI: Handle cursor keydown events in AbstractView
|
4 tahun lalu |
Andreas Kling
|
4ba12e9c23
LibGUI: Simplify ListView hover highlighting
|
4 tahun lalu |
Andreas Kling
|
daeb2bdc60
LibGUI: Don't return early from AbstractView::set_cursor()
|
4 tahun lalu |
Andreas Kling
|
fed53e19c7
LibGUI: Make AbstractView::set_cursor() scrolling into view optional
|
4 tahun lalu |
Andreas Kling
|
734035857e
LibGUI: Allow AbstractView::set_cursor(ModelIndex(), ...)
|
4 tahun lalu |
Andreas Kling
|
12dfeb9845
LibGUI: Allow rollback of model editing delegate input
|
4 tahun lalu |
Andreas Kling
|
f3e4b62be9
LibGUI: Add AbstractView "edit triggers" to improve editing control
|
4 tahun lalu |
Andreas Kling
|
9947262eaa
LibGUI: Ctrl+clicking on an AbstractView should move cursor
|
4 tahun lalu |
Andreas Kling
|
9cf37901cd
LibGUI: Add a cursor to AbstractView, separate from the selection
|
4 tahun lalu |
Andreas Kling
|
f86c074be8
LibGUI: Pressing Return in an editable TableView should begin editing
|
4 tahun lalu |
Andreas Kling
|
0f0b37d137
LibGUI: Return focus to view when stopping editing
|
4 tahun lalu |
Andreas Kling
|
032f567422
LibGUI: Always update() after changing AbstractView sort column/order
|
4 tahun lalu |
Andreas Kling
|
9102b624ac
LibGUI+DevTools+Applications: Use ModelIndex::data() in many places
|
4 tahun lalu |