index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGUI
/
AbstractView.cpp
Age
Commit message (
Expand
)
Author
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-09
LibGUI: Make AbstractView accept drags (and delegate to model)
Andreas Kling
2020-12-29
LibGUI: Enforce the SelectionMode in AbstractView::set_cursor()
Andreas Kling
2020-12-28
LibGUI: Refactor AbstractView "multi select" mode into "selection mode"
Andreas Kling
2020-12-16
FileManager+LibGUI: Draw the item text for desktop icons with shadow
Andreas Kling
2020-11-30
LibGUI: Throw less view state away in model_did_update()
AnotherTest
2020-11-30
LibGUI: Remove `AbstractView::did_update_model()'
AnotherTest
2020-11-08
LibGUI: Prevent multiple drag initiations while drag messages are passed
AnotherTest
2020-11-08
LibGUI+WindowServer: Make DragOperation hold a MimeData instance
AnotherTest
2020-11-06
LibGUI: Fix AbstractView selection after initial focusin event
Joseph Bywater
2020-11-03
LibGUI: Implement shift-select
AnotherTest
2020-11-02
LibGUI: Return early if drag_data_type is null (#3919)
Joseph
2020-11-01
LibGUI: Allow dragging a previously unselected item with a single click
Andreas Kling
2020-11-01
LibGUI: Views should ignore double clicks that don't hit any index
Andreas Kling
2020-11-01
LibGUI: Invalidate view cursor on model update
Andreas Kling
2020-10-30
LibGUI: Add Widget focus policies
Andreas Kling
2020-10-28
LibGUI: Default-initialize cursor when focusing an AbstractView
Andreas Kling
2020-10-28
LibGUI: Don't start AbstractView type-ahead search with tab key
Andreas Kling
2020-10-27
LibGUI: Improve and simplify IconView item name wrapping
Andreas Kling
2020-10-26
LibGUI: Call up to the correct base class in GUI::AbstractView
Andreas Kling
2020-10-22
LibGUI: Implement searching/jumping as you type in views
Tom
2020-10-22
LibGUI: Fix scroll_into_view flipping between left/top and right/bottom
Tom
2020-10-06
LibGUI: Clear selection if right-clicking item that isn't selected
Tom
2020-09-25
LibGUI: Do not clear the selection on right-click
AnotherTest
2020-09-24
LibGUI: Move keyboard item activation up to AbstractView
Andreas Kling
2020-09-24
LibGUI: Stop editing in views when the view is hidden
Andreas Kling
2020-09-24
LibGUI: Move editing key handling up to AbstractView
Andreas Kling
2020-09-14
LibGUI: Minor consistency cleanup in AbstractView::set_cursor() (#3478)
pkotzbach
2020-09-10
LibGUI: Unregister AbstractView from model on destruction
Andreas Kling
2020-09-02
LibGUI: Handle cursor keydown events in AbstractView
Andreas Kling
2020-09-02
LibGUI: Simplify ListView hover highlighting
Andreas Kling
2020-09-01
LibGUI: Don't return early from AbstractView::set_cursor()
Andreas Kling
2020-08-29
LibGUI: Make AbstractView::set_cursor() scrolling into view optional
Andreas Kling
2020-08-29
LibGUI: Allow AbstractView::set_cursor(ModelIndex(), ...)
Andreas Kling
2020-08-28
LibGUI: Allow rollback of model editing delegate input
Andreas Kling
2020-08-28
LibGUI: Add AbstractView "edit triggers" to improve editing control
Andreas Kling
2020-08-27
LibGUI: Ctrl+clicking on an AbstractView should move cursor
Andreas Kling
2020-08-27
LibGUI: Add a cursor to AbstractView, separate from the selection
Andreas Kling
2020-08-24
LibGUI: Pressing Return in an editable TableView should begin editing
Andreas Kling
2020-08-24
LibGUI: Return focus to view when stopping editing
Andreas Kling
2020-08-24
LibGUI: Always update() after changing AbstractView sort column/order
Andreas Kling
2020-08-16
LibGUI+DevTools+Applications: Use ModelIndex::data() in many places
Andreas Kling
2020-08-16
LibGUI: Move GUI::Model::Role to GUI::ModelRole
Andreas Kling
2020-08-16
LibGUI: Make model sorting imperative and move order to AbstractView
Andreas Kling
2020-07-15
LibGUI: Add hover highlighting and keyboard controls to ComboBox
thankyouverycool
2020-07-13
LibGUI: Add ability to disable multiselect for views
Tom
2020-07-13
LibGUI: Improve IconView performance with large selections
Tom
2020-07-04
Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes
Andreas Kling
2020-07-04
Kernel: Move headers intended for userspace use into Kernel/API/
Andreas Kling
[next]