-
hobbs added karll to the [incr Tcl] project.
08:29PM UTC on Jul 08 2009 in [incr Tcl]
-
hobbs added oehhar to the tcllib project.
09:19PM UTC on Jun 09 2009 in tcllib
-
This is most likely due to a problem in the compiler setup as this combination does work correctly for us. You need to use xlc_r or cc_r for threaded builds on AIX, and make sure the linker matches.
04:09PM UTC on May 25 2009 in Tcl
-
I've updated the patch to not use any new functions. Please test _before_ and _after_ to make sure that I haven't caused any slightly adjustments in the test results. I found that listbox e.g. needed an extra (double) cast.
Patch is against 8.5-head.
12:53AM UTC on May 20 2009 in Tk Toolkit
-
I think we should just translate them to Tcl_EvalEx and skip all the older functions. This will make rewriting Tcl_VarEval calls a bit more tedious, but not that big of a deal. They might be made into Tcl_EvalObjEx and use the StringObj functions to build up the VarEval string.
03:45PM UTC on May 12 2009 in Tk Toolkit
-
This artifact has been marked as a duplicate of artifact 1715716 with reason:
No explanation provided.
09:00PM UTC on May 08 2009 in Tk Toolkit
-
The window-29 test hang is known.
09:00PM UTC on May 08 2009 in Tk Toolkit
-
It also occurs to the ttk::scrollbar, although it appears to be disabled. You can still scroll to the left.
08:59PM UTC on May 08 2009 in Tk Toolkit
-
Confirmed in 8.4-head and 8.5-head on X11 but not Windows (Vista). The panic returned is:
Tk_MoveToplevelWindow called with non-toplevel window.
07:43PM UTC on May 08 2009 in Tk Toolkit
-
On Vista the highlight does not occur until it is an area that will respond to clicking. I can see the extra space, but I don't see this as an issue, as it doesn't try to be responsive.
07:41PM UTC on May 08 2009 in Tk Toolkit