|
From: Daniel A. S. <da...@us...> - 2004-03-30 08:57:00
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10465 Modified Files: ChangeLog Log Message: * macosx/tclets.r (removed): obsolete holdover from mac classic. |
|
From: Donal K. F. <dk...@us...> - 2004-03-30 12:39:48
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15894 Modified Files: ChangeLog Log Message: Minor cleanups, including tracking down the names of old Scriptics staffers |
|
From: Don P. <dg...@us...> - 2004-03-31 02:54:51
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19781 Modified Files: ChangeLog Log Message: * generic/tkImgPhoto.c: Removed outdated #include's of the tclMath.h * generic/tkScale.c: header file. All tk*Port.h files have long had a #include <math.h>, and other parts of Tk routinely make use of libm-supplied math routines. |
|
From: Jim I. <wol...@us...> - 2004-04-01 18:45:27
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11061 Modified Files: ChangeLog Log Message: Fixes for bugs 220871 and 917557. Plus remove the Quit menu from the default File menu. |
|
From: Jim I. <wol...@us...> - 2004-04-01 18:52:08
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12571 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Fix for Bug 220871. |
|
From: Joe E. <jen...@us...> - 2004-04-04 20:21:08
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6112 Modified Files: ChangeLog Log Message: Fix for bug #915350 "Tk sets min, max size in WM_HINTS when it shouldn't" and #922336 "Tk apps have no maximize window button under KDE-3.2.1" |
|
From: Jeffrey H. <ho...@us...> - 2004-04-17 03:54:01
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13111 Modified Files: ChangeLog Log Message: * library/bgerror.tcl (bgerror): rework to only set -topmost bit on Windows if necessary. Also use existing ::tk functions for placing dialog and managing focus/grab. |
|
From: Jeffrey H. <ho...@us...> - 2004-04-17 03:54:16
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13171 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * library/bgerror.tcl (bgerror): rework to only set -topmost bit on Windows if necessary. Also use existing ::tk functions for placing dialog and managing focus/grab. |
|
From: Joe E. <jen...@us...> - 2004-04-21 02:45:28
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22939 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Backported fix for bug #915350 "Tk sets min, max size in WM_HINTS when it shouldn't" and #922336 "Tk apps have no maximize window button under KDE-3.2.1" |
|
From: Benjamin R. <cc_...@us...> - 2004-04-21 13:14:06
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20893 Modified Files: ChangeLog Log Message: 2004-04-21 Benjamin Riefenstahl <Ben...@ep...> Mac OS X: Fix several problems with Icelandic (and Faroese) keyboards reported by Jérôme Gagnon-Voyer <gagnonje5000<at>mac<dot>com> on tcl-mac on 2004-03-22. * macosx/tkMacOSXKeyEvent.c (KLSInit): Add. (GetKeyboardLayout): Add calls to Keyboard Layout Services, if present. Rework classic handling. Use GetKCHREncoding(). Add parameter encodingPtr. (GetKCHREncoding): Add. |
|
From: Donal K. F. <dk...@us...> - 2004-04-21 15:16:51
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13363 Modified Files: ChangeLog Log Message: Minor cleanup for when running single-process tests |
|
From: Donal K. F. <dk...@us...> - 2004-04-23 13:47:52
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11282 Modified Files: ChangeLog Log Message: Added examples and did some doc L&F improvements. |
|
From: Daniel A. S. <da...@us...> - 2004-04-24 06:00:52
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1377 Modified Files: ChangeLog Log Message: * generic/tkPort.h: * unix/Makefile.in: * win/Makefile.in: followup on tcl header reform [FR 922727]: removed use of relative #include paths in tkPort.h to allow installation of private headers outside of tk source tree; added tcl plaform source dir to compiler header search path. |
|
From: Daniel A. S. <da...@us...> - 2004-04-24 07:38:26
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15372 Modified Files: ChangeLog Log Message: * generic/tkPort.h: * unix/Makefile.in: * win/makefile.bc: * win/Makefile.in: followup on tcl header reform [FR 922727]: removed use of relative #include paths in tkPort.h to allow installation of private headers outside of tk source tree; added tcl plaform source dir to compiler header search path. |
|
From: Jeffrey H. <ho...@us...> - 2004-05-03 17:59:27
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21389 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tkImgPhoto.c (ImgPhotoConfigureMaster): force -data into ByteArray and -format into String to correctly handle them if they have been shimmered or created as some other object type. (ImgPhotoCmd): correctly init matched to 0. |
|
From: Jeffrey H. <ho...@us...> - 2004-05-03 18:03:49
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22619 Modified Files: ChangeLog Log Message: * generic/tkImgPhoto.c (ImgPhotoConfigureMaster): force -data into ByteArray and -format into String to correctly handle them if they have been shimmered or created as some other object type. |
|
From: Jeffrey H. <ho...@us...> - 2004-05-03 19:16:46
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8122 Modified Files: ChangeLog Log Message: * tests/panedwindow.test: panedwindow-25.1 * generic/tkPanedWindow.c (Unlink): clean up -before/-after refs to a slave when removing it. [Bug #928413] (griffin) |
|
From: Jeffrey H. <ho...@us...> - 2004-05-03 19:18:17
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8457 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/panedwindow.test: panedwindow-25.1 * generic/tkPanedWindow.c (Unlink): clean up -before/-after refs to a slave when removing it. [Bug #928413] (griffin) |
|
From: Jeffrey H. <ho...@us...> - 2004-05-03 19:36:56
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12443 Modified Files: ChangeLog Log Message: * library/panedwindow.tcl (MarkSash): call DragSash to stop sash jump when B1 is pressed and released without moving. [Bug #932155] |
|
From: Jeffrey H. <ho...@us...> - 2004-05-03 19:37:02
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12545 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * library/panedwindow.tcl (MarkSash): call DragSash to stop sash jump when B1 is pressed and released without moving. [Bug #932155] Make the panedwindow -opaqueresize option work as per the docs. [Bug #778893] |
|
From: Jeffrey H. <ho...@us...> - 2004-05-03 22:23:45
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18506 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tkClipboard.c: Move TkClipCleanup from tkClipboard.c * mac/tkMacXStubs.c: to being implemented in a platform * macosx/tkMacOSXXStubs.c: specific manner. The cleanup order was * unix/tkUnixEvent.c: bad at least on Windows, where we * win/tkWinX.c: reset/cleared display info that was still needed for the clipboard to render. [Bug #939389, #822002, #732662] |
|
From: Jeffrey H. <ho...@us...> - 2004-05-03 22:28:51
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19747 Modified Files: ChangeLog Log Message: * generic/tkClipboard.c: Move TkClipCleanup from tkClipboard.c * macosx/tkMacOSXXStubs.c: to being implemented in a platform * unix/tkUnixEvent.c: specific manner. The cleanup order was * win/tkWinX.c: bad at least on Windows, where we reset/cleared display info that was still needed for the clipboard to render. [Bug #939389, #822002, #732662] |
|
From: Jeffrey H. <ho...@us...> - 2004-05-03 22:41:06
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22884 Modified Files: ChangeLog Log Message: * win/tkWinX.c: fix drawing of unicode chars in menu * win/tkWinInt.h (TkWinProcs): titles. [Bug #904371] (riefenstahl) * win/tkWinMenu.c (ReconfigureWindowsMenu): |
|
From: Jeffrey H. <ho...@us...> - 2004-05-03 22:41:36
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22945 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * win/tkWinX.c: fix drawing of unicode chars in menu * win/tkWinInt.h (TkWinProcs): titles. [Bug #904371] (riefenstahl) * win/tkWinMenu.c (ReconfigureWindowsMenu): |
|
From: Jeffrey H. <ho...@us...> - 2004-05-03 23:23:20
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31358 Modified Files: ChangeLog Log Message: * win/tkWinMenu.c, unix/tkUnixMenu.c (DrawMenuEntryLabel): place images of compound menu entries in indicator space if not a radio of checkbutton. [Bug #756952] (eserte) |