-
dkf committed patchset 5487 of module tk to the Tk Toolkit CVS repository, changing 2 files.
2009-11-09 11:56:56 UTC by dkf
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-11-06 02:20:38 UTC by sf-robot
-
I was told at Tcl 2009 that Tk windows on X11 should no longer have a 32k pixel limit, and any such limitations should be reported as bugs.
A canvas item that is a frame can be much larger than 32k pixels, but the region that can be viewed by scrolling is never much more than 32k.
The attached file is a test that demonstrates the problem.
Tested on ActiveTcl 8.5.7.1 and 8.6.0.0b2, Linux...
2009-11-04 12:34:27 UTC by kjnash
-
dgp committed patchset 5486 of module tk to the Tk Toolkit CVS repository, changing 1 files.
2009-11-04 04:42:09 UTC by dgp
-
Applied a fix. Checked that git gui works as expected now.
2009-11-03 23:51:20 UTC by patthoyts
-
patthoyts committed patchset 5485 of module tk to the Tk Toolkit CVS repository, changing 3 files.
2009-11-03 23:49:10 UTC by patthoyts
-
For bug #1847002 we added some restrictions for system commands when a grab is present. One of the changes was to prevent grabbed toplevels from being minimized as this can confuse users if the only active window in a Tk app disappears.
Unfortunately it seems that some applications manage to leave a grab on the main window. This now prevents the application from being minimized although...
2009-11-03 22:48:09 UTC by patthoyts
-
dgp committed patchset 5484 of module tk to the Tk Toolkit CVS repository, changing 10 files.
2009-11-03 20:15:24 UTC by dgp
-
Can't Tk assume that if the upper left corner of the application window "." is in negative coordinates that the menus can be in negative coordinates? Also, don't post the menu any higher then the top edge of the "." window as a workaround to the lack of coordinate space API.
2009-11-03 16:02:14 UTC by aspenlogic
-
I've a workaround (see attached file) which works by always posting the menu at the mouse pointer. Note that this means that "-direction flush" for option-menus does not work as intended anymore. But at least the menu gets posted on the right monitor!
For a real fix, we need to know the available coordinate space, and apparently there is no API in Tk for doing that.
2009-11-02 09:05:13 UTC by danckaert