From: Donal K. F. <dk...@us...> - 2009-09-04 09:55:24
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv550 Modified Files: ChangeLog Log Message: Finish purging remains of old XID hacks (a bunch of unused/write-only fields in the TkDisplay structure...) |
From: Daniel A. S. <da...@us...> - 2009-09-07 07:29:15
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15194 Modified Files: ChangeLog Log Message: * generic/tkFocus.c: fix potential null dereference flagged by clang * generic/tkMenu.c: static analyzer. * generic/tkTextBTree.c: * generic/tkTextDisp.c: * generic/tkTextIndex.c: * generic/tkConsole.c: silence false positives from clang static * generic/tkTest.c: analyzer about potential null dereference. * generic/tkText.c: * generic/tkTextBTree.c: * generic/tkTextTag.c: * generic/tkVisual.c: |
From: Donal K. F. <dk...@us...> - 2009-09-09 22:24:05
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25127 Modified Files: ChangeLog Log Message: Try to make Tk more resilient in the face of Xft allocation failures. |
From: Donal K. F. <dk...@us...> - 2009-09-10 12:47:21
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29317 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Backport of "misconfigured xft font engine" fixes. |
From: Jeffrey H. <ho...@us...> - 2009-09-14 23:40:07
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14445 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tkMenuDraw.c (TkPostSubmenu): Fix reposting of submenu in * win/tkWinMenu.c (TkWinHandleMenuEvent): torn off Windows menu. [Bug 873613] (DrawMenuEntryArrow): Draw Win menu arrow after being torn off. [Bug 873608] |
From: Jeffrey H. <ho...@us...> - 2009-09-14 23:40:50
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14605 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tkMenuDraw.c (TkPostSubmenu): Fix reposting of submenu in * win/tkWinMenu.c (TkWinHandleMenuEvent): torn off Windows menu. [Bug 873613] (DrawMenuEntryArrow): Draw Win menu arrow after being torn off. [Bug 873608] |
From: Jeffrey H. <ho...@us...> - 2009-09-14 23:41:55
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14677 Modified Files: ChangeLog Log Message: * generic/tkMenuDraw.c (TkPostSubmenu): Fix reposting of submenu in * win/tkWinMenu.c (TkWinHandleMenuEvent): torn off Windows menu. [Bug 873613] (DrawMenuEntryArrow): Draw Win menu arrow after being torn off. [Bug 873608] |
From: Peter S. <ps...@us...> - 2009-09-18 22:35:16
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8924 Modified Files: ChangeLog Log Message: Bug fix in grid/pack collision detect. Faulty slave was not properly blocked from slave list. [Bug 2859912] |
From: Donal K. F. <dk...@us...> - 2009-09-25 08:46:20
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23623 Modified Files: ChangeLog Log Message: Correct generation of grayscale data from an image. Reported by Keith Vetter on comp.lang.tcl. |
From: Donal K. F. <dk...@us...> - 2009-09-25 08:49:04
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23835 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Correct generation of grayscale data from an image. Reported by Keith Vetter on comp.lang.tcl. |
From: Pat T. <pat...@us...> - 2009-09-30 22:52:42
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31708 Modified Files: ChangeLog Log Message: [Bug 2799589] added a test for grab on deleted window which causes crashes on windows (fixed already). |
From: Pat T. <pat...@us...> - 2009-10-05 14:49:29
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31722 Modified Files: ChangeLog Log Message: [Bug #2860827] avoid 3D effects with user-specified backgrounds The default disabled text is embossed on Windows. But this looks poor when a non-default background color is in use. This patch disables the embossed effect for buttons and labels when the background is non- standard. |
From: Pat T. <pat...@us...> - 2009-10-05 15:08:18
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1579 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: [Bug 2860827] Backported patch avoiding 3D effects with user-specified backgrounds |
From: Donal K. F. <dk...@us...> - 2009-10-07 14:28:46
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20945 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: [Patch 2088597]: Stop scrollbars from getting too small at the end. |
From: Donal K. F. <dk...@us...> - 2009-10-07 14:31:19
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21224 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: [Patch 2088597]: Stop scrollbars from getting too small at the end. |
From: Donal K. F. <dk...@us...> - 2009-10-07 14:33:38
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21472 Modified Files: ChangeLog Log Message: [Patch 2088597]: Stop scrollbars from getting too small at the end. |
From: Pat T. <pat...@us...> - 2009-10-07 19:26:59
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26786 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: [Bug 2787164] fix size of dropdown arrow on combobox and menubutton for Windows 7. |
From: Pat T. <pat...@us...> - 2009-10-07 19:42:51
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29453 Modified Files: ChangeLog Log Message: [Bug 2787164] fix size of dropdown arrow on combobox and menubutton for Windows 7. |
From: Donal K. F. <dk...@us...> - 2009-10-08 12:40:43
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17230 Modified Files: ChangeLog Log Message: [Patch 2870648]: Corrected cursor used in file/directory dialogs. |
From: Donal K. F. <dk...@us...> - 2009-10-08 12:42:30
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17653 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: [Patch 2870648]: Corrected cursor used in file/directory dialogs. |
From: Donal K. F. <dk...@us...> - 2009-10-10 17:43:00
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2952 Modified Files: ChangeLog Log Message: [Bug 1961455]: Draw underlines and overstrikes when using Xft. |
From: Donal K. F. <dk...@us...> - 2009-10-10 19:38:35
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14140 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: [Bug 1961455]: Draw underlines and overstrikes when using Xft for font rendering |
From: Don P. <dg...@us...> - 2009-10-15 17:48:58
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16895 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tkConsole.c: Relax the runtime version requirements on Tcl * generic/tkMain.c: so that Tk 8.5.8 can [load] into Tcl 8.6 (and * generic/tkWindow.c: later 8.*) interps. * library/tk.tcl * unix/Makefile.in: * win/Makefile.in: * win/makefile.vc: |
From: Don P. <dg...@us...> - 2009-10-15 18:04:00
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19812 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: tracker number |
From: Donal K. F. <dk...@us...> - 2009-10-18 16:26:03
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19134 Modified Files: ChangeLog Log Message: Doc improvements. |