|
From: Jim I. <wol...@us...> - 2005-05-15 21:09:48
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2802 Modified Files: ChangeLog Log Message: Fixes from Michael Kirkham: * macosx/tkMacOSXMenu.c (TkpConfigureMenuEntry): Thinko in clearing the ENTRY_ACCEL_MASK before re-parsing it. [Tk Bug 1012852] * macosx/tkMacOSXScrlbr.c (UpdateControlValues): Don't set the control value BEFORE setting the min and max or the control manager will reset it for you. [Tk Bug 1202181] * macosx/tkMacOSXXStubs.c (TkMacOSXXGetPixel, TkMacOSXXPutPixel): Restore the port to what it was before putting we were called. [Tk Bug 1202223] |
|
From: Donal K. F. <dk...@us...> - 2005-05-21 23:29:46
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17458 Modified Files: ChangeLog Log Message: Parse all filters, not just the first one. [Bug 1206133] |
|
From: Daniel A. S. <da...@us...> - 2005-05-23 20:25:05
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10543 Modified Files: ChangeLog Log Message: * macosx/Makefile: * macosx/README: * macosx/Tk-Info.plist.in (new file): * macosx/Wish-Info.plist.in (new file): * unix/Makefile.in: * unix/configure.in: * unix/tcl.m4: * unix/tkUnixInit.c: moved all Darwin framework and TkAqua build support from macosx/Wish.pbproj and macosx/Makefile into the standard unix configure/make buildsystem, the project and macosx/Makefile are no longer required to build Tk.framework and/or TkAqua. TkAqua is now enabled by the --enable-aqua configure option, and static and non-framework builds of TkAqua are now available via the standard configure switches. Tk/X11 can also be built as a framework. The macosx/Makefile now wraps the unix buildsystem and no longer uses the projects, embedded builds are still only available via this Makefile, but for other builds it is not longer required (but its current functionality is still available for backwards compatibility). The projects currently do not call through to the Makefile to build (unlike Tcl.pbproj) so project builds may differ from makefile builds. Due to issues with spaces in pathnames, 'Wish Shell.app' has been renamed to 'Wish.app', the macosx/Makefile installs backwards compatibility symlinks for the old name. * macosx/tkMacOSXInit.c (TkpInit): added support for Tk resource file in non-framework and static builds: the resource file is copied into a __tk_rsrc MachO segment of the library or executable at link time and extracted into a temporary location at initialization. * unix/configure: autoconf-2.59 * unix/tkConfig.h.in (new file): autoheader-2.59 |
|
From: Jeffrey H. <ho...@us...> - 2005-05-23 23:19:43
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19889 Modified Files: ChangeLog Log Message: * generic/tkFileFilter.c (FreeGlobPatterns): s/null/NULL/ |
|
From: Daniel A. S. <da...@us...> - 2005-05-24 02:32:49
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26644 Modified Files: ChangeLog Log Message: * generic/tkTest.c: disable commands not available on TkAqua. |
|
From: Daniel A. S. <da...@us...> - 2005-05-24 04:21:38
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11271 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * macosx/Makefile: * macosx/README: * macosx/Tk-Info.plist.in (new file): * macosx/Wish-Info.plist.in (new file): * unix/Makefile.in: * unix/configure.in: * unix/tcl.m4: * unix/tkUnixInit.c: moved all Darwin framework and TkAqua build support from macosx/Wish.pbproj and macosx/Makefile into the standard unix configure/make buildsystem, the project and macosx/Makefile are no longer required to build Tk.framework and/or TkAqua. TkAqua is now enabled by the --enable-aqua configure option, and static and non-framework builds of TkAqua are now available via the standard configure switches. Tk/X11 can also be built as a framework. The macosx/Makefile now wraps the unix buildsystem and no longer uses the projects, embedded builds are still only available via this Makefile, but for other builds it is not longer required (but its current functionality is still available for backwards compatibility). The projects currently do not call through to the Makefile to build (unlike Tcl.pbproj) so project builds may differ from makefile builds. Due to issues with spaces in pathnames, 'Wish Shell.app' has been renamed to 'Wish.app', the macosx/Makefile installs backwards compatibility symlinks for the old name. * macosx/tkMacOSXInit.c (TkpInit): added support for Tk resource file in non-framework and static builds: the resource file is copied into a __tk_rsrc MachO segment of the library or executable at link time and extracted into a temporary location at initialization. * unix/configure: autoconf-2.13 |
|
From: Jeffrey H. <ho...@us...> - 2005-05-25 17:46:47
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30545 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/Makefile.in (install-libraries): protect possible empty list in for with list= trick for older shells. |
|
From: Jeffrey H. <ho...@us...> - 2005-05-25 18:49:51
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11327 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/configure, unix/configure.in: ensure false Tcl.framework is only created with --enable-framework |
|
From: Jeffrey H. <ho...@us...> - 2005-05-25 20:32:44
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv762 Modified Files: ChangeLog Log Message: * unix/Makefile.in (install-libraries): protect possible empty list in for with list= trick for older shells. |
|
From: Daniel A. S. <da...@us...> - 2005-05-26 11:19:09
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23026 Modified Files: ChangeLog Log Message: * macosx/tkMacOSXInit.c (TkpInit): fixed resource file extraction from __tk_rsrc section to work with non-prebound .dylib and .bundle. * macosx/Makefile: corrected EMBEDDED_BUILD check, use separate tcl and tk version vars to properly support tk/x11 framework version overriding, rewrite tkConfig.sh when overriding tk version, corrected Wish.app symlink in tk build dir. * unix/configure.in: corrected framework finalization to softlink stub library to Versions/8.x subdir instead of Versions/Current. * unix/configure: autoconf-2.59 |
|
From: Daniel A. S. <da...@us...> - 2005-05-26 11:20:17
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23207 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * macosx/tkMacOSXInit.c (TkpInit): fixed resource file extraction from __tk_rsrc section to work with non-prebound .dylib and .bundle. * macosx/Makefile: corrected EMBEDDED_BUILD check, use separate tcl and tk version vars to properly support tk/x11 framework version overriding, rewrite tkConfig.sh when overriding tk version, corrected Wish.app symlink in tk build dir. * unix/configure.in: corrected framework finalization to softlink stub library to Versions/8.x subdir instead of Versions/Current. * unix/configure: autoconf-2.13 |
|
From: Todd H. <tm...@us...> - 2005-05-27 18:01:05
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15634 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: change tk_popup to have sticky menus |
|
From: Todd H. <tm...@us...> - 2005-05-27 18:06:32
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16781 Modified Files: ChangeLog Log Message: change tk_popup to have sticky menus |
|
From: Donal K. F. <dk...@us...> - 2005-05-27 23:14:38
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21503 Modified Files: ChangeLog Log Message: Partial implementation of TIP#245; thanks Reinhard! |
|
From: Daniel A. S. <da...@us...> - 2005-05-29 06:47:11
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32108 Modified Files: ChangeLog Log Message: * generic/tkDecls.h: * generic/tkIntPlatDecls.h: * generic/tkPlatDecls.h: * generic/tkStubInit.c: ran missing 'make genstubs' for TIP245 changes to tk.decls * macosx/tkMacOSXXStubs.c (Tk_ResetUserInactiveTime): use symbolic constant argument in call to UpdateSystemActivity(); * macosx/Wish.pbproj/project.pbxproj: * macosx/Wish.xcode/project.pbxproj: * unix/configure.in: added/corrected linking to IOKit.framework for TIP245. * unix/configure.in: skip X11 configure checks when building tk_aqua. * unix/configure: autoconf-2.59 |
|
From: Daniel A. S. <da...@us...> - 2005-05-29 06:48:22
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv445 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/configure.in: skip X11 configure checks when building tk_aqua. * unix/configure: autoconf-2.13 |
|
From: Daniel A. S. <da...@us...> - 2005-05-29 07:00:32
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6953 Modified Files: ChangeLog Log Message: * macosx/tkMacOSXInit.c: * macosx/tkMacOSXNotify.c: fixed warnings. |
|
From: Daniel A. S. <da...@us...> - 2005-05-29 07:00:53
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6320 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * macosx/tkMacOSXInit.c: * macosx/tkMacOSXNotify.c: fixed warnings. |
|
From: Daniel A. S. <da...@us...> - 2005-05-29 07:53:15
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv581 Modified Files: ChangeLog Log Message: * unix/configure.in: added description of HAVE_XSS for autoheader. * unix/configure: autoconf-2.59 * unix/tkConfig.h.in: autoheader-2.59 * macosx/Wish.pbproj/project.pbxproj: * macosx/Wish.xcode/project.pbxproj: added missing FRAMEWORK defines introduced with configure/make based build. |
|
From: Daniel A. S. <da...@us...> - 2005-05-29 07:54:02
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1106 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * macosx/Wish.pbproj/project.pbxproj: added missing FRAMEWORK defines introduced with configure/make based build. |
|
From: Daniel A. S. <da...@us...> - 2005-05-29 10:32:38
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18809 Modified Files: ChangeLog Log Message: * macosx/tkMacOSXFont.c: use Tcl_Panic instead of panic. |
|
From: Jeffrey H. <ho...@us...> - 2005-05-30 23:40:39
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21101 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * library/console.tcl (::tk::ConsoleInit): print out first prompt and swallow the extra "% " that comes once from Tcl on Windows. |
|
From: Jeffrey H. <ho...@us...> - 2005-05-30 23:41:09
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21713 Modified Files: ChangeLog Log Message: * library/console.tcl (::tk::ConsoleInit): print out first prompt and swallow the extra "% " that comes once from Tcl on Windows. |
|
From: Jeffrey H. <ho...@us...> - 2005-05-31 05:05:41
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18833 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tkMenu.c (MenuCmd): create event handler earlier to ensure proper destruction of menu through DestroyNotify. [Bug 1159367] |
|
From: Jeffrey H. <ho...@us...> - 2005-05-31 05:11:47
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22011 Modified Files: ChangeLog Log Message: * generic/tkMenu.c (MenuCmd): create event handler earlier to ensure proper destruction of menu through DestroyNotify. [Bug 1159367] |