core icon indicating copy to clipboard operation
core copied to clipboard

Drag-n-drop: support OS DND events coming in and going out of window

Open rcoreilly opened this issue 6 years ago • 3 comments

probably also best way to support between-window DND, rather than trying to cobble a custom solution. with all the existing clipboard etc support it shouldn't be too hard, at least on mac. :)

rcoreilly avatar Aug 21 '18 09:08 rcoreilly

the glfw drop event is now supported -- only works for files.. FileTreeView supports it. need drag-out functionality. not super high pri and would require all platform-specific code..

rcoreilly avatar Jan 17 '20 10:01 rcoreilly

need to test external drop in V2, and should be relatively easy to support between-window DND among our apps, which would go a long way (perhaps that is as far as we go)

rcoreilly avatar Dec 25 '23 00:12 rcoreilly

3f8965105 implements the external drop event, supported in filetree, so you can drop a file into the filetree.

There is an issue with updating the filetree for such events so that needs to be fixed as well -- I'll file an additional ticket for that. #798

rcoreilly avatar Jan 13 '24 19:01 rcoreilly