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
/
GItemView.h
Age
Commit message (
Expand
)
Author
2020-02-06
LibGfx: Unpublish Gfx::Rect from global namespace
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-01-22
LibGUI: Move most of mouse event handling to GAbstractView
Sergey Bugaev
2020-01-22
LibGUI: Move index_at_event_position() up to GAbstractView
Sergey Bugaev
2020-01-22
LibGUI: Add GItemView::index_at_event_position()
Sergey Bugaev
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-08
LibGUI: clicking and dragging one item will drag other items in selection
Dov Alperin
2020-01-07
LibGUI: Preserve existing GItemView selection on rubber band (#1031)
DAlperin
2020-01-04
LibGUI: Refine the per-item rects in GItemView
Andreas Kling
2020-01-04
LibGUI: Add basic rubber band selection in GItemView
Andreas Kling
2019-12-08
LibGUI+WindowServer: Start fleshing out drag&drop functionality
Andreas Kling
2019-09-21
LibGUI: Convert GItemView to ObjectPtr
Andreas Kling
2019-09-13
GItemView: Add context menu support
Andreas Kling
2019-07-25
LibCore: Introduce a C_OBJECT macro.
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling