diff options
author | petasis <petasis@f3661a36-4baa-549a-d6c7-40e0ffef350e> | 2011-01-14 12:44:26 (GMT) |
---|---|---|
committer | petasis <petasis@f3661a36-4baa-549a-d6c7-40e0ffef350e> | 2011-01-14 12:44:26 (GMT) |
commit | 899924405f30ee29684310811ca6d3941914f2cb (patch) | |
tree | f0f36b3f237a0ebcc69ed91cd6ed3aff3be36207 /Changelog | |
parent | 0da2f1f4f50734ec41da14d44c874102e5ee18c8 (diff) | |
download | tkdnd-899924405f30ee29684310811ca6d3941914f2cb.zip tkdnd-899924405f30ee29684310811ca6d3941914f2cb.tar.gz tkdnd-899924405f30ee29684310811ca6d3941914f2cb.tar.bz2 |
OS X fixes (reported by Kevin Walzer)
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2011-01-14 Petasis George <petasis@iit.demokritos.gr> + * /library/tkdnd_macosx.tcl: Fixed a bug reported by Kevin Walzer: + macdnd::_GetDroppedData and xdnd::_GetDroppedData were missing the + "time" argument, added in the XDND section for TIP 370 (if it gets + accepted). + + * /macosx/macdnd.m: Restored back a workarround by Kevin Walzer, as + TkDND does not work well under all circumstances in OS X 10.6. + (Reported by Kevin Walzer on 23 Dec 2010). + 2010-08-03 Petasis George <petasis@iit.demokritos.gr> TkDND 2.2 released. * library/tkdnd_windows.tcl: |