From: Mo D. <md...@us...> - 2003-02-18 06:33:30
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv15515 Modified Files: ChangeLog Log Message: fix date in ChangeLog entry |
From: Donal K. F. <dk...@us...> - 2003-02-18 14:03:47
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv329 Modified Files: ChangeLog Log Message: * generic/tkImgGIF.c (FileReadGIF): Ensure that the trashBuffer is always deallocated on function exit to stop a potential memory leak. |
From: Vince D. <vin...@us...> - 2003-02-18 14:43:47
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv17638 Modified Files: ChangeLog Log Message: menu title encodings |
From: Jeffrey H. <ho...@us...> - 2003-02-18 19:18:34
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv13794 Modified Files: ChangeLog Log Message: * win/tkWinInit.c (TkpDisplayWarning): truncate MessageBox string to 1024 chars to prevent possible oversized window errors. May be necessary in other MB uses (ie Tcl_AppInit). [Tcl Bug #608559] |
From: Jeffrey H. <ho...@us...> - 2003-02-18 20:57:46
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv1149 Modified Files: ChangeLog Log Message: corrected B values [Bug #682714] |
From: Jeffrey H. <ho...@us...> - 2003-02-18 21:19:35
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv14726a Modified Files: ChangeLog Log Message: * library/xmfbox.tcl (::tk::MotifFDialog_ActivateSEnt): correct sub on embedded newlines. [Patch #688572] (bonfield) |
From: Jeffrey H. <ho...@us...> - 2003-02-18 21:24:41
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv17893 Modified Files: ChangeLog Log Message: * library/tk.tcl (::tk::TabToWindow): auto-highlight spinboxes as well as entries when tabbing in. [Patch #683813] (bron) |
From: Jeffrey H. <ho...@us...> - 2003-02-18 21:54:52
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv4095 Modified Files: ChangeLog Log Message: see ChangeLog |
From: Mo D. <md...@us...> - 2003-02-19 01:22:50
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv25539 Modified Files: ChangeLog Log Message: * unix/configure: Regen. * unix/tcl.m4: Update from Tcl. |
From: Andreas K. <and...@us...> - 2003-02-19 01:32:52
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv29863 Modified Files: ChangeLog Log Message: * unix/configure: Regen. * unix/tcl.m4: Update from Tcl (HP xnet [Bug #651811]). |
From: Donal K. F. <dk...@us...> - 2003-02-19 16:13:15
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv25303 Modified Files: ChangeLog Log Message: New part for the widget demo showing Tk's UNICODE output. [Patch #627453] |
From: Daniel A. S. <da...@us...> - 2003-02-19 16:44:17
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv16382 Modified Files: ChangeLog Log Message: * macosx/Wish.pbproj/project.pbxproj: * macosx/Makefile: reworked embedded build to no longer require relinking but to use install_name_tool instead to change the install_names for embedded frameworks. |
From: Daniel A. S. <da...@us...> - 2003-02-19 16:56:01
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv25526 Modified Files: ChangeLog Log Message: added missing bug # |
From: Daniel A. S. <da...@us...> - 2003-02-19 17:08:20
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv1404 Modified Files: ChangeLog Log Message: added missing bug # |
From: Mo D. <md...@us...> - 2003-02-19 18:52:14
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv17576 Modified Files: ChangeLog Log Message: * doc/entry.n: * doc/text.n: Update double and triple click docs to match implementation changes made on 2002-02-14. |
From: Jim I. <wol...@us...> - 2003-02-19 19:27:47
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv4732 Modified Files: ChangeLog Log Message: This submission contains a slightly reworked & cleaned up version of two parts of the patches in Patch Tracker #622582 - new-evthdlng.2003-02-12.diff and basic-keyboard.2003-02-10.diff. The second part puts translation of MacOS X keycodes to characters on a better footing. The first part relaxs Tk's policy of consuming all events unless it can see they go to windows it didn't create. This change gets the little traffic lights working, and should make things like QuickTimeTcl easier to implement. |
From: Jim I. <wol...@us...> - 2003-02-19 22:20:57
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv30749 Modified Files: ChangeLog Log Message: 2003-02-19 Jim Ingham <ji...@ap...> * tkMacOSXMouseEvents.c (GeneratePollingEvents): In the case where there was a capture window, we were sending the events to the capture window. But the capture window (return value or TkMacOSXGetCapture) is always a toplevel. So this is wrong in the case that the Event's toplevel IS the capture window - in which case the event should go to the subwindow most closely containing the event. Fixes bug #688188 |
From: Daniel A. S. <da...@us...> - 2003-02-20 07:07:56
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv3186 Modified Files: ChangeLog Log Message: * macosx/tkMacOSXKeyEvent.c: fix for uninitialized var warning. |
From: Donal K. F. <dk...@us...> - 2003-02-20 10:23:14
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv9880 Modified Files: ChangeLog Log Message: Removed potentially fatal FMR in Unix font handling. No test because any test would be very platform- and build-specific. [Bugs #618872 and #689357] |
From: Donal K. F. <dk...@us...> - 2003-02-20 15:28:41
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv26369 Modified Files: ChangeLog Log Message: Removed pointless static variable ZeroDataBlock from tkImgGIF.c [Bug #664788] It served no useful purpose whatsoever... |
From: Peter S. <ps...@us...> - 2003-02-20 21:08:30
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv28544 Modified Files: ChangeLog Log Message: Fixed calculation of the last slave's size when increasing the size of the panedwindow. [Bug #689099] |
From: Jeffrey H. <ho...@us...> - 2003-02-21 02:07:51
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv17235 Modified Files: ChangeLog Log Message: * win/tkWinScrlbr.c (UpdateScrollbar): use SIF_DISABLENOSCROLL to "disable" scrollbar when on Windows when there is nothing to scroll. This is Windows style, and fixes [Bug #624116]. |
From: Daniel A. S. <da...@us...> - 2003-02-21 03:34:30
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv12675 Modified Files: ChangeLog Log Message: * library/console.tcl: (aqua & macintosh) added missing <Cmd-q> binding for corresponding Quit menu item shortcut. * macosx/README: updated instructions for embedded build, added various improvements by Russell Owen. * unix/tcl.m4: update from Tcl. * unix/configure: regen. |
From: Donal K. F. <dk...@us...> - 2003-02-21 11:49:02
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv26290 Modified Files: ChangeLog Log Message: Use the panedwindow's depth, not the screen's default depth. [Bug #671122] |
From: Donal K. F. <dk...@us...> - 2003-02-21 13:32:18
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv14756 Modified Files: ChangeLog Log Message: * library/comdlg.tcl (FDGetFileTypes): Set an upper limit on how long a file type item description string can get due to appending of types. [Bug #617392] |