From: Donal K. F. <dk...@us...> - 2009-07-22 07:51:35
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29979 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: [Bug 2496114]: Ensure that focus desynchronization doesn't cause a crash. |
From: Donal K. F. <dk...@us...> - 2009-07-23 22:21:49
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32751 Modified Files: ChangeLog Log Message: Fix [Bug 2441988]. Also squelch use of TkCopyAndGlobalEval, we can do better! |
From: Donal K. F. <dk...@us...> - 2009-07-23 22:24:15
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv793 Modified Files: ChangeLog Log Message: Added incompat flag |
From: Donal K. F. <dk...@us...> - 2009-07-26 19:40:36
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2400 Modified Files: ChangeLog Log Message: Corrected description of acceptable join styles. Spotted by Emiliano Gavilan. |
From: Donal K. F. <dk...@us...> - 2009-07-27 20:02:23
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2674 Modified Files: ChangeLog Log Message: Reword so that the modern API is presented as preferred. |
From: Donal K. F. <dk...@us...> - 2009-08-01 08:00:00
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11658 Modified Files: ChangeLog Log Message: Don't assume that we're on little-endian clients. [Bug 2830420] |
From: Donal K. F. <dk...@us...> - 2009-08-01 08:08:28
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13404 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Backport the fix for [Bug 2830420]. |
From: Jan N. <nij...@us...> - 2009-08-02 21:40:28
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27069 Modified Files: ChangeLog Log Message: eliminate various gcc and msvc compiler warnings |
From: Donal K. F. <dk...@us...> - 2009-08-04 21:19:35
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30284 Modified Files: ChangeLog Log Message: Fix word-wrapping of non-breaking spaces in the text widget to work reliably. |
From: Donal K. F. <dk...@us...> - 2009-08-04 21:46:12
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4887 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Fix word-wrapping of non-breaking spaces in the text widget to work reliably. |
From: Donal K. F. <dk...@us...> - 2009-08-08 08:23:48
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18132 Modified Files: ChangeLog Log Message: Make the pendulum demo cope with resizing more gracefully. |
From: Donal K. F. <dk...@us...> - 2009-08-08 08:28:49
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18765 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: More graceful handling of resizing. |
From: Jan N. <nij...@us...> - 2009-08-09 21:20:42
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28773 Modified Files: ChangeLog Log Message: Eliminate various gcc warnings include <vssym32.h> only when available |
From: Jan N. <nij...@us...> - 2009-08-10 23:16:39
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2060 Modified Files: ChangeLog Log Message: Eliminate more gcc warnings |
From: Daniel A. S. <da...@us...> - 2009-08-14 14:51:11
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22340 Modified Files: ChangeLog Log Message: * macosx/tkMacOSXWm.c: Workaround for textured windows being draggable from opaque content areas. [Bug 2824538] (walzer) |
From: Peter S. <ps...@us...> - 2009-08-19 23:02:13
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31280 Modified Files: ChangeLog Log Message: Give an error if grid and pack are used in the same master. [Patch 2475855] |
From: Daniel A. S. <da...@us...> - 2009-08-24 00:57:30
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24925 Modified Files: ChangeLog Log Message: * macosx/Wish.sdef (new file): Install and enable sdef file * macosx/Wish-Info.plist.in: into Wish application bundle, * macosx/Tk.xcode/project.pbxproj: describing TkAqua apple event * macosx/Tk.xcodeproj/project.pbxproj: support for use by AppleScript. * unix/Makefile.in: (replaces functionality of * unix/configure.in: 'aete' resource removed with Cocoa port & fixes AppleScript issues reported on tcl-mac) |
From: Daniel A. S. <da...@us...> - 2009-08-24 00:59:20
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25153 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * macosx/tkMacOSXHLEvents.c (ScriptHandler): fix "do script" apple event handler issues on recent Mac OS X releases by using AE coercion to 'utf8' for text data and to 'fsrf' for alias data. (reported by Youness Alaoui on tcl-mac) |
From: Daniel A. S. <da...@us...> - 2009-08-24 00:59:42
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25154 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * macosx/tkMacOSXHLEvents.c (ScriptHandler): fix "do script" apple event handler issues on recent Mac OS X releases by using AE coercion to 'utf8' for text data and to 'fsrf' for alias data. (reported by Youness Alaoui on tcl-mac) |
From: Daniel A. S. <da...@us...> - 2009-08-24 03:18:34
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2832 Modified Files: ChangeLog Log Message: * generic/tkInt.h: Annotate Tcl_Panic as noreturn for clang static analyzer in PURIFY builds, replacing preprocessor/assert technique. |
From: Donal K. F. <dk...@us...> - 2009-08-24 12:51:42
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20918 Modified Files: ChangeLog Log Message: Better formatting |
From: Donal K. F. <dk...@us...> - 2009-08-24 21:19:43
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8843 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Correct bindings for [tk_messageBox]. |
From: Donal K. F. <dk...@us...> - 2009-08-24 21:22:53
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9323 Modified Files: ChangeLog Log Message: Correct bindings for [tk_messageBox]. |
From: Donal K. F. <dk...@us...> - 2009-08-25 08:46:13
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30546 Modified Files: ChangeLog Log Message: [Bug 1909931]: Add support for server-interpreted access control addreses. |
From: Donal K. F. <dk...@us...> - 2009-08-25 08:48:25
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30764 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: [Bug 1909931]: Add support for server-interpreted access control addreses. |