|
From: Don P. <dg...@us...> - 2004-07-15 00:06:01
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8766 Modified Files: ChangeLog Log Message: * library/tkfbox.tcl: Corrected coding errors in most recent change. Use [bind $w], not [$w configure] to modify bindings. |
|
From: Jim I. <wol...@us...> - 2004-07-15 05:24:46
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23681 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: 2004-07-14 Jim Ingham <ji...@ap...> * macosx/tkMacOSXCursor.c (TkpSetCursor): The code to not reset the cursor more often than necessary was getting fooled when the current cursor was nulled out when the current cursor gets freed. So in the case where the input cursor was NULL, we have to just always set it. [Bug #894550] |
|
From: Jim I. <wol...@us...> - 2004-07-15 05:28:07
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24044 Modified Files: ChangeLog Log Message: 2004-07-14 Jim Ingham <ji...@ap...> * macosx/tkMacOSXCursor.c (TkpSetCursor): The code to not reset the cursor more often than necessary was getting fooled when the current cursor was nulled out when the current cursor gets freed. So in the case where the input cursor was NULL, we have to just always set it. [Bug #894550] |
|
From: Jeffrey H. <ho...@us...> - 2004-07-16 23:40:35
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29237 Modified Files: ChangeLog Log Message: * unix/Makefile.in, unix/tcl.m4: move (C|LD)FLAGS after their * unix/configure.in, unix/configure: _DEFAULT to allow for env setting to override m4 switches. Consolidate header checks to limit redundancy in configure. (CFLAGS_WARNING): Remove -Wconversion (SC_ENABLE_THREADS): Set m4 to force threaded build when built against a threaded Tcl core. Reorder configure.in for better 64-bit build configuration, replacing EXTRA_CFLAGS with CFLAGS. [Bug #874058] |
|
From: Jeffrey H. <ho...@us...> - 2004-07-19 20:30:07
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14549 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/Makefile.in, unix/tcl.m4: move (C|LD)FLAGS after their * unix/configure.in, unix/configure: _DEFAULT to allow for env setting to override m4 switches. Consolidate header checks to limit redundancy in configure. (CFLAGS_WARNING): Remove -Wconversion, add -fno-strict-aliasing for gcc builds (need to suppress 3.x type puning warnings). (SC_ENABLE_THREADS): Set m4 to force threaded build when built against a threaded Tcl core. Reorder configure.in for better 64-bit build configuration, replacing EXTRA_CFLAGS with CFLAGS. [Bug #874058] |
|
From: Daniel A. S. <da...@us...> - 2004-07-20 06:06:05
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3765 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * macosx/Makefile: added support to tk framework build to optionally install tk manpages in addition to html help, similarly to tcl/macosx/Makefile. * macosx/Wish.pbproj/project.pbxproj: fixes for building with non-default SYMROOT/OBJROOT/SRCROOT, added support for using a Tcl.framework in DYLIB_INSTALL_PATH != /Library/Frameworks, added optional support for building html help without tcl sources present by giving explicit location of tcltk-man2html script. * macosx/tkMacOSXMenu.c: fixed #include case sensitivity bug. |
|
From: Daniel A. S. <da...@us...> - 2004-07-20 06:10:16
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4170 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * macosx/Makefile: added support to tk framework build to optionally install tk manpages in addition to html help, similarly to tcl/macosx/Makefile. * macosx/Wish.pbproj/project.pbxproj: fixes for building with non-default SYMROOT/OBJROOT/SRCROOT, added support for using a Tcl.framework in DYLIB_INSTALL_PATH != /Library/Frameworks, added optional support for building html help without tcl sources present by giving explicit location of tcltk-man2html script. * macosx/tkMacOSXMenu.c: fixed #include case sensitivity bug. |
|
From: Daniel A. S. <da...@us...> - 2004-07-20 10:49:16
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7709 Modified Files: ChangeLog Log Message: * unix/Makefile.in: * win/Makefile.in: added 'install-private-headers' makefile target to allow optionally installing private tk headers. [Tcl FR 922727] |
|
From: Daniel A. S. <da...@us...> - 2004-07-20 11:13:18
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11087 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tcl.m4: fixed Darwin autoconf breakage caused by recent CFLAGS reordering. * unix/configure: regen |
|
From: Daniel A. S. <da...@us...> - 2004-07-20 11:49:24
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14820 Modified Files: ChangeLog Log Message: * macosx/Makefile: added support to tk framework build to optionally install tk manpages in addition to html help, similarly to tcl/macosx/Makefile. * macosx/Wish.pbproj/project.pbxproj: fixes for building with non-default SYMROOT/OBJROOT/SRCROOT, added support for using a Tcl.framework in DYLIB_INSTALL_PATH != /Library/Frameworks, added optional support for building html help without tcl sources present by giving explicit location of tcltk-man2html script. * macosx/tkMacOSXMenu.c: fixed #include case sensitivity bug. |
|
From: Jeffrey H. <ho...@us...> - 2004-07-21 03:07:13
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31679 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tkEvent.c (Tk_HandleEvent): ensure IC focus is set after creation. [Bug #905830] |
|
From: Jeffrey H. <ho...@us...> - 2004-07-21 03:10:13
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32097 Modified Files: ChangeLog Log Message: * generic/tkEvent.c (InvokeInputMethods): ensure IC focus is set after creation. [Bug #905830] |
|
From: Jim I. <wol...@us...> - 2004-07-21 04:28:03
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9936 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Don't queue events for unmapped children. |
|
From: Jeffrey H. <ho...@us...> - 2004-07-22 22:23:01
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13988 Modified Files: ChangeLog Log Message: * library/tkfbox.tcl (::tk::dialog::file::Update): use -directory [pwd] (instead of .) to get around some VFS edge case bugs. Correct args passes to tk_messageBox when failing to cd. Add -force back to namespace import of msgcat. |
|
From: Jeffrey H. <ho...@us...> - 2004-07-22 22:24:38
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14364 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * library/tkfbox.tcl (::tk::dialog::file::Update): use -directory [pwd] (instead of .) to get around some VFS edge case bugs. Use [bind $w], not [$w configure] to modify bindings. |
|
From: Benjamin R. <cc_...@us...> - 2004-07-23 15:42:30
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31224 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: [Merge from HEAD] 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: Jim I. <wol...@us...> - 2004-07-25 01:57:47
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29883 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Finish the implementation of the CG version of the X Drawing layer. Add support for returning values for the wm attributes commands, and use FSRef's rather than FSSpec's. |
|
From: Jim I. <wol...@us...> - 2004-07-25 02:29:31
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32748 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Change the default menu -tearoff value to 0 until we actually get tearoff menus working again. |
|
From: Daniel A. S. <da...@us...> - 2004-07-27 18:58:39
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27574 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tkRectOval.c (ComputeRectOvalBbox): Mac OS X specific fix to rounding in bounding box 'bloat' calculation to avoid drawing outside of bounding box when CG drawing enabled. Fix probably correct on other platforms as well? * macosx/tkMacOSXDraw.c (TkMacOSXInitCGDrawing): fixed LinkVar type for tkMacOSXCGAntiAliasLimit. |
|
From: Daniel A. S. <da...@us...> - 2004-07-27 20:31:08
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14086 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tkImgGIF.c (FileReadGIF): fix crash reported by Reinhard Max: in case of premature end of image data, return error instead of passing nil buffer to Tk_PhotoPutBlock(). |
|
From: Daniel A. S. <da...@us...> - 2004-07-27 21:19:38
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24077 Modified Files: ChangeLog Log Message: * generic/tkImgGIF.c (FileReadGIF): fix crash reported by Reinhard Max: in case of premature end of image data, return error instead of passing nil buffer to Tk_PhotoPutBlock(). |
|
From: Don P. <dg...@us...> - 2004-07-29 21:49:01
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3223 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Re-tag for core-8-4-7 |
|
From: George P. S. <geo...@us...> - 2004-07-29 21:52:10
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3692 Modified Files: ChangeLog Log Message: TkQueueEventForAllChildren addition |
|
From: Don P. <dg...@us...> - 2004-07-29 22:05:35
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6286 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: date typo |
|
From: Daniel A. S. <da...@us...> - 2004-07-30 08:31:48
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26691 Modified Files: ChangeLog Log Message: * unix/configure: * unix/tcl.m4 (SC_CONFIG_CFLAGS): Darwin: instead of setting PLAT_OBJS to explict object files in tcl.m4, refer to MAC_OSX_OBJS makefile var. |