|
From: Daniel A. S. <da...@us...> - 2006-01-23 00:53:27
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15061 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/configure: minor fix to Darwin specific code removing * unix/configure.in: 64bit flags from CFLAGS for Tk build. |
|
From: Don P. <dg...@us...> - 2006-01-25 18:21:46
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5725 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * library/bgerror.tcl: Updates to use Tcl 8.4 features. [Patch 1237759] * library/button.tcl: * library/choosedir.tcl: * library/clrpick.tcl: * library/comdlg.tcl: * library/console.tcl: * library/dialog.tcl: * library/entry.tcl: * library/focus.tcl: * library/listbox.tcl: * library/menu.tcl: * library/msgbox.tcl: * library/palette.tcl: * library/panedwindow.tcl: * library/safetk.tcl: * library/scale.tcl: * library/scrlbar.tcl: * library/spinbox.tcl: * library/tearoff.tcl: * library/text.tcl: * library/tk.tcl: * library/tkfbox.tcl: * library/xmfbox.tcl: |
|
From: Don P. <dg...@us...> - 2006-01-25 18:22:17
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5791 Modified Files: ChangeLog Log Message: * library/bgerror.tcl: Updates to use Tcl 8.4 features. [Patch 1237759] * library/choosedir.tcl: * library/comdlg.tcl: * library/console.tcl: * library/dialog.tcl: * library/focus.tcl: * library/msgbox.tcl: * library/palette.tcl: * library/tk.tcl: * library/tkfbox.tcl: * library/xmfbox.tcl: |
|
From: Donal K. F. <dk...@us...> - 2006-01-31 21:39:37
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31962 Modified Files: ChangeLog Log Message: Finish i18n of bgerror [Bug 1409264]. No l10n of that specific message though; that can wait for someone who really wants to use non-English to submit patches. |
|
From: Daniel A. S. <da...@us...> - 2006-02-09 19:09:00
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28598 Modified Files: ChangeLog Log Message: * generic/tk.decls: fix signature of TkMacOSXInvalClipRgns * generic/tkPlatDecls.h: to use Tk_Window instead of internal * macosx/tkMacOSXSubwindows.c: type TkWindow (which led to any include * macosx/tkMacOSXWindowEvent.c: of public header tkMacOSX.h requiring * macosx/tkMacOSXWm.c: prior include of tkInt.h). * generic/tk.h: move TkAqua specific REDO_KEYSYM_LOOKUP define * macosx/tkMacOSXPort.h: out of tk.h into platform header. |
|
From: Daniel A. S. <da...@us...> - 2006-02-09 19:09:49
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28810 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tk.decls: fix signature of TkMacOSXInvalClipRgns * generic/tkPlatDecls.h: to use Tk_Window instead of internal * macosx/tkMacOSXSubwindows.c: type TkWindow (which led to any include * macosx/tkMacOSXWindowEvent.c: of public header tkMacOSX.h requiring * macosx/tkMacOSXWm.c: prior include of tkInt.h). * generic/tk.h: move TkAqua specific REDO_KEYSYM_LOOKUP define * macosx/tkMacOSXPort.h: out of tk.h into platform header. |
|
From: Daniel A. S. <da...@us...> - 2006-02-09 19:10:31
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29520 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tk.decls: fix signature of TkMacOSXInvalClipRgns * generic/tkPlatDecls.h: to use Tk_Window instead of internal * macosx/tkMacOSXSubwindows.c: type TkWindow (which led to any include * macosx/tkMacOSXWindowEvent.c: of public header tkMacOSX.h requiring * macosx/tkMacOSXWm.c: prior include of tkInt.h). * generic/tk.h: move TkAqua specific REDO_KEYSYM_LOOKUP define * macosx/tkMacOSXPort.h: out of tk.h into platform header. |
|
From: Donal K. F. <dk...@us...> - 2006-02-27 10:36:11
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8124 Modified Files: ChangeLog Log Message: Fix pixmap creation ordering issue [Bug 480862] Stupid issue was fixed for the mask pixmap, but not the data pixmap! |
|
From: Donal K. F. <dk...@us...> - 2006-02-27 11:12:40
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29827 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Fix pixmap creation ordering issue [Bug 480862] Stupid issue was fixed for the mask pixmap, but not the data pixmap! |
|
From: Donal K. F. <dk...@us...> - 2006-02-27 11:34:51
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9049 Modified Files: ChangeLog Log Message: Fix old thread-safety issue. [Bug 470322] |
|
From: Donal K. F. <dk...@us...> - 2006-02-27 11:36:09
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9593 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Fix old thread-safety issue. [Bug 470322] |
|
From: Pat T. <pat...@us...> - 2006-03-02 01:02:32
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17083 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tcl.m4: Fix for tk bug #1334613 to sort out shared library * unix/configure: issues on NetBSD. Regenerated configure script. |
|
From: Jeffrey H. <ho...@us...> - 2006-03-02 21:30:53
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19323 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * macosx/tkMacOSXDraw.c (TkPutImage): fix endian issue on OS X x86 displaying images. Bitmap images still have a black/white reversal issue, appears to be a general OS X issue (as seen in frogger demo). |
|
From: Jeffrey H. <ho...@us...> - 2006-03-02 21:30:53
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20050 Modified Files: ChangeLog Log Message: * macosx/tkMacOSXDraw.c (TkPutImage): fix endian issue on OS X x86 displaying images. Bitmap images still have a black/white reversal issue, appears to be a general OS X issue (as seen in frogger demo). |
|
From: Jeffrey H. <ho...@us...> - 2006-03-03 01:08:15
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6420 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: see changes |
|
From: Donal K. F. <dk...@us...> - 2006-03-07 22:30:35
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17851 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Band-aid doc update for [Bug 220787] |
|
From: Donal K. F. <dk...@us...> - 2006-03-07 22:31:04
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18446 Modified Files: ChangeLog Log Message: Band-aid doc update for [Bug 220787] |
|
From: Joe E. <jen...@us...> - 2006-03-08 07:13:00
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9272 Modified Files: ChangeLog Log Message: Set SHLIB_LD_FLAGS='${LIBS}' on NetBSD, as per the other *BSD variants [Bug 1334613]. Regenerated configure script. |
|
From: Don P. <dg...@us...> - 2006-03-08 22:17:30
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19525 Modified Files: ChangeLog Log Message: * unix/Makefile.in: Update `make dist` to copy the image files needed by the test suite into the source distro. This was overlooked in the 2005-10-12 commit. |
|
From: Donal K. F. <dk...@us...> - 2006-03-11 22:50:58
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15240 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Fix silly error that prevented truncated error traces from being presented to the user, even when they should have been. |
|
From: Don P. <dg...@us...> - 2006-03-13 18:19:03
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1646 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tkCmds.c: Purged remaining references to * macosx/tkMacOSXPort.h: errno, and errno.h. Standardized * macosx/tkMacOSXWm.c: the logic for using header files from * macosx/tkMacOSXWm.h: the compat directory. Thanks Joe * unix/tkUnixPort.h: English for the patch. [Patch 1445404] |
|
From: Don P. <dg...@us...> - 2006-03-13 18:19:22
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2146 Modified Files: ChangeLog Log Message: * generic/tkCmds.c: Purged remaining references to * macosx/tkMacOSXPort.h: errno, and errno.h. Standardized * macosx/tkMacOSXWm.c: the logic for using header files from * macosx/tkMacOSXWm.h: the compat directory. Thanks Joe * unix/tkUnixPort.h: English for the patch. [Patch 1445404] |
|
From: Don P. <dg...@us...> - 2006-03-14 04:59:44
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5087 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/constraints.tcl: Added notAqua constraint to canvPs-3.1 * tests/canvPs.test: to stop test suite crash on Mac OSX. [Bug 1088807] |
|
From: Don P. <dg...@us...> - 2006-03-14 05:01:49
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6585 Modified Files: ChangeLog Log Message: * tests/constraints.tcl: Added notAqua constraint to canvPs-3.1 * tests/canvPs.test: to stop test suite crash on Mac OSX. [Bug 1088807] |
|
From: Don P. <dg...@us...> - 2006-03-14 06:03:58
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7183 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/scrollbar.test: Corrected several broken calls to [testmetrics] that were crashing the test suite. |