Andreas Kling
|
27687b1c6e
LibGUI: Handle cursor keydown events in AbstractView
|
4 лет назад |
Andreas Kling
|
4ba12e9c23
LibGUI: Simplify ListView hover highlighting
|
4 лет назад |
Andreas Kling
|
fed53e19c7
LibGUI: Make AbstractView::set_cursor() scrolling into view optional
|
4 лет назад |
Andreas Kling
|
6316525d50
LibGUI: Add optional "tab key navigation" to AbstractView
|
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
|
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
|
55f7ddfb8c
LibGUI: Don't make views sort by column 0 by default
|
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
|
e1ed71ef9e
LibGUI: Make model sorting imperative and move order to AbstractView
|
4 лет назад |
thankyouverycool
|
6a78db07f1
LibGUI: Add hover highlighting and keyboard controls to ComboBox
|
5 лет назад |
Tom
|
d4c6ae8263
LibGUI: Add ability to disable multiselect for views
|
5 лет назад |
Tom
|
f266f0e880
LibGUI: Improve IconView performance with large selections
|
5 лет назад |
Andreas Kling
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
5 лет назад |
Ben Wiederhake
|
55ff392835
LibGUI: Remove unneeded access rights
|
5 лет назад |
Andreas Kling
|
8e4751a963
LibGUI: Add a way for models to update without invalidating indexes
|
5 лет назад |
Andreas Kling
|
031d242e0e
LibGUI: Clear any hovered index when the cursor leaves an AbstractView
|
5 лет назад |
Andreas Kling
|
b4fde72013
LibGUI: Brighten icons when hovering items in item views
|
5 лет назад |
DAlperin
|
8e1645423f
LibGUI: Make descendants of AbstractView define their own select_all() (#1201)
|
5 лет назад |
Andreas Kling
|
bc64f8c502
LibGUI: Make AbstractView::set_model() take a RefPtr<Model>
|
5 лет назад |
Andreas Kling
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 лет назад |
Andreas Kling
|
428582e805
LibGUI: Don't require passing a parent to widget constructors
|
5 лет назад |
Andreas Kling
|
2143da6434
LibGUI: Add forwarding header
|
5 лет назад |
Andreas Kling
|
f0ae353c9e
LibGUI: Allow dropping drags on AbstractView
|
5 лет назад |
Andreas Kling
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
5 лет назад |