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
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
2020-05-21
LibGUI: Models should always specify font via Model::Role::Font
Andreas Kling
2020-04-20
FileManager+LibGUI: Allow drop on entire DirectoryView
angel
2020-04-14
LibGUI: Scroll AbstractView to top on model change
Andreas Kling
2020-04-12
LibGUI: Remove debug spam in AbstractView::did_update_model()
Andreas Kling
2020-04-12
LibGUI: Add a way for models to update without invalidating indexes
Andreas Kling
2020-04-09
LibGUI: Keep still-valid indexes in selection after a model update
Andreas Kling
2020-04-03
LibGUI: Clear any hovered index when the cursor leaves an AbstractView
Andreas Kling
2020-03-30
LibGUI: Fix index invalidation
Sergey Bugaev
2020-03-30
LibGUI: Brighten icons when hovering items in item views
Andreas Kling
2020-02-25
LibGUI: Make descendants of AbstractView define their own select_all() (#1201)
DAlperin
2020-02-24
LibGUI: Make AbstractView::set_model() take a RefPtr<Model>
Andreas Kling
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-16
LibGUI: Add forwarding header
Andreas Kling
2020-02-13
LibGUI: Allow dropping drags on AbstractView
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling