From: Vince D. <vin...@us...> - 2002-09-03 11:48:57
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv8929 Modified Files: ChangeLog Log Message: wm attributes macosx fix |
From: Daniel A. S. <da...@us...> - 2002-09-03 15:08:49
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv17205 Modified Files: ChangeLog Log Message: * macosx/Wish.pbproj/project.pbxproj: Bumped version number to 8.4.0 and updated copyright info. |
From: Jeffrey H. <ho...@us...> - 2002-09-04 02:05:53
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv26073 Modified Files: ChangeLog Log Message: * library/button.tcl: further restrict buttons to not resetting the "original" relief if it has changed in the interim. This prevents code that simulated overrelief buttons from not working in 8.4. [Bug #604270] |
From: Andreas K. <and...@us...> - 2002-09-04 17:44:57
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv3983 Modified Files: ChangeLog Log Message: * win/Makefile.in (install-libraries): Added code section to install the message catalogs. Copied same section from unix/Makefile.in and adapted it to the slightly different environment. |
From: Daniel A. S. <da...@us...> - 2002-09-05 09:33:55
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv28296 Modified Files: ChangeLog Log Message: * macosx/Wish.pbproj/project.pbxproj: added overlooked missing TK_PATCH_LEVEL version bump to 8.4.0. |
From: Don P. <dg...@us...> - 2002-09-06 16:07:38
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv12951 Modified Files: ChangeLog Log Message: * tests/unixWm.test (unixWm-50.3): Constrained test that hangs on Windows. |
From: Jeffrey H. <ho...@us...> - 2002-09-09 23:52:18
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv27015 Modified Files: ChangeLog Log Message: see changelog |
From: Jeffrey H. <ho...@us...> - 2002-09-10 06:46:53
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv9454 Modified Files: ChangeLog Log Message: * macosx/tkMacOSXNotify.c (Tk_MacOSXSetupTkNotifier): corrected Mac Jaguar event loop issue. |
From: Daniel A. S. <da...@us...> - 2002-09-10 09:59:17
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv6774 Modified Files: ChangeLog Log Message: * unix/Makefile.in: added DYLIB_INSTALL_DIR variable for Darwin and set it to default value ${LIB_RUNTIME_DIR} * unix/tcl.m4 (Darwin): use DYLIB_INSTALL_DIR instead of LIB_RUNTIME_DIR in the -install_name argument to ld. * unix/configure: regen. * macosx/Wish.pbproj/project.pbxproj: * macosx/Makefile: added support for building Tcl as an embedded framework, i.e. using an dyld install_name containing @executable_path/../Frameworks via the new DYLIB_INSTALL_DIR unix/Makefile variable. |
From: Daniel A. S. <da...@us...> - 2002-09-10 12:43:28
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv5297 Modified Files: ChangeLog Log Message: * macosx/Wish.pbproj/project.pbxproj: added backwards compatibility for Mac OS X 10.1 ProjectBuilder 2.0. |
From: Daniel A. S. <da...@us...> - 2002-09-12 06:13:42
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv21770 Modified Files: ChangeLog Log Message: * macosx/Wish.pbproj/project.pbxproj: reference & install tk/generic/prolog.ps instead of tk/library/prolog.ps. |
From: Daniel A. S. <da...@us...> - 2002-09-12 17:34:16
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv24988 Modified Files: ChangeLog Log Message: * generic/tk.h: * mac/tkMacApplication.r: * mac/tkMacLibrary.r: * mac/tkMacResource.r: * macosx/tkAboutDlg.r: * macosx/tkMacOSXApplication.r: * macosx/tkMacOSXLibrary.r: * macosx/tkMacOSXResource.r: unified use of the two equivalent resource compiler header inclusion defines RC_INVOKED and RESOURCE_INCLUDED, now use RC_INVOKED throughout. * macosx/tkMacOSXAppInit.c: improved detection of Wish startup by the finder (by checking if stdin is /dev/null), in which case we want to bring up the Tk console window. * macosx/tkMacOSXHLEvents.c: added 'rapp' apple event handler. |
From: Andreas K. <and...@us...> - 2002-09-14 02:52:37
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv24732 Modified Files: ChangeLog Log Message: * generic/tk.h: Moved RC_INVOKED down so that tcl.h is still included when running the resource compiler. <tcl.h> excludes the unnecessary parts on its own. This reenables the Windows build. It failed because the non-inclusion of tcl.h caused the resource compiler to miss some vital macro definitions (TCL_FINAL_RELEASE, STRINGIFY, ...). |
From: Mo D. <md...@us...> - 2002-09-15 20:38:19
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv16565 Modified Files: ChangeLog Log Message: * unix/configure: Regen. * unix/tcl.m4: Update from Tcl. * unix/tkUnixEvent.c (TkpCloseDisplay): Use PEEK_XCLOSEIM to examine the input context queue before invoking XCloseIM. Generate an assert if there is an input context that has not been freed. [Patch 570902] |
From: Jim I. <wol...@us...> - 2002-09-22 07:46:54
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv8119 Modified Files: ChangeLog Log Message: 2002-09-22 Jim Ingham <ji...@ap...> * macosx/tkMacOSXScrlbr.c (UpdateControlValue): HiliteControl doesn't give the proper "nothing to scroll" look on Mac OS X. You have to set the min value greater than the max value to get this. |
From: Daniel A. S. <da...@us...> - 2002-09-26 17:07:33
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv22747 Modified Files: ChangeLog Log Message: * macosx/Makefile: preserve environment value of INSTALL_ROOT. When embedding only use deployment build. Force relink before embedded build to ensure new linker flags are picked up. * macosx/buildTkConfig.tcl (new): * macosx/Wish.pbproj/project.pbxproj: synthesize tkConfig.sh based on tclConfig.sh in Tcl.framework and tkConfig.sh.in. Add symbolic links to debug lib, stub libs and tkConfig.sh in framework toplevel. Made tkIntXlibDecls.h a public header since Headers/X11/Xlib.h includes it. Install wish8.4 script that runs "Wish Shell.app" and corresponding wish link. Use tcl headers from built Tcl.framework instead of from tcl source directory. * macosx/tkMacOSXPort.h: added missing standard unix includes and defines, similarly to tkUnixPort.h. * macosx/tkMacOSXNotify.c: removed dependency on internal tcl header "tclPort.h" * unix/Makefile.in: * unix/install-sh: copied support for 'install-strip' target over from tcl/unix/{Makefile.in,install-sh} |
From: Jeffrey H. <ho...@us...> - 2002-09-27 00:48:07
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv21924 Modified Files: ChangeLog Log Message: 2002-09-18 Mumit Khan <kh...@na...> Added basic Cygwin support. * win/tcl.m4 (SC_PATH_TCLCONFIG): Support one-tree build. (SC_PATH_TKCONFIG): Likewise. (SC_PROG_TCLSH): Likewise. (SC_CONFIG_CFLAGS): Assume real Cygwin port and remove -mno-cygwin flags. Add -mwin32 to extra_cflags and extra_ldflags. Remove ``-e _WinMain@16'' from LDFLAGS_WINDOW. * win/configure: Regenerate. * win/tkWinPort.h (tchar.h): Do not include on Cygwin. (_T): Define for Cygwin. * win/winMain.c (main): Conditionally define. |
From: Jeffrey H. <ho...@us...> - 2002-09-27 01:32:53
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv31797 Modified Files: ChangeLog Log Message: * unix/configure: regen. * unix/tcl.m4: improve AIX-4/5 64bit compilation support. |
From: Donal K. F. <dk...@us...> - 2002-09-30 09:35:41
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv23809 Modified Files: ChangeLog Log Message: * doc/bind.n: Doc-fix to mention that %A substitutes UNICODE characters rather than ASCII ones. Tk's done this ever since 8.1 in any case; after all, it is the right thing to do. |
From: Donal K. F. <dk...@us...> - 2002-09-30 13:42:27
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv2124 Modified Files: ChangeLog Log Message: Incremental transfers of UTF8_STRING selections should now work; Tk will now tag them with the right size and only transfer complete UTF8 characters. Previously, things only worked when the transfer could only happen in one go, and even then not always. [Bug 614650, reported by Reinhard Max] |
From: Donal K. F. <dk...@us...> - 2002-09-30 15:22:10
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv14028 Modified Files: ChangeLog Log Message: 614650 is still lurking, but now mainly as a [text] widget bug... |
From: Jeffrey H. <ho...@us...> - 2002-09-30 18:55:58
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv4110 Modified Files: ChangeLog Log Message: * tests/panedwindow.test: added panedwindow-28.[12] * generic/tkPanedWindow.c (PanedWindowCmdDeletedProc): (Tk_PanedWindowObjCmd): when destroying the panedwindow, destroy the proxy before the parent to avoid dependency conflicts. [Bug #616589] |
From: Donal K. F. <dk...@us...> - 2002-10-01 08:48:12
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv10952 Modified Files: ChangeLog Log Message: Finally dealt with 614650 and with a simpler solution too. |
From: Jeffrey H. <ho...@us...> - 2002-10-02 20:59:29
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv20516 Modified Files: ChangeLog Log Message: * tests/entry.test: added entry-20.7 * generic/tkEntry.c (EntryTextVarProc): check if the entry if being deleted before handling an associated textvariable. [Bug #607390 #617446] |
From: Jeffrey H. <ho...@us...> - 2002-10-02 21:23:11
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv29609 Modified Files: ChangeLog Log Message: * generic/tkText.c (TextBlinkProc): don't blink the cursor unless it is visible. [Bug #616791] [Patch #614474] (bonfield) |