diff options
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -1,3 +1,12 @@ +2015-02-20 Petasis George <petasis@iit.demokritos.gr> + * unix/TkDND_XDND.c: Fixed a bug in converting Time to a Tcl object. + Now Tcl_NewWideIntObj() is used, as Tcl_NewLongObj() could cause an + overflow under some operating systems. Bug reported by Nicolas Bats, + for OS X 10.7. + +2014-11-26 Petasis George <petasis@iit.demokritos.gr> + TkDND 2.7 released. + 2014-10-07 Petasis George <petasis@iit.demokritos.gr> * macosx/macdnd.m: * library/tkdnd_macosx.tcl: Added support for DND_HTML in OS X. @@ -93,9 +102,9 @@ 2012-11-27 Petasis George <petasis@iit.demokritos.gr> * library/tkdnd_unix.tcl: * library/tkdnd_windows.tcl: Leave and Drop events do not report 0 - as root x/y (%X %Y). In case the underlying protocol does not support - reporting the mouse coordinates for the specific event, the last known - possition from the position event is used. + as root x/y (%X %Y). In case the underlying protocol does not support + reporting the mouse coordinates for the specific event, the last known + possition from the position event is used. 2012-08-26 Petasis George <petasis@iit.demokritos.gr> TkDND 2.6 released. |