-
jenglish committed patchset 11526 of module tcl to the Tcl CVS repository, changing 4 files.
2009-11-01 18:15:39 UTC in Tcl
-
jenglish committed patchset 1237 of module tile to the TkTable / Tile / Vu CVS repository, changing 10 files.
2009-11-01 18:12:52 UTC in TkTable / Tile / Vu
-
jenglish committed patchset 5477 of module tk to the Tk Toolkit CVS repository, changing 7 files.
2009-11-01 18:12:44 UTC in Tk Toolkit
-
jenglish committed patchset 1236 of module tile to the TkTable / Tile / Vu CVS repository, changing 1 files.
2009-11-01 17:30:04 UTC in TkTable / Tile / Vu
-
jenglish committed patchset 1235 of module tile to the TkTable / Tile / Vu CVS repository, changing 2 files.
2009-10-16 23:43:26 UTC in TkTable / Tile / Vu
-
jenglish committed patchset 1234 of module tile to the TkTable / Tile / Vu CVS repository, changing 5 files.
2009-10-16 23:38:01 UTC in TkTable / Tile / Vu
-
Cause of problem: [wm manage] is only legal for frame widgets (as documented).
Current CVS HEAD yields:
% wm manage [listbox .test]
window ".test" is not manageable: must be a frame, labelframe or toplevel
(See also bug 2239034)
2009-09-07 21:43:01 UTC in Tk Toolkit
-
jenglish committed patchset 1233 of module tile to the TkTable / Tile / Vu CVS repository, changing 1 files.
2009-08-10 14:01:00 UTC in TkTable / Tile / Vu
-
Confirmed: bug is still still present in 8.6b1.
Actually in 8.6b1 it gets past the widget destruction sequence bug (this was fixed), but then runs into a *different* bug: #2431428 (fixed 2008-02-08, post-B1 release).
2009-07-29 00:44:11 UTC in Tk Toolkit
-
Reproduced under Tk 8.5; CVS HEAD is OK.
valgrind trace under 8.5 sez:
==19024== Conditional jump or move depends on uninitialised value(s)
==19024== at 0x80C3D71: Ttk_BoxContains (ttkLayout.c:33)
==19024== by 0x80C5BED: Ttk_LayoutNodeIdentify (ttkLayout.c:1136)
==19024== by 0x80D4236: TtkWidgetIdentifyCommand (ttkWidget.c:777)
==19024== by 0x80D3423...
2009-07-21 19:52:04 UTC in Tk Toolkit