|
From: Jeffrey H. <ho...@us...> - 2006-05-25 23:53:18
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27864 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: see changes |
|
From: Jeffrey H. <ho...@us...> - 2006-05-26 03:24:52
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27380 Modified Files: ChangeLog Log Message: see changes |
|
From: Jeffrey H. <ho...@us...> - 2006-05-26 21:42:38
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10466 Modified Files: ChangeLog Log Message: * macosx/tkMacOSXButton.c (TkMacOSXDrawControl): correct redraw for direct transition from disabled to active state. [Bug 706446] |
|
From: Jeffrey H. <ho...@us...> - 2006-05-26 21:43:11
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10549 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * macosx/tkMacOSXButton.c (TkMacOSXDrawControl): correct redraw for direct transition from disabled to active state. [Bug 706446] |
|
From: Jeffrey H. <ho...@us...> - 2006-05-31 16:29:27
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29121 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/entry.test (entry-22.1): * tests/listbox.test (listbox-6.15): * generic/tkListbox.c (ListboxInsertSubCmd, ListboxDeleteSubCmd): Ignore Tcl_SetVar2Ex failure of listVarName, similar to entry widget handling. [Bug 1424513] |
|
From: Jeffrey H. <ho...@us...> - 2006-05-31 19:44:04
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13352 Modified Files: ChangeLog Log Message: * win/tkWinEmbed.c (TkpGetOtherWindow): [Bug 1212056] do not panic * unix/tkUnixEmbed.c (TkpGetOtherWindow): if no window is found - * unix/tkUnixWm.c (Tk_CoordsToWindow, UpdateGeometryInfo): handle it in the caller |
|
From: Jeffrey H. <ho...@us...> - 2006-05-31 22:23:29
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29526 Modified Files: ChangeLog Log Message: * tests/entry.test (entry-22.1): * tests/listbox.test (listbox-6.15): * generic/tkListbox.c (ListboxInsertSubCmd, ListboxDeleteSubCmd): Ignore Tcl_SetVar2Ex failure of listVarName, similar to entry widget handling. [Bug 1424513] |
|
From: Don P. <dg...@us...> - 2006-06-01 17:19:36
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30051 Modified Files: ChangeLog Log Message: * generic/tkConsole.c: Added Tcl_RegisterChannel() calls to bump the refcount of channels passed to Tcl_SetStdChannel(). This prevents early free-ing of the channels that leads to crashes. [Bug 912571]. |
|
From: Don P. <dg...@us...> - 2006-06-01 18:21:45
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25388 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tkConsole.c: Added Tcl_RegisterChannel() calls to bump the refcount of channels passed to Tcl_SetStdChannel(). This prevents early free-ing of the channels that leads to crashes. [Bug 912571]. |
|
From: Don P. <dg...@us...> - 2006-06-06 04:02:31
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29021 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tkInt.h: Thread safety for the data structures of * generic/tkConsole.c: the wish [console]. [Bug 1188340]. |
|
From: Don P. <dg...@us...> - 2006-06-09 15:41:13
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2959 Modified Files: ChangeLog Log Message: * generic/tkMain.c: Added Tcl_Preserve() call on the master interp as crash protection against any Tcl_DeleteInterp() call that might happen. |
|
From: Don P. <dg...@us...> - 2006-06-09 15:41:33
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3349 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tkMain.c: Added Tcl_Preserve() call on the master interp as crash protection against any Tcl_DeleteInterp() call that might happen. |
|
From: Daniel A. S. <da...@us...> - 2006-06-14 21:18:48
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22048 Modified Files: ChangeLog Log Message: * macosx/tkMacOSXSubwindows.c (TkMacOSXInvalidateWindow): ensure invalid clip regions are recreated via TkMacOSXUpdateClipRgn() before they are used; correct call order of TkMacOSXInvalidateWindow() and TkMacOSXInvalClipRgns() throughout. [Bug 1501922] * macosx/tkMacOSXDraw.c (TkPutImage): implement drawing of very wide images in slices of less than 4096 pixels to workaround CopyBits limitation. [Bug 950121] |
|
From: Daniel A. S. <da...@us...> - 2006-06-14 21:20:13
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22418 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * macosx/tkMacOSXSubwindows.c (TkMacOSXInvalidateWindow): ensure invalid clip regions are recreated via TkMacOSXUpdateClipRgn() before they are used; correct call order of TkMacOSXInvalidateWindow() and TkMacOSXInvalClipRgns() throughout. [Bug 1501922] * macosx/tkMacOSXDraw.c (TkPutImage): implement drawing of very wide images in slices of less than 4096 pixels to workaround CopyBits limitation. [Bug 950121] |
|
From: Don P. <dg...@us...> - 2006-06-14 22:15:29
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15386 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tkScale.c: Revised variable writing logic to account for [scale]'s design that it deals with its value as a formatted string, and not as a double. [Bug 891141]. |
|
From: Don P. <dg...@us...> - 2006-06-14 22:17:07
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16244 Modified Files: ChangeLog Log Message: * generic/tkScale.c: Revised variable writing logic to account for [scale]'s design that it deals with its value as a formatted string, and not as a double. [Bug 891141]. |
|
From: Pat T. <pat...@us...> - 2006-06-14 23:52:08
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21838 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Sync with tcl to enable building with VC8 (VS2005 C compiler) |
|
From: Jeffrey H. <ho...@us...> - 2006-06-22 00:37:11
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24386 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: see changes |
|
From: Jeffrey H. <ho...@us...> - 2006-06-22 00:38:20
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24854 Modified Files: ChangeLog Log Message: * library/bgerror.tcl (::tk::dialog::error::bgerror): remove a couple of unnecessary hardcoded options |
|
From: Jeffrey H. <ho...@us...> - 2006-07-07 00:38:50
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7381 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: catch scrollbar use of highlightthickness |
|
From: Jeffrey H. <ho...@us...> - 2006-07-07 00:39:45
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7949 Modified Files: ChangeLog Log Message: catch scrollbar use of highlightthickness |
|
From: Andreas K. <and...@us...> - 2006-07-14 18:24:13
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15975 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tkWindow.c (Initialize): Modify change of 2006-05-25 (jeffh). Release mutex a bit earlier, to prevent lock when OS X creates its console windows (recursively enters Tk_Init). Patch by JeffH. |
|
From: Andreas K. <and...@us...> - 2006-07-14 18:25:15
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16667 Modified Files: ChangeLog Log Message: * generic/tkWindow.c (Initialize): Modify change of 2006-05-25 (jeffh). Release mutex a bit earlier, to prevent lock when OS X creates its console windows (recursively enters Tk_Init). Patch by JeffH. |
|
From: Daniel A. S. <da...@us...> - 2006-07-20 06:40:11
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5250 Modified Files: ChangeLog Log Message: * macosx/tkMacOSXWm.c (WmAttributesCmd, WmIconbitmapCmd): add support * unix/tkUnixSend.c (Tk_GetUserInactiveTime): for weakly importing symbols not available on OSX 10.2 or 10.3, enables binaires built on later OSX versions to run on earlier ones. * macosx/Wish.xcodeproj/project.pbxproj: enable weak-linking; turn on extra warnings. * macosx/README: document how to enable weak-linking; cleanup. * unix/configure.in: add check on Darwin-X11 for ld support of -weak-l * unix/tcl.m4: flag and weak-link libXss if possible as it is not available before OSX 10.4; enforce requirement of OSX 10.2 for TkAqua; move Darwin specific checks & defines that are only relevant to the tcl build out of tcl.m4; restrict framework option to Darwin; cleanup quoting and help messages. * unix/configure: autoconf-2.59 * unix/tkConfig.h.in: autoheader-2.59 * macosx/GNUmakefile: enable xft for TkX11 build. * macosx/tkMacOSXFont.c (TkMacOSXQuarzStartDraw, TkMacOSXQuarzEndDraw): verify validity of context returned from QDBeginCGContext() before use. * macosx/tkMacOSXKeyEvent.c: ifdef out diagnostic messages to stderr. * macosx/tkMacOSXEvent.h: standardize MAC_OS_X_VERSION_MAX_ALLOWED * macosx/tkMacOSXMenu.c: checks per QA1316, ensure define can be * macosx/tkMacOSXMenubutton.c: overriden on command line (from default * macosx/tkMacOSXMenus.c: of current OS version). * macosx/tkMacOSXMouseEvent.c: * macosx/tkMacOSXWm.c: * macosx/tkMacOSXFont.c (TkpMeasureCharsInContext): fix signed-with-unsigned comparison and other warnings from gcc4 -Wextra. |
|
From: Daniel A. S. <da...@us...> - 2006-07-20 07:03:54
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6364 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * macosx/tkMacOSXWm.c (WmAttributesCmd, WmIconbitmapCmd): add support for weakly importing symbols not available on OSX 10.2 or 10.3, enables binaires built on later OSX versions to run on earlier ones. * macosx/README: document how to enable weak-linking; cleanup. * unix/configure.in: enforce requirement of OSX 10.2 for TkAqua; move * unix/tcl.m4: Darwin specific checks & defines that are only relevant to the tcl build out of tcl.m4; restrict framework option to Darwin; cleanup quoting. * unix/configure: autoconf-2.13 * macosx/tkMacOSXKeyEvent.c: ifdef out diagnostic messages to stderr. * macosx/tkMacOSXEvent.h: standardize MAC_OS_X_VERSION_MAX_ALLOWED * macosx/tkMacOSXMenu.c: checks per QA1316, ensure define can be * macosx/tkMacOSXMenubutton.c: overriden on command line (from default * macosx/tkMacOSXMenus.c: of current OS version). * macosx/tkMacOSXMouseEvent.c: * macosx/tkMacOSXWm.c: |