Add XdndDirectSave support to the clipboard.

I think it could be a little cleaner, but it would
require refactoring, we can do that post Trial-3.
Also we might have to figure out a way to get
file saving progress feedback at some point.
This commit is contained in:
Marco Pesenti Gritti
2007-09-17 02:39:02 +02:00
parent 6ec3246a1e
commit ecb8816bc9
4 changed files with 59 additions and 19 deletions
+2
View File
@@ -1,3 +1,5 @@
* #3003 Make image drags on the clipboard work consistently. (marco)
Snapshot 8ef6c57f8b
* #3478 Fix handling of non-default types. (bertf)