From: Don P. <dg...@us...> - 2002-12-13 16:54:36
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv25026 Modified Files: ChangeLog Log Message: * generic/tkMain.c (Tk_Main): Call on Tcl*StartupScript*() routines to store the startup script, if any. [Bug 616245]. |
From: Donal K. F. <dk...@us...> - 2002-12-17 15:28:20
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv29017 Modified Files: ChangeLog Log Message: Doc-fix: [$photo put] knows about solid colours, and not files. [Bug 640026] |
From: Todd H. <tm...@us...> - 2002-12-18 21:49:08
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv10441 Modified Files: ChangeLog Log Message: label docs failed to mention the -compound option |
From: Joe E. <jen...@us...> - 2002-12-27 21:23:04
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv9222 Modified Files: ChangeLog Log Message: WaitForEvent(): process Map and Unmap events as well as Configure events during WaitFor{Configure|Map}Notify. Fixes [Bug 578569] (WaitForMapNotify could process Map and Unmap events out of order, making Tk think a window was unmapped when it really wasn't). |
From: David G. <dav...@us...> - 2002-12-27 23:46:51
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv18421 Modified Files: ChangeLog Log Message: ANSI unfriendly typedef for TkTextBTree repaired for C++ compilers. |
From: Jeffrey H. <ho...@us...> - 2003-01-03 22:43:46
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv26707 Modified Files: ChangeLog Log Message: * generic/tkFrame.c (CreateFrame): throw a Tcl error instead of a panic when we cannot get a main window and appname is NULL. This can indicate that a user tried to create a frame/toplevel while Tk was dying. [Bug #661792] |
From: D. R. H. <dr...@us...> - 2003-01-08 23:02:28
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv25329 Modified Files: ChangeLog Log Message: Implement Cohen-Sutherland polygon clipping for long lines in the canvas widget so that coordinates do not overflow the 16-bit limit imposed by X11 and Win32. Bug #663981. |
From: Joe E. <jen...@us...> - 2003-01-10 20:23:17
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv8240 Modified Files: ChangeLog Log Message: unix/tkUnixEvent.c (OpenIM): Remove unused variable (Fixes: #664780 "SGI warning: OpenIM") |
From: Mo D. <md...@us...> - 2003-01-13 07:25:51
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv18618 Modified Files: ChangeLog Log Message: ChangeLog police. |
From: Mo D. <md...@us...> - 2003-01-13 07:30:59
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv20949 Modified Files: ChangeLog Log Message: * win/Makefile.in: Add TCL_DEFS to AC_FLAGS so that compiler flags defined by Tcl get passed to the compiler. Add empty rule for cat.c so that Tk compiles under msys. * win/configure: Regen. * win/tcl.m4: Update from Tcl, this pulls in a subst of TCL_DEFS, it also defines USE_THREAD_ALLOC when threads are used and it updates the SC_ENABLE_SYMBOLS and SC_PROG_TCLSH macros to match the ones used in Tcl. |
From: Mo D. <md...@us...> - 2003-01-14 01:21:00
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv23497 Modified Files: ChangeLog Log Message: * win/tkWinDialog.c (Tk_ChooseDirectoryObjCmd, ChooseDirectoryValidateProc, Tk_MessageBoxObjCmd): Remove unused tsdPtr variable. Use TEXT macro instead of _T macro since _T does not work under Cygwin. Declare flags as UINT to avoid compiler warning when compiling with mingw. |
From: Joe E. <jen...@us...> - 2003-01-14 19:24:52
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv21227 Modified Files: ChangeLog Log Message: * generic/tkSelect.c (Tk_CreateSelHandler): Fix for #666346 "Selection handling crashes under KDE 3.0" * tests/unixSelect.test (unixSelect-1.20): Added test case. |
From: D. R. H. <dr...@us...> - 2003-01-17 19:54:11
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv17544 Modified Files: ChangeLog Log Message: Increase the size of the clipping box for lines in bug #663981 so that Tk extensions that attempt to print a canvas in a windows GDI printer will still work. |
From: Jeffrey H. <ho...@us...> - 2003-01-19 07:51:19
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv7960 Modified Files: ChangeLog Log Message: * doc/loadTk.n: note that ::safe::loadTk has a prereq on ::safe::interpCreate or ::safe::interpInit. [Bug #669159] |
From: Jeffrey H. <ho...@us...> - 2003-01-19 09:50:02
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv1552 Modified Files: ChangeLog Log Message: * generic/tkImage.c (DeleteImage): delete the image's entry in the image table correctly when there are no more instances. This reopens bug 220891. [Bug #669759] |
From: Donal K. F. <dk...@us...> - 2003-01-22 14:33:01
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv12729 Modified Files: ChangeLog Log Message: * generic/tkImage.c (Tk_ImageObjCmd): Added check to make sure that you're not creating an image named the same as .'s command, which refixes 220891, even when the name of the command has been changed with 'rename'. The error message is better too. * generic/tkFrame.c (TkToplevelWindowForCommand): Added way of mapping from command names to tkwins-for-toplevels. * tests/image.test (image-1.10,image-1.11): Updated to match new error message and added test for the rename case. * generic/tclInt.decls: Made TkToplevelWindowForCommand exported privately. |
From: D. R. H. <dr...@us...> - 2003-01-23 23:30:12
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv2313 Modified Files: ChangeLog Log Message: Fix the entry widget's KeyPress binding so that text is entered from left to right, not right to left, even if the mouse button is being held down. [Bug #673687]. |
From: Joe E. <jen...@us...> - 2003-01-28 20:39:16
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv9955 Modified Files: ChangeLog Log Message: Moved 'deletionEpoch' field from TkDisplay to TkMainInfo. Reworked windowObj type. Fixes Tk Bug #671330 "segfault when e.g. deiconifying destroyed window" |
From: Jeffrey H. <ho...@us...> - 2003-02-09 07:48:25
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv28312 Modified Files: ChangeLog Log Message: * generic/tkCanvArc.c (CreateArc): Rework canvas create item * generic/tkCanvBmap.c (CreateBitmap): type coords handling to be * generic/tkCanvImg.c (CreateImage): consistent across types * generic/tkCanvPoly.c (CreatePolygon): and not pass empty coords * generic/tkCanvLine.c (CreateLine): to item creation procs. * generic/tkCanvText.c (CreateText): * generic/tkCanvWind.c (CreateWinItem): * generic/tkCanvas.c (CanvasWidgetCmd CANV_CREATE): * generic/tkRectOval.c (CreateRectOval): * tests/canvRect.test: * tests/canvText.test: * tests/canvas.test: |
From: Jeffrey H. <ho...@us...> - 2003-02-09 07:51:04
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv29068 Modified Files: ChangeLog Log Message: 2003-02-05 Fred Fish <fn...@in...> * macosx/tkMacOSXWm.c (Tk_SetGrid): Fix precedence problem with * mac/tkMacWm.c (Tk_SetGrid): '==' and '|'. |
From: Jim I. <wol...@us...> - 2003-02-10 22:03:23
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv10937 Modified Files: ChangeLog Log Message: 2003-02-10 Jim Ingham <ji...@ap...> * macosx/tkMacOSXCursor.c (TkMacOSXInstallCursor): Set all theme cursors using SetThemeCursor or SetAnimatedThemeCursors. (TkGetCursorByName): Use the theme cursors for arrow, ibeam, etc. |
From: Jim I. <wol...@us...> - 2003-02-11 07:26:19
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv19175 Modified Files: ChangeLog Log Message: 2003-02-10 Jim Ingham <ji...@ap...> * macosx/tkMacOSXCursor.c (TkMacOSXInstallCursor): Set all theme cursors using SetThemeCursor or SetAnimatedThemeCursors. (TkGetCursorByName): Use the theme cursors for arrow, ibeam, etc. Allow animatedCursor{NUM} form for an animated cursor with count. (TkpSetCursor): Don't reset the cursor if there is no change. * macosx/tkMacOSXMouseEvent.c (GeneratePollingEvents): Don't directly call TkMacOSXInstallCursor, it gets called by the call to Tk_UpdatePointer immediately above. |
From: Kevin B K. <ke...@us...> - 2003-02-13 22:09:13
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv26948 Modified Files: ChangeLog Log Message: Added language to describe the handling of the end-of-file character \u001a in a script file. [Bug 685505] |
From: Jeffrey H. <ho...@us...> - 2003-02-15 01:54:33
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv27652 Modified Files: Tag: core-8-3-1-branch ChangeLog Log Message: correct HP-UX ia64 --enable-64bit build flags |
From: Mo D. <md...@us...> - 2003-02-18 06:22:44
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv9520 Modified Files: ChangeLog Log Message: * generic/tkEvent.c (Tk_HandleEvent): Fixup button press state saving code, it was incorrectly converting normal motion events into button press and motion events in some cases. * generic/tkInt.h: Add mouseButtonWindow member to the TkDisplay structure. * tests/event.test: Add test case for faulty button motion logic. |