From: Jeffrey H. <ho...@us...> - 2002-10-19 02:10:41
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv1197 Modified Files: ChangeLog Log Message: * win/configure: Regen. * win/tcl.m4 (SC_CONFIG_CFLAGS): Check for bug in Cygwin version of windres and work around that case by passing a POSIX path instead of a Windows native path. One can't always pass a POSIX path because the mingw native toolchain accepts only Windows native paths. (dejong) |
From: Daniel A. S. <da...@us...> - 2002-10-21 04:37:34
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv19159 Modified Files: ChangeLog Log Message: * macosx/README: revised according to Jim's suggestions * macosx/tkMacOSXAppInit.c: use standard PATH_MAX from <limits.h> |
From: Daniel A. S. <da...@us...> - 2002-10-29 00:51:13
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv1340 Modified Files: ChangeLog Log Message: * macosx/README: added info on new package searching in Frameworks directories. |
From: Andreas K. <and...@us...> - 2002-11-01 18:33:55
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv17211 Modified Files: ChangeLog Log Message: * win/makefile.vc (TCLREGLIBNAME): Updated to registry 1.1. |
From: Daniel A. S. <da...@us...> - 2002-11-04 01:54:55
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv12227 Modified Files: ChangeLog Log Message: * macosx/Wish.pbproj/project.pbxproj: added Wish linker flag -headerpad_max_install_names to allow use of 'install_name_tool'. fixed tkConfig.sh generation and redo_prebinding in the case where Tk is not installed alongside Tcl. |
From: David G. <dav...@us...> - 2002-11-04 07:49:28
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv424 Modified Files: ChangeLog Log Message: no message |
From: Mo D. <md...@us...> - 2002-11-06 10:50:00
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv19044 Modified Files: ChangeLog Log Message: * unix/configure: Regen. * unix/tcl.m4: Update from Tcl. * win/configure: Regen. * win/configure.in: Check that AR, RANLIB, and RC are found on the path when building with gcc. |
From: Daniel A. S. <da...@us...> - 2002-11-07 05:04:02
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv3559 Modified Files: ChangeLog Log Message: * macosx/Wish.pbproj/project.pbxproj: fix to 'wish' script to allow it to work when not installed into '/'. |
From: Daniel A. S. <da...@us...> - 2002-11-07 06:38:21
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv28923 Modified Files: ChangeLog Log Message: * unix/Makefile.in: added macosx/README to dist target. |
From: Peter S. <ps...@us...> - 2002-11-07 19:10:33
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv15761 Modified Files: ChangeLog Log Message: place info did not return all settings, and didn't make sure the result was a proper list. Put '-in' first in result to be more consistent with how grid/pack info behaves. [Bug #635025][Bug #532022] |
From: Mo D. <md...@us...> - 2002-11-07 22:27:06
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv23934 Modified Files: ChangeLog Log Message: * tests/unixWm.test: Add short delay to test unixWm-51.7 to account for raise/lower changes in TIP 107. This allows the test case to pass under Window Maker on Linux. |
From: Daniel A. S. <da...@us...> - 2002-11-10 14:58:25
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv32311 Modified Files: ChangeLog Log Message: * macosx/Wish.pbproj/project.pbxproj: fixed erroneous removal of libtkstub before Wish was built. |
From: Daniel A. S. <da...@us...> - 2002-11-10 14:59:01
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv32746 Modified Files: ChangeLog Log Message: * macosx/Wish.pbproj/project.pbxproj: fixed erroneous removal of libtkstub before Wish was built. |
From: Mo D. <md...@us...> - 2002-11-14 17:30:21
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv27107 Modified Files: ChangeLog Log Message: * generic/tkWindow.c (Tk_DestroyWindow, DeleteWindowsExitProc): Add TkHalfdeadWindow type and halfdeadWindowList to keep track of windows that were only partially deallocated before a call to exit. Finnish cleaning up these windows in DeleteWindowsExitProc. Keep track of cleanup status in Tk_DestroyWindow so that a window with a Destroy binding which calls exit will get fully destroyed. * tests/window.test: Add Tk_DestroyWindow tests for an assortment of half dead window cases. [Bug 630533] |
From: Jeffrey H. <ho...@us...> - 2002-11-19 02:20:35
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv5694 Modified Files: ChangeLog Log Message: * unix/Makefile.in: add macosx/*.tcl (buildTkConfig.tcl in particular) to the dist target. |
From: Jim I. <wol...@us...> - 2002-11-20 05:21:09
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv11581 Modified Files: ChangeLog Log Message: 2002-11-19 Jim Ingham <ji...@ap...> * macosx/tkMacOSXScrlbr.c (TkpDisplayScrollbar): If the scrollbar width is set to 12 or less (but 12 is what you should use) use the small metric scrollbar. (UpdateControlValues): Fix thinko in setting off AUTO_ADJUST for the place geometry manager. |
From: Jeffrey H. <ho...@us...> - 2002-11-22 23:25:20
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv7182 Modified Files: ChangeLog Log Message: * tests/textDisp.test: * generic/tkTextDisp.c (TkTextSeeCmd): handle see for unmapped text displays. [Bug #641778] |
From: Jeffrey H. <ho...@us...> - 2002-11-22 23:26:09
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv7587 Modified Files: Tag: core-8-3-1-branch ChangeLog Log Message: * generic/tkTextDisp.c (TkTextSeeCmd): handle see for unmapped text displays. [Bug #641778] |
From: Mo D. <md...@us...> - 2002-12-01 23:37:54
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv27184 Modified Files: ChangeLog Log Message: * tests/wm.test: Add wm-transient-6.3 to check that a transient remains withdrawn when it is first withdrawn and then turned into a transient. * unix/tkUnixWm.c: * win/tkWinWm.c: Replace WM_TRANSIENT_WITHDRAWN with WM_WITHDRAWN and set this flag whenever a window is explicitly withdrawn. This fixes the test case added above. [Bug 644356] |
From: Mo D. <md...@us...> - 2002-12-02 03:42:29
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv843 Modified Files: ChangeLog Log Message: * tests/event.test (_keypress, _text_ind_to_x_y): Force focus to widget in _keypress method to avoid problems with window managers that use focus follows mouse. [Bug 526209] |
From: Jeffrey H. <ho...@us...> - 2002-12-06 23:29:39
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv14459 Modified Files: ChangeLog Log Message: * win/tkWinX.c (TkWinXInit): Move cleanup into an exit handler * win/tkWin32Dll.c (DllMain): to ensure that it will be called * win/tkWinWm.c (TkWinWmCleanup): without having to unload the dll. Also reset the static int initialized on cleanup to allow reinit. |
From: Jeffrey H. <ho...@us...> - 2002-12-08 00:46:52
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv4438 Modified Files: ChangeLog Log Message: * generic/tkInt.decls: add TkWinSetHINSTANCE decl * generic/tkIntPlatDecls.h: regen * generic/tkStubInit.c: regen * win/tkWinInit.c (TkpInit): While init and cleanup aren't correct * win/tkWinX.c (TkWinXInit): in DllMain, we had to specify the * win/tkWin32Dll.c (DllMain): true HINSTANCE or the resources of a dynamic Tk weren't being loaded correctly. Created a new function TkWinSetHINSTANCE for this purpose. |
From: Mo D. <md...@us...> - 2002-12-08 21:59:56
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv740 Modified Files: ChangeLog Log Message: Fix typo |
From: Jeffrey H. <ho...@us...> - 2002-12-09 00:32:47
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv12048 Modified Files: ChangeLog Log Message: * generic/tkEntry.c (ConfigureEntry): keep a flag to indicate when a var is traced to prevent double-traces caused by configuring the widget in traces with validation on. (dejong) |
From: David G. <dav...@us...> - 2002-12-10 22:06:27
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv3348 Modified Files: ChangeLog Log Message: * win/makefile.vc: tclThreadTest.obj not required to link tktest.exe [Bug 651396] |