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-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