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.cpp
Age
Commit message (
Expand
)
Author
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Rect from global namespace
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
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: Misc tweaks
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-11
LibGUI: Fix assertion failure in GItemView::mouse_up()
Andreas Kling
2020-01-10
LibGUI+FileManager: Misc tweaks courtesy of clang-format
Sergey Bugaev
2020-01-10
LibGUI: Add GAbstractView::activate_selected()
Sergey Bugaev
2020-01-08
LibGUI: clicking and dragging one item will drag other items in selection
Dov Alperin
2020-01-08
LibGUI: separate file names with commas in the drag operation text
Dov Alperin
2020-01-07
LibGUI: Preserve existing GItemView selection on rubber band (#1031)
DAlperin
2020-01-07
Themes: Support rubberband selection theming
0xtechnobabble
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-24
LibDraw: Add ColorRole::BaseText (to be painted on ColorRole::Base)
Andreas Kling
2019-12-24
LibGUI+LibDraw: Add "Palette" concept for scoped color theming
Andreas Kling
2019-12-24
LibDraw: Add Selection and SelectionText system theme colors
Andreas Kling
2019-12-24
LibDraw: Add Button and ButtonText system theme colors
Andreas Kling
2019-12-23
WindowServer+LibGUI: Implement basic color theming
Andreas Kling
2019-12-20
WindowServer+LibGUI: Add data_type and data fields to drag operations
Andreas Kling
2019-12-08
LibGUI+WindowServer: Allow specifying an optional drag bitmap
Andreas Kling
2019-12-08
LibGUI+WindowServer: Start fleshing out drag&drop functionality
Andreas Kling
2019-09-15
GItemView: Elide item names that won't fit
Andreas Kling
2019-09-13
LibGUI: Tweak selection modification behavior on context menu event
Andreas Kling
2019-09-13
GItemView: Add context menu support
Andreas Kling
2019-09-07
GItemView: Make Ctrl+click toggle item selection on/off
Andreas Kling
2019-09-07
GItemView: Switch to using GModelSelection to support multi-select
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling