From: Joe E. <jen...@us...> - 2010-02-20 21:30:44
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11670 Modified Files: ChangeLog Log Message: ttk::treeview: Cache the result of the last call to EndPosition() to avoid quadratic-time behavior in the common cases where the treeview is populated in depth-first or breadth-first order. (Translation for LM: that means "3X faster!") |
From: Donal K. F. <dk...@us...> - 2010-02-21 12:11:22
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv4539 Modified Files: ChangeLog Log Message: Re-fix [Bug 1799782]. |
From: Donal K. F. <dk...@us...> - 2010-02-21 13:23:19
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11791 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Refix [Bug 1799782]. |
From: Jan N. <nij...@us...> - 2010-02-22 23:39:00
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv15970 Modified Files: ChangeLog Log Message: Use @EXEEXT@ in stead of @EXT_SUFFIX@ Use -DBUILD_tk in Makefile Make internal Tk_ObjCustomOption const |
From: Jan N. <nij...@us...> - 2010-02-23 00:03:23
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv18808 Modified Files: ChangeLog Log Message: correct date |
From: Jan N. <nij...@us...> - 2010-03-02 23:42:16
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv18141 Modified Files: ChangeLog Log Message: [Enh 2959069] Support for -fvisibility=hidden |
From: Donal K. F. <dk...@us...> - 2010-03-04 13:32:31
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv12537 Modified Files: ChangeLog Log Message: Added note about transfer types, prompted by question on Tcler's Chat. |
From: Donal K. F. <dk...@us...> - 2010-03-04 13:34:07
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv14577 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Added note about transfer types, prompted by question on Tcler's Chat. |
From: Jan N. <nij...@us...> - 2010-03-04 22:59:34
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv12980 Modified Files: ChangeLog Log Message: Don't use -fvisibility=hidden for cygwin. Make tkTestWinProcs const |
From: Jan N. <nij...@us...> - 2010-03-04 23:54:34
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv26914 Modified Files: ChangeLog Log Message: fix date in ChangeLog |
From: Pat T. <pat...@us...> - 2010-03-06 01:11:18
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28776 Modified Files: ChangeLog Log Message: [Bug 2949774]: cascade menus should popdown ofter loosing the pointer. When the pointer moves to another entry from a cascade entry the sub-menu should popdown. This is how other menus on X11 work today. This effect will not be used if the user has configured ClickToFocus to maintain the previous Tk menu effects. |
From: Don P. <dg...@us...> - 2010-03-08 19:51:42
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv5740 Modified Files: ChangeLog Log Message: * generic/tkPlatDecls.h: Correct broken 2886635 fix. [Bug 2965600] |
From: Donal K. F. <dk...@us...> - 2010-03-11 09:24:14
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28279 Modified Files: ChangeLog Log Message: * generic/tkText.c (DumpLine): [Bug 2968379]: When peers are about, there can be unnamed marks present during a dump. Ignore them as they will just be for the peers' insert and current marks, which aren't very important. |
From: Donal K. F. <dk...@us...> - 2010-03-11 09:29:36
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv29244 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tkText.c (DumpLine): [Bug 2968379]: When peers are about, there can be unnamed marks present during a dump. Ignore them as they will just be for the peers' insert and current marks, which aren't very important. |
From: Donal K. F. <dk...@us...> - 2010-03-11 09:43:28
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv31086 Modified Files: ChangeLog Log Message: Removed lame reliance on the leading letters of the names of segment types when dumping a text widget. Entailed expanding the scope of the declarations of the types of embedded images and windows. |
From: Jan N. <nij...@us...> - 2010-03-12 13:02:43
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv8816 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: [Bug 2956548] TkpButtonSetDefaults only initializes one button type Fix various gcc warnings, all backported from Tk 8.6 VC6++ does not have SPI_SETKEYBOARDCUES |
From: Jan N. <nij...@us...> - 2010-03-12 13:12:42
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv10808 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: [Bug 2956548] TkpButtonSetDefaults only initializes one button type Fix 2 minor gcc warnings in tkWinTest.c |
From: Donal K. F. <dk...@us...> - 2010-03-12 13:53:51
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv19337 Modified Files: ChangeLog Log Message: Factor out some of the megawidget machinery. |
From: Donal K. F. <dk...@us...> - 2010-03-12 14:35:35
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv26321 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Whitespace/formatting |
From: Jan N. <nij...@us...> - 2010-03-12 15:23:46
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv1555 Modified Files: ChangeLog Log Message: Fix [Tcl Bug 2967340]: Static build failure |
From: Jan N. <nij...@us...> - 2010-03-16 16:58:16
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv19603 Modified Files: ChangeLog Log Message: Ignore .a and .so in unix/.cvsignore |
From: Donal K. F. <dk...@us...> - 2010-03-17 09:27:31
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv31303 Modified Files: ChangeLog Log Message: * library/entry.tcl: [Bug 2971663]: Make the <Up> and <Down> keys * library/ttk/entry.tcl: explicitly do nothing, since Tk-on-Cocoa will generate (invisible zero-width) characters for them otherwise. The explicitly empty bindings are harmless on other platforms. |
From: Donal K. F. <dk...@us...> - 2010-03-23 10:45:20
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28581 Modified Files: ChangeLog Log Message: * unix/configure.in, unix/Makefile.in: [Bug 2965133]: Get rid of the spurious NONE and some pointless quotes that were causing problems with building Tk on OSX. Overall bug might not yet be solved. |
From: Joe E. <jen...@us...> - 2010-03-28 21:43:32
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv18089 Modified Files: ChangeLog Log Message: ttk::treeview widget: add 'tag names', 'tag add', and 'tag remove' methods. |
From: Donal K. F. <dk...@us...> - 2010-03-29 09:16:53
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv15328 Modified Files: ChangeLog Log Message: * unix/tkUnixRFont.c (GetFont): [Bug 2978410]: Do not use non-constant initializers for structures, since HP-UX cc doesn't like it. |