|
From: Donal K. F. <dk...@us...> - 2008-11-06 16:28:37
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22959 Modified Files: ChangeLog Log Message: Fix [Bug 2229999]. |
|
From: Jan N. <nij...@us...> - 2008-11-06 22:19:04
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16782 Modified Files: ChangeLog Log Message: add "-Wno-implicit-int" flag for gcc, as on UNIX Use tkUnixDefault.h under CygWin. With this change, at least the X11 version of Tk can be built with cygwin |
|
From: Jan N. <nij...@us...> - 2008-11-09 20:51:39
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27223 Modified Files: ChangeLog Log Message: make all Tk_CustomOption tables const and remove unnecessary type cast |
|
From: Jan N. <nij...@us...> - 2008-11-09 22:04:30
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30485 Modified Files: ChangeLog Log Message: One more (hopefully the last) signature change in Tk_CreateSmoothMethod. |
|
From: Joe E. <jen...@us...> - 2008-11-09 22:16:36
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29612 Modified Files: ChangeLog Log Message: Remove unnecessary casts from ttkWidget.c. (More remain in other files; will get to those later). |
|
From: Jan N. <nij...@us...> - 2008-11-09 23:16:59
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2774 Modified Files: ChangeLog Log Message: One more (hopefully the last) signature change in Tk_CreatePhotoImageFormat |
|
From: Joe E. <jen...@us...> - 2008-11-09 23:53:12
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4346 Modified Files: ChangeLog Log Message: Ttk widget initializeProc()s now return void instead of a status code, and are no longer allowed to fail. (Fix for #2207435 in progress). |
|
From: Jan N. <nij...@us...> - 2008-11-11 22:13:39
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12779 Modified Files: ChangeLog Log Message: reverted change from 2008-11-06 (was under the impression that "-Wno-implicit-int" added an extra warning) |
|
From: Joe E. <jen...@us...> - 2008-11-11 23:39:35
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29872 Modified Files: ChangeLog Log Message: Don't crash when application uses nondefault visual [#2264732]. |
|
From: Jan N. <nij...@us...> - 2008-11-12 00:15:30
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3533 Modified Files: ChangeLog Log Message: modify Tk_Create(Old)ImageType signature, relaxing the constraint that every Tk_ImageType can only be passed to this function once. This allows tkImg to be loaded in multiple interpreters in a thread-enabled build of Tk. This CONSTification complies with TIP #27. It is binary compatible with the old interface, but not fully source compatible (although tkImg does not suffer). |
|
From: Jan N. <nij...@us...> - 2008-11-12 00:37:12
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8487 Modified Files: ChangeLog Log Message: Use -O2 as gcc optimization compiler flag, and get rid of -Wno-implicit-int for UNIX |
|
From: Jan N. <nij...@us...> - 2008-11-12 01:19:32
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18007 Modified Files: ChangeLog Log Message: fix [Bug 2265860] new test failures |
|
From: Pat T. <pat...@us...> - 2008-11-12 16:38:28
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12672 Modified Files: ChangeLog Log Message: bug #1777362 - handle windows with funky names by avoiding use of the window path for anchors. |
|
From: Pat T. <pat...@us...> - 2008-11-12 22:17:09
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21727 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: backported fix for bug #1777362 to make events work for windows with hyphens in the path |
|
From: Pat T. <pat...@us...> - 2008-11-12 22:35:21
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24137 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: backported fixes for running on vista and to avoid a hangup in the color dialog test sometimes. |
|
From: Pat T. <pat...@us...> - 2008-11-12 22:43:31
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24878 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: backported listbox test fix from head - the default activestyle on windows is 'underline' |
|
From: Joe E. <jen...@us...> - 2008-11-13 01:14:24
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20445 Modified Files: ChangeLog Log Message: ttkWidget.c: Reworked widget construction and destruction sequence; fixes [#2207435] and several other problems discovered during investigation of same. ttkButton.c(CheckbuttonInitialize): Account for initializeProc being called earlier in the construction sequence now. |
|
From: Pat T. <pat...@us...> - 2008-11-15 00:00:34
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25918 Modified Files: ChangeLog Log Message: bug 2239034: restrict [wm manage] to Frame type widgets |
|
From: Pat T. <pat...@us...> - 2008-11-15 00:37:36
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30173 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: [Bug 2239034] Only frame widgets are acceptable for [wm manage] |
|
From: Donal K. F. <dk...@us...> - 2008-11-16 17:08:02
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16313 Modified Files: ChangeLog Log Message: Explained constraints on [wm overrideredirect] better. [Bug 2282861] |
|
From: Joe E. <jen...@us...> - 2008-11-16 17:14:48
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17434 Modified Files: ChangeLog Log Message: Widget self-destruction is not necessarily an error [Bug 2298720]. |
|
From: Jan N. <nij...@us...> - 2008-11-18 23:49:48
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12183 Modified Files: ChangeLog Log Message: Minor simplification in fix for [Bug 2312027]: no need to malloc and copy photo type name because it is a constant to begin with. Convert Tcl_SetResult(......, TCL_DYNAMIC) to Tcl_SetResult(......, TCL_VOLATILE), in preparation for TIP #340 |
|
From: Jan N. <nij...@us...> - 2008-11-19 00:21:14
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14408 Modified Files: ChangeLog Log Message: remove unnoticed CVS conflict in ChangeLog |
|
From: Jan N. <nij...@us...> - 2008-11-19 00:37:45
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15254 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Relax the constraint that every Tk_ImageType can only be passed to Tk_CreateImageType once. This allows tkImg to be loaded in multiple interpreters in a thread-enabled build of Tk. [Bug 2312027] |
|
From: Joe E. <jen...@us...> - 2008-11-19 20:17:39
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14914 Modified Files: ChangeLog Log Message: Remove inoperative text stating that slave windows must be direct children of the master [Bug 1824996]. |