summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/AbstractView.h
AgeCommit message (Collapse)Author
2020-02-13LibGUI: Allow dropping drags on AbstractViewAndreas Kling
You can now drop things on an AbstractView, which will ask its model if the drag is acceptable to drop at the index where it's dropped. If it's accepted by the model, the view will fire the on_drop hook.
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling