summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GItemView.cpp
AgeCommit message (Expand)Author
2020-01-10LibGUI+FileManager: Misc tweaks courtesy of clang-formatSergey Bugaev
2020-01-10LibGUI: Add GAbstractView::activate_selected()Sergey Bugaev
2020-01-08LibGUI: clicking and dragging one item will drag other items in selectionDov Alperin
2020-01-08LibGUI: separate file names with commas in the drag operation textDov Alperin
2020-01-07LibGUI: Preserve existing GItemView selection on rubber band (#1031)DAlperin
2020-01-07Themes: Support rubberband selection theming0xtechnobabble
2020-01-04LibGUI: Refine the per-item rects in GItemViewAndreas Kling
2020-01-04LibGUI: Add basic rubber band selection in GItemViewAndreas Kling
2019-12-24LibDraw: Add ColorRole::BaseText (to be painted on ColorRole::Base)Andreas Kling
2019-12-24LibGUI+LibDraw: Add "Palette" concept for scoped color themingAndreas Kling
2019-12-24LibDraw: Add Selection and SelectionText system theme colorsAndreas Kling
2019-12-24LibDraw: Add Button and ButtonText system theme colorsAndreas Kling
2019-12-23WindowServer+LibGUI: Implement basic color themingAndreas Kling
2019-12-20WindowServer+LibGUI: Add data_type and data fields to drag operationsAndreas Kling
2019-12-08LibGUI+WindowServer: Allow specifying an optional drag bitmapAndreas Kling
2019-12-08LibGUI+WindowServer: Start fleshing out drag&drop functionalityAndreas Kling
2019-09-15GItemView: Elide item names that won't fitAndreas Kling
2019-09-13LibGUI: Tweak selection modification behavior on context menu eventAndreas Kling
2019-09-13GItemView: Add context menu supportAndreas Kling
2019-09-07GItemView: Make Ctrl+click toggle item selection on/offAndreas Kling
2019-09-07GItemView: Switch to using GModelSelection to support multi-selectAndreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling