-
Apparently new window managers expects additional information to be set about what the function of the window is.
More precisely, it expects the _NET_WM_WINDOW_TYPE property to be set to _NET_WM_WINDOW_TYPE_MENU for menu windows. See http://standards.freedesktop.org/wm-spec/1.3/ar01s05.html .
A patch against HEAD (5 dec 2009) adds this information to menu windows on x11.
As a result, the new...
2009-12-05 17:21:14 UTC in Tk Toolkit
-
Forgot to mention, patch's code is copied almost literally from the GenerateModifiedEvent() function in generic/tkText.c.
2009-09-20 23:59:38 UTC in Tk Toolkit
-
When trying to build a custom scrolledframe one generally resorts to the event to catch the resizing of the scrolled frame [usually a frame inside a canvas] to keep scrollbars in sync. The problem with this approach is that, when the last slave is removed from inside the frame, the geometry managers leave the frame size as-is, and the scrolled frame ends scrolling an empty region...
2009-09-20 23:41:29 UTC in Tk Toolkit
-
Tclode should be loadable in a safe interp, to allow users enter arbitrary expressions which could be dangerous to evaluate in a normal interpreter.
This patch adds the missing Tclode_SafeInit function.
2009-09-20 21:43:46 UTC in TclODE - ODE Solver for Tcl
-
The attached diff adds a "goto home" button to quickly change to the user's home directory.
The icon is from the tango-icon-theme (same as other icons) and is in the public domain.
2009-07-14 19:58:53 UTC in Tk Toolkit