summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GItemView.h
AgeCommit message (Expand)Author
2020-01-08LibGUI: clicking and dragging one item will drag other items in selectionDov Alperin
2020-01-07LibGUI: Preserve existing GItemView selection on rubber band (#1031)DAlperin
2020-01-04LibGUI: Refine the per-item rects in GItemViewAndreas Kling
2020-01-04LibGUI: Add basic rubber band selection in GItemViewAndreas Kling
2019-12-08LibGUI+WindowServer: Start fleshing out drag&drop functionalityAndreas Kling
2019-09-21LibGUI: Convert GItemView to ObjectPtrAndreas Kling
2019-09-13GItemView: Add context menu supportAndreas Kling
2019-07-25LibCore: Introduce a C_OBJECT macro.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling