-
Backported to 8.5 branch too.
2010-01-08 00:37:32 UTC in Tk Toolkit
-
patthoyts committed patchset 5612 of module tk to the Tk Toolkit CVS repository, changing 2 files.
2010-01-08 00:36:56 UTC in Tk Toolkit
-
Well you can read data from a file and then use a variable containing that data with image put:
set f [open earth.gif rb]; set data [read $f]; close $f
image1 put $data -to 0 0
However, the put subcommand does indeed not take a filename. Looking at the history of edits for this manual page it is clear that a sort of 'chinese whispers' effect has modified the meaning of the original 'image...
2010-01-08 00:28:52 UTC in Tk Toolkit
-
patthoyts committed patchset 5611 of module tk to the Tk Toolkit CVS repository, changing 2 files.
2010-01-08 00:28:17 UTC in Tk Toolkit
-
I wrote up a scratch win32 application to monitor clicks in its window. Clicking a button on a dialog over this app does not cause any clicks to go underneath. Only double-clicking a file icon in the open-file dialog causes a WM_LBUTTONUP to be sent to the window underneath. The original bugs that produced the EatSpuriousMessage hack (611615 and 219926) point to this as a known MS issue and...
2010-01-07 16:13:13 UTC in Tk Toolkit
-
The above demo code looks fine when run on Windows7. Injecting an [after 250] to slow the resizes just makes it more obvious what steps are being done. Each one looks fine. Win7/Vista GDI has much better handling of fonts generally than the old GDI engine did. Like right-to-left fonts look fine by default and rotation is better supported. So we might just be running into GDI rendering issues for...
2010-01-06 16:04:58 UTC in Tk Toolkit
-
Backported to 8.5 branch.
2010-01-05 22:42:05 UTC in Tk Toolkit
-
patthoyts committed patchset 5600 of module tk to the Tk Toolkit CVS repository, changing 2 files.
2010-01-05 22:36:59 UTC in Tk Toolkit
-
Applied to 8.6 HEAD. There were a couple of crashes running the test suite bit those are fixed now (null pointer deref and freeing uninitialized pointer)
2010-01-05 21:55:05 UTC in Tk Toolkit
-
patthoyts committed patchset 5599 of module tk to the Tk Toolkit CVS repository, changing 3 files.
2010-01-05 21:50:53 UTC in Tk Toolkit