Andreas Kling
|
f0138fcb25
LibGUI: Move selection behavior from TableView up to AbstractView
|
4 vuotta sitten |
Andreas Kling
|
2759d518b7
FileManager+LibGUI: Draw the item text for desktop icons with shadow
|
4 vuotta sitten |
AnotherTest
|
71de8b7480
LibGUI: Remove `AbstractView::did_update_model()'
|
4 vuotta sitten |
AnotherTest
|
a2cfb7eb94
LibGUI: Prevent multiple drag initiations while drag messages are passed
|
4 vuotta sitten |
Andreas Kling
|
aef56159a8
LibGUI: Add Widget focus policies
|
4 vuotta sitten |
Andreas Kling
|
de3dc15a6e
LibGUI: Default-initialize cursor when focusing an AbstractView
|
4 vuotta sitten |
Andreas Kling
|
272af7685b
LibGUI: Improve and simplify IconView item name wrapping
|
4 vuotta sitten |
Tom
|
52a847a0eb
LibGUI: Implement searching/jumping as you type in views
|
4 vuotta sitten |
Tom
|
a7533eb29c
LibGUI: Clear selection if right-clicking item that isn't selected
|
4 vuotta sitten |
Andreas Kling
|
d8553a6406
LibGUI: Stop editing in views when the view is hidden
|
4 vuotta sitten |
Andreas Kling
|
27687b1c6e
LibGUI: Handle cursor keydown events in AbstractView
|
4 vuotta sitten |
Andreas Kling
|
4ba12e9c23
LibGUI: Simplify ListView hover highlighting
|
4 vuotta sitten |
Andreas Kling
|
fed53e19c7
LibGUI: Make AbstractView::set_cursor() scrolling into view optional
|
4 vuotta sitten |
Andreas Kling
|
6316525d50
LibGUI: Add optional "tab key navigation" to AbstractView
|
4 vuotta sitten |
Andreas Kling
|
5daa19fdab
LibGUI: Implement a basic "any key pressed" edit trigger for TableView
|
4 vuotta sitten |
Andreas Kling
|
f3e4b62be9
LibGUI: Add AbstractView "edit triggers" to improve editing control
|
4 vuotta sitten |
Andreas Kling
|
9cf37901cd
LibGUI: Add a cursor to AbstractView, separate from the selection
|
4 vuotta sitten |
Andreas Kling
|
0b9d765f6b
LibGUI: Add AbstractView::move_cursor() and share some movement logic
|
4 vuotta sitten |
Andreas Kling
|
55f7ddfb8c
LibGUI: Don't make views sort by column 0 by default
|
4 vuotta sitten |
Andreas Kling
|
44e371635e
LibGUI: Move table view headers into their own widget
|
4 vuotta sitten |
Andreas Kling
|
f86c074be8
LibGUI: Pressing Return in an editable TableView should begin editing
|
4 vuotta sitten |
Andreas Kling
|
e1ed71ef9e
LibGUI: Make model sorting imperative and move order to AbstractView
|
4 vuotta sitten |
thankyouverycool
|
6a78db07f1
LibGUI: Add hover highlighting and keyboard controls to ComboBox
|
5 vuotta sitten |
Tom
|
d4c6ae8263
LibGUI: Add ability to disable multiselect for views
|
5 vuotta sitten |
Tom
|
f266f0e880
LibGUI: Improve IconView performance with large selections
|
5 vuotta sitten |
Andreas Kling
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
5 vuotta sitten |
Ben Wiederhake
|
55ff392835
LibGUI: Remove unneeded access rights
|
5 vuotta sitten |
Andreas Kling
|
8e4751a963
LibGUI: Add a way for models to update without invalidating indexes
|
5 vuotta sitten |
Andreas Kling
|
031d242e0e
LibGUI: Clear any hovered index when the cursor leaves an AbstractView
|
5 vuotta sitten |
Andreas Kling
|
b4fde72013
LibGUI: Brighten icons when hovering items in item views
|
5 vuotta sitten |