-
thanks for pointing this out.
it's not completely clear to me what is gained by not having tcl_platform(os) present in a safe interp, when tcl_platform(platform) is...
but in case that is done for a good reason, the check for tcl_platform(os) in msgcat.tcl is not actually needed, [info exists ::tcl::mac::locale] is only going to be true on that platform anyway, so just checking this suffices...
2009-12-14 23:41:54 UTC in Tcl
-
I cannot reproduce this with 8.5.8 or HEAD on 10.6.2, please verify that you still see this there.
If yes, please provide more details or a sample script, maybe this depends on how your scrollbars were created?.
2009-12-04 02:45:51 UTC in Tk Toolkit
-
there doesn't seem to be an appearance text color for the foreground, so you probably need to use NSColor (and do the reverse conversion from what TkMacOSXGetNSColor() is doing if you need a CGColor)
i.e. use [NSColor selectedTextColor] and [NSColor selectedTextBackgroundColor].
2009-12-03 21:29:40 UTC in Tk Toolkit
-
almost certainly due to the same underlying issue though (CFStringCreate failing and returning NULL due to e.g. an unsupported encoding and the return value not being checked for NULL).
Passing to benny, I'm not maintaining the ATSU/Carbon implementation anymore, and the Cocoa implementation does not have this issue.
2009-12-02 21:42:24 UTC in Tk Toolkit
-
duplicate of 2548661 ?.
2009-12-02 21:27:12 UTC in Tk Toolkit
-
also reverted the unix/tclAppInit.c change
after re-reading some of your comments again to try and figure out what this was supposed to be fixing, I think you are confused re tclStubsPtr:
> No! For shared libraries nothing changes.
> Previously, there were two tclStubPtr variables,
> one in the shared library, another in the static
> stub library.
NO! there is no tclStubsPtr in the...
2009-11-29 09:30:56 UTC in Tcl
-
das committed patchset 11651 of module tcl to the Tcl CVS repository, changing 1 files.
2009-11-29 09:00:24 UTC in Tcl
-
das committed patchset 11650 of module tcl to the Tcl CVS repository, changing 3 files.
2009-11-29 08:46:38 UTC in Tcl
-
I am reverting the unix tcl.m4 change, it breaks static tk builds on older OSX due to multiply defined symbols (cannot link against both libtcl and libtclstub with this change), MAKE_LIB should _not_ include ${STUB_LIB_OBJS} !
(Also note that we've been keeping tcl and tk unix/tcl.m4 in sync, please test any tcl.m4 change made in tcl/unix with tk/unix as well...)
If you need to link with...
2009-11-29 08:46:28 UTC in Tcl
-
das committed patchset 11644 of module tcl to the Tcl CVS repository, changing 1 files.
2009-11-26 17:37:48 UTC in Tcl