|
From: Don P. <dg...@us...> - 2006-03-14 06:04:48
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7602 Modified Files: ChangeLog Log Message: * tests/scrollbar.test: Corrected several broken calls to [testmetrics] that were crashing the test suite. |
|
From: Donal K. F. <dk...@us...> - 2006-03-15 23:11:11
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13169 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Squelch [Bug 1409140] by special-case-ing the single-pixel put case. |
|
From: Donal K. F. <dk...@us...> - 2006-03-15 23:20:28
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16604 Modified Files: ChangeLog Log Message: Squelch [Bug 1409140] by special-case-ing the single-pixel put case. Also take better advantage of C's casting rules w.r.t. void* and other pointers |
|
From: Donal K. F. <dk...@us...> - 2006-03-16 00:31:15
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20580 Modified Files: ChangeLog Log Message: Hack to make photo-to-photo copies cheaper in the common case of no alpha |
|
From: Donal K. F. <dk...@us...> - 2006-03-16 00:42:57
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28938 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Hack to make photo-to-photo copies cheaper in the common case of no alpha |
|
From: Donal K. F. <dk...@us...> - 2006-03-16 13:41:01
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2664 Modified Files: ChangeLog Log Message: Added a Portuguese message catalog. [Bug 1405069] |
|
From: Donal K. F. <dk...@us...> - 2006-03-16 13:46:00
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5064 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Added message catalog for (Brazilian) Portuguese. [Bug 1405069] |
|
From: Don P. <dg...@us...> - 2006-03-16 17:32:34
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18933 Modified Files: ChangeLog Log Message: * generic/tkConsole.c: Substantial rewrite of [console] support. * generic/tkInt.h: Included Obj-ification of the [console] and [consoleinterp] commands, and reworking of all the supporting data structures for cleaner sharing and lifetime management especially in multi-threaded configurations. |
|
From: Pat T. <pat...@us...> - 2006-03-17 10:50:17
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6721 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: bug #1451587: avoid using abbreviated sub-commands in core scripts as this can cause problems with mega-widget libraries like snit. |
|
From: Pat T. <pat...@us...> - 2006-03-17 11:13:29
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18623 Modified Files: ChangeLog Log Message: bug #1451587: avoid using abbreviated sub-commands in core scripts as this can cause problems with mega-widget libraries like snit. |
|
From: Vince D. <vin...@us...> - 2006-03-18 15:52:16
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28194 Modified Files: ChangeLog Log Message: undo/modified and empty string fix |
|
From: Donal K. F. <dk...@us...> - 2006-03-20 22:16:40
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24981 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Fix [Bug 1380427] with [Patch 1391939] |
|
From: Don P. <dg...@us...> - 2006-03-20 22:59:37
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13847 Modified Files: ChangeLog Log Message: * generic/tkConsole.c: Added exit handler to clean up the interp where the console window lives. |
|
From: Don P. <dg...@us...> - 2006-03-21 03:02:13
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12235 Modified Files: ChangeLog Log Message: * generic/tkConsole.c: Added exit handler to clean up the interp where the console window lives. Also added code to handle multiple calls to Tk_CreateConsoleWindow so that the console channels connect to the last console window opened, in compatibility with the previous implementation. |
|
From: Daniel A. S. <da...@us...> - 2006-03-22 00:21:18
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13030 Modified Files: ChangeLog Log Message: * generic/tkFont.c: implementation of ATSUI text rendering * generic/tkInt.h: in TkAqua provided by Benjamin * generic/tkTextDisp.c: Riefenstahl. [Patch 638966] * library/demos/unicodeout.tcl: * macosx/tkMacOSXFont.h (new file): * macosx/tkMacOSXFont.c: * tests/font.test: * unix/tkUnixFont.c: * win/tkWinFont.c: * generic/tkFont.c: moved MODULE_SCOPE declarations of * generic/tkFont.h: font helper procs into header files. * macosx/tkMacOSXButton.c: * macosx/tkMacOSXFont.h: * macosx/tkMacOSXMenubutton.c: * macosx/Wish.xcode/project.pbxproj: add new tkMacOSXFont.h file, * macosx/Wish.xcodeproj/project.pbxproj: turn off dead code stripping as it interferes with -sectcreate (rdar://4486223). * macosx/Wish.xcode/default.pbxuser: add TCLLIBPATH=/Library/Tcl * macosx/Wish.xcodeproj/default.pbxuser: env var setting to tktest. * unix/configure.in: fix detection of symbols build when enabling TkAqua debug code; filter nm output of libtclstub better to avoid error on intel macs [Bug 1415789]. * unix/configure: autoconf-2.59 |
|
From: Daniel A. S. <da...@us...> - 2006-03-22 00:22:11
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13946 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/configure.in: fix detection of symbols build when enabling TkAqua debug code; filter nm output of libtclstub better to avoid error on intel macs [Bug 1415789]. * unix/configure: autoconf-2.13 |
|
From: Don P. <dg...@us...> - 2006-03-23 16:26:14
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25836 Modified Files: ChangeLog Log Message: * tests/textDisp.test: Updated expected error messages to match the standardized formats established on 2005-11-17. [Bug 1370296] |
|
From: Reinhard M. <rm...@us...> - 2006-03-23 16:48:25
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4968 Modified Files: ChangeLog Log Message: * unix/tk.spec: Cleaned up and completed the spec file. An RPM can now be built from the tk source distribution with "rpmbuild -tb <tarball>". |
|
From: Reinhard M. <rm...@us...> - 2006-03-23 22:08:54
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18950 Modified Files: ChangeLog Log Message: * unix/tkUnixRFont.c (TkpMeasureCharsInContext): Copied over from tkUnixFont.c to fix compiling with --enable-xft . |
|
From: Daniel A. S. <da...@us...> - 2006-03-24 14:58:08
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21006 Modified Files: ChangeLog Log Message: * generic/tkTextDisp.c: moved #ifdef MAC_OSX_TK code added by * macosx/tkMacOSXColor.c: Patch #638966 into platform specific * macosx/tkMacOSXInt.h: files. * macosx/tkMacOSX.h: cleaned up & rationalized order of * macosx/tkMacOSXBitmap.c: #includes of tk and carbon headers. * macosx/tkMacOSXButton.c: * macosx/tkMacOSXCarbonEvents.c: * macosx/tkMacOSXClipboard.c: * macosx/tkMacOSXColor.c: * macosx/tkMacOSXConfig.c: * macosx/tkMacOSXCursor.c: * macosx/tkMacOSXDialog.c: * macosx/tkMacOSXDraw.c: * macosx/tkMacOSXEmbed.c: * macosx/tkMacOSXEntry.c: * macosx/tkMacOSXEvent.c: * macosx/tkMacOSXEvent.h: * macosx/tkMacOSXFont.h: * macosx/tkMacOSXHLEvents.c: * macosx/tkMacOSXInit.c: * macosx/tkMacOSXInt.h: * macosx/tkMacOSXKeyEvent.c: * macosx/tkMacOSXKeyboard.c: * macosx/tkMacOSXMenu.c: * macosx/tkMacOSXMenubutton.c: * macosx/tkMacOSXMenus.c: * macosx/tkMacOSXMouseEvent.c: * macosx/tkMacOSXRegion.c: * macosx/tkMacOSXScale.c: * macosx/tkMacOSXScrlbr.c: * macosx/tkMacOSXSend.c: * macosx/tkMacOSXSubwindows.c: * macosx/tkMacOSXWindowEvent.c: * macosx/tkMacOSXWm.c: * macosx/tkMacOSXWm.h: * macosx/tkMacOSXXStubs.c: |
|
From: Daniel A. S. <da...@us...> - 2006-03-25 06:02:44
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23049 Modified Files: ChangeLog Log Message: * macosx/tkMacOSXDraw.c (TkMacOSXSetUpCGContext): * macosx/tkMacOSXFont.c (TkMacOSXQuarzStartDraw, TkMacOSXQuarzEndDraw): performance improvements, sync similar code, formatting & whitespace. |
|
From: Vince D. <vin...@us...> - 2006-03-26 17:52:41
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv348 Modified Files: ChangeLog Log Message: fix for text dump -command callbacks which modify the text widget |
|
From: Donal K. F. <dk...@us...> - 2006-03-27 10:55:55
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18681 Modified Files: ChangeLog Log Message: Fix (and add test for) [Bug 1458234] |
|
From: Donal K. F. <dk...@us...> - 2006-03-27 12:13:58
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26233 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Fix (and add test for) [Bug 1458234] |
|
From: Benjamin R. <cc_...@us...> - 2006-03-27 13:43:24
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19213 Modified Files: ChangeLog Log Message: * generic/tkTextDisp.c (MeasureChars): Fix calculations of start and end of string. [Bugs 1325998, 1456157] |