summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GItemView.cpp
AgeCommit message (Expand)Author
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