From: Don P. <dg...@us...> - 2002-06-13 15:31:40
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv889 Modified Files: ChangeLog Log Message: * tests/cursor.test: corrected error after cursor-2.2. * tests/defs.tcl: Added enhancements to Tk's fake version of tcltest required by recent cursor.test changes. |
From: Mo D. <md...@us...> - 2002-06-13 21:35:10
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv8908 Modified Files: ChangeLog Log Message: * tests/unixWm.test: * tests/wm.test: Move wm minsize and wm maxsize usage tests into the cross platform wm tests. |
From: Mo D. <md...@us...> - 2002-06-14 07:17:54
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv26909 Modified Files: ChangeLog Log Message: * tests/winfo.test: Add basic tests for winfo ismapped. |
From: Donal K. F. <dk...@us...> - 2002-06-14 13:35:47
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv22601 Modified Files: ChangeLog Log Message: TIP#98 implementation; improved photo image copy and GIF frame access |
From: Donal K. F. <dk...@us...> - 2002-06-14 14:07:51
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv762 Modified Files: ChangeLog Log Message: Changed some _Old and _OLD to more descriptive terms. |
From: David G. <dav...@us...> - 2002-06-14 14:45:38
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv14327 Modified Files: ChangeLog Log Message: no message |
From: Andreas K. <and...@us...> - 2002-06-14 22:01:42
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv9397 Modified Files: ChangeLog Log Message: * unix/tkAppInit.c: Removed now unneeded and erroneous reference to 'matherr'. See Tcl ChangeLog entry 2002-05-31 Don Porter. |
From: Joe E. <jen...@us...> - 2002-06-14 22:25:13
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv15012 Modified Files: ChangeLog Log Message: TIP #47 "Modifying Tk to Allow Writing X Window managers" (patch from Neil McKay). * Add CirculateRequest, Create, MapRequest, ResizeRequest, and ConfigureRequest event types; * Split TK_TOPLEVEL flag into TK_TOPLEVEL, TK_HAS_WRAPPER, TK_WIN_MANAGED, and TK_TOP_HIERARCHY. |
From: Mo D. <md...@us...> - 2002-06-14 23:11:10
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv28503 Modified Files: ChangeLog Log Message: ChangeLog police. |
From: Mo D. <md...@us...> - 2002-06-14 23:16:24
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv29495 Modified Files: ChangeLog Log Message: * generic/tkBind.c (ExpandPercents): Cast argument to Tk_GetAtomName in order to avoid compiler warning. |
From: Mo D. <md...@us...> - 2002-06-14 23:36:20
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv31816 Modified Files: ChangeLog Log Message: ChangeLog police. |
From: Mo D. <md...@us...> - 2002-06-14 23:49:13
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv3819 Modified Files: ChangeLog Log Message: * generic/tkBind.c (TkXErrorHandler): Declare static function to avoid compiler error with VC++. |
From: Jeffrey H. <ho...@us...> - 2002-06-15 01:09:37
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv22588 Modified Files: ChangeLog Log Message: * generic/tkEvent.c (Tk_HandleEvent): * unix/tkUnixEvent.c (OpenIM): * unix/tkUnixKey.c (TkpGetString): * generic/tkInt.h: added TK_USE_XIM_SPOT flag bit for TkDisplay and used this to allow a runtime check to see if over-the-spot XIM is possible. If not it will try and fallback to the old-style input context, which handles things like dead keys input. |
From: Jeffrey H. <ho...@us...> - 2002-06-15 01:54:48
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv29622 Modified Files: ChangeLog Log Message: * generic/tkInt.h: * generic/tkCmds.c (Tk_WmObjCmd): * unix/tkUnixWm.c (Tk_WmCmd): * win/tkWinWm.c (Tk_WmCmd): changed wmTracing from being an int to just a bit in the flags variable (TK_DISPLAY_WM_TRACING) |
From: Jeffrey H. <ho...@us...> - 2002-06-15 02:08:13
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv31812 Modified Files: ChangeLog Log Message: * generic/tkCmds.c (Tk_TkObjCmd): * unix/tkUnixKey.c (TkpGetString): * generic/tkEvent.c (Tk_HandleEvent): * generic/tkInt.h: changed useInputMethods boolean from int to a bit in the flags variable (TK_DISPLAY_USE_IM) |
From: Jeffrey H. <ho...@us...> - 2002-06-15 02:15:52
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv537 Modified Files: ChangeLog Log Message: * generic/tkBind.c (HandleEventGenerate): * generic/tkInt.h: changed warpInProgress boolean from int to a bit in the flags variable (TK_DISPLAY_IN_WARP) |
From: Mo D. <md...@us...> - 2002-06-15 21:02:21
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv11547 Modified Files: ChangeLog Log Message: * generic/tkOption.c (Tk_GetOption): Allocate memory with ckalloc not malloc. This keeps Tk from erroring out when built with TCL_MEM_DEBUG. |
From: Mo D. <md...@us...> - 2002-06-15 21:06:08
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv12306 Modified Files: ChangeLog Log Message: * generic/tkWindow.c (Tk_DestroyWindow): Set the pathName component of a window to NULL after its memory has been deallocated to avoid a possible illegal memory access as a result of a call to Tk_PathName() on a Tk_Window structure of a window that has already been destroyed. [Tk bug 521946] |
From: D. R. H. <dr...@us...> - 2002-06-17 10:54:30
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv8023 Modified Files: ChangeLog Log Message: Initial implementation of TIP #82: added the -offrelief option to checkbutton and radiobutton to allow those widgets to have a MS-Office look and feel. |
From: Don P. <dg...@us...> - 2002-06-17 17:14:27
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv25608 Modified Files: ChangeLog Log Message: * Added catalog for UK English. Currently includes only Color -> Colour translation. |
From: Jeffrey H. <ho...@us...> - 2002-06-17 20:09:02
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv12067 Modified Files: ChangeLog Log Message: * generic/tkCmds.c (Tk_TkObjCmd): * generic/tkInt.h (struct TkCaret): * mac/tkMacXStubs.c (Tk_SetCaretPos): * unix/tkUnixKey.c (TkpGetString, Tk_SetCaretPos): * win/tkWinX.c (Tk_SetCaretPos): * tests/tk.test: Added 'tk caret' implementation of TIP#96 * doc/SetCaret.3 (new): which adds a TkCaret structure element to * doc/tk.n: TkDisplay for maintaining state. |
From: Jeffrey H. <ho...@us...> - 2002-06-17 20:17:55
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv15100 Modified Files: ChangeLog Log Message: * unix/Makefile.in (dist): correct installation of wish.exe.manifest to DISTDIR target directory. |
From: David G. <dav...@us...> - 2002-06-18 00:34:46
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv25620 Modified Files: ChangeLog Log Message: Trims to support the removal of RESOURCE_INCLUDED from rc scripts from Tcl's accepted FR #565088. * generic/tk.h: Changed RESOURCE_INCLUDED to be RC_INVOKED as the RC tool defines this already by default. * win/rc/tk.rc: * win/rc/wish.rc: removed the #define RESOURCE_INCLUDED lines. |
From: Mo D. <md...@us...> - 2002-06-18 01:00:59
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv30255 Modified Files: ChangeLog Log Message: * generic/tkImage.c (Tk_ImageObjCmd, DeleteImage): Call Tcl_Preserve and Tcl_Release for the masterPtr->winPtr window to avoid accessing memory that had already been deallocated in DeleteImage. |
From: Donal K. F. <dk...@us...> - 2002-06-18 08:24:16
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv630 Modified Files: ChangeLog Log Message: Fix tcltest::makeFile so cursor.test can work properly... |