|
From: Jim I. <wol...@us...> - 2005-03-10 07:32:38
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1125 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Fix for bug 1160025. |
|
From: Jim I. <wol...@us...> - 2005-03-10 07:36:37
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1880 Modified Files: ChangeLog Log Message: Fix for 1160025 |
|
From: Jim I. <wol...@us...> - 2005-03-12 00:28:48
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4236 Modified Files: ChangeLog Log Message: ChangeLog for the previous two commits |
|
From: Jim I. <wol...@us...> - 2005-03-12 00:49:44
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9160 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Fix for 1124237 and the mysterious "sometimes buttons don't draw" bug. |
|
From: Donal K. F. <dk...@us...> - 2005-03-14 01:59:15
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5028 Modified Files: ChangeLog Log Message: Correct the InvokeClientMessageHandlers logic. [Bug 1162356] Also many style fixups to approach the Engineering Manual. |
|
From: Pat T. <pat...@us...> - 2005-03-15 00:29:44
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1049 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Updated for OpenBSD and regenerated the configure script |
|
From: Pat T. <pat...@us...> - 2005-03-15 01:43:58
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20225 Modified Files: ChangeLog Log Message: Updated the OpenBSD configuration and regenerated configure script. |
|
From: Jim I. <wol...@us...> - 2005-03-15 02:12:02
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27380 Modified Files: ChangeLog Log Message: 2005-03-14 Jim Ingham <ji...@ap...> * macosx/tkMacOSXScrlbr.c (ThumbActionProc): No need to use "update idletasks" here, TclServiceIdle will do as well and it is simpler. These changes implement a change on the Mac OS X side. When we unmap a window we mark all its children as unmapped (not following toplevels. But we preserve whether they had been mapped before, and when the parent is remapped, we remap the children as well. [Bug 940117] * macosx/tkMacOSXInt.h: Added TK_MAPPED_IN_PARENT * macosx/tkMacOSXSubwindows.c (FixMappingFlags): New function. (XMapWindow): Call FixMappingFlags. (XUnMapWindow): Ditto. * tkMacOSXSubWindows.c (XMoveResizeWindow): Update the xOff & yOff data in the Macdrawable even if the native window hasn't been created yet. [Bug 700305] (XMoveWindow): Ditto. (XResizeWindow): Ditto. |
|
From: Vince D. <vin...@us...> - 2005-03-15 14:08:43
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8013 Modified Files: ChangeLog Log Message: fix for display lines bug and panic |
|
From: Donal K. F. <dk...@us...> - 2005-03-19 08:03:03
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26061 Modified Files: ChangeLog Log Message: Use Tcl_Set/GetAssocData to remove use of fragile Tcl_GetCommandInfo from TkConsolePrint. [Bug 1016385] |
|
From: Jim I. <wol...@us...> - 2005-03-23 22:17:07
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9768 Modified Files: ChangeLog Log Message: 2005-03-23 Jim Ingham <ji...@ap...> This is cleanup thanks to Neil Madden <ne...@cs...>. * macosx/tkMacOSXWm.c (TkMacOSXWinStyle) New function. (TkUnsupported1ObjCmd): New function, replaces the un-objectified version of the command. * generic/tkInt.h: Swap TkUnsupported1Cmd for TkUnsupported1ObjCmd. * generic/tkWindow.c (): Ditto. This adds a "-notify" flag to "wm attributes" that will bounce the dock icon on Mac OS X. This is from Revar Desmera <rev...@gm...> * macosx/tkMacOSXWm.c (WmAttrGetNotifyStatus, WmAttrSetNotifyStatus): New functions. (WmAttributesCmd): Add the -notify. * doc/wm.n: Document -notify. |
|
From: Jim I. <wol...@us...> - 2005-03-24 07:16:20
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18454 Modified Files: ChangeLog Log Message: Get the Entry and Spinbox widgets to draw with the native look & feel on Mac OS X. Also contains some more work on tkMacOSXScale.c, but this doesn't work all the way yet, so it's not currently built. |
|
From: Jim I. <wol...@us...> - 2005-03-24 22:15:26
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28267 Modified Files: ChangeLog Log Message: Dopey bug, I should only reset the widget width for spinboxes, since I only change it for them... |
|
From: Jim I. <wol...@us...> - 2005-03-25 04:02:47
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7555 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Set the default linewidth for new gc's to 1 not 0. Some extensions seem to rely on this. |
|
From: Jim I. <wol...@us...> - 2005-03-25 04:34:49
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26704 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Add native drawing for Entry and Spinbox widgets. |
|
From: Vince D. <vin...@us...> - 2005-03-27 15:03:32
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19139 Modified Files: ChangeLog Log Message: added text widget test |
|
From: Jeffrey H. <ho...@us...> - 2005-03-30 06:18:55
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1892 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * win/tcl.m4, win/configure: do not require cygpath in macros to allow msys alone as an alternative. |
|
From: Jeffrey H. <ho...@us...> - 2005-03-30 06:26:39
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6461 Modified Files: ChangeLog Log Message: * win/tcl.m4, win/configure: do not require cygpath in macros to allow msys alone as an alternative. |
|
From: Peter S. <ps...@us...> - 2005-04-03 15:21:57
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21613 Modified Files: ChangeLog Log Message: Fixed bug in geometry calculations for widgets that span multiple columns/row. Bug was introduced in 8.5a1 when fixing 792387. [Bug 1175092] |
|
From: Vince D. <vin...@us...> - 2005-04-04 21:58:39
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15739 Modified Files: ChangeLog Log Message: fix to elide search and insertofftime 0 text widget bugs |
|
From: Don P. <dg...@us...> - 2005-04-05 13:56:42
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1620 Modified Files: ChangeLog Log Message: * library/comdlg.tcl: Added Macintosh file type validation to [::tk::FDGetFileTypes]. [Bug 1083878] (Thanks, Vince Darley) |
|
From: Donal K. F. <dk...@us...> - 2005-04-06 21:12:00
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16314 Modified Files: ChangeLog Log Message: Purge old and inaccurate .VS/.VE macros. |
|
From: Mo D. <md...@us...> - 2005-04-07 20:14:30
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv587 Modified Files: ChangeLog Log Message: * macosx/tkMacOSXWm.c (TkWmStackorderToplevelWrapperMap, TkWmStackorderToplevel): * unix/tkUnixWm.c (TkWmStackorderToplevelWrapperMap, TkWmStackorderToplevel): * win/tkWinWm.c (TkWmStackorderToplevelWrapperMap, TkWmStackorderToplevel): Fix panic in wm stackorder when a toplevel is created on another diplay. The code now ignores toplevels that have a display that does not match the display of the parent window. [Bug 1152809] |
|
From: Daniel A. S. <da...@us...> - 2005-04-09 10:16:31
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19667 Modified Files: ChangeLog Log Message: * unix/tcl.m4 (Darwin): added -single_module linker flag to TCL_SHLIB_LD_EXTRAS and TK_SHLIB_LD_EXTRAS. * unix/configure: autoconf-2.59 |
|
From: Daniel A. S. <da...@us...> - 2005-04-09 10:17:26
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20639 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tcl.m4 (Darwin): added -single_module linker flag to TCL_SHLIB_LD_EXTRAS and TK_SHLIB_LD_EXTRAS. * unix/configure: autoconf-2.13 |