| 
      
      
      From: Donal K. F. <dk...@us...> - 2008-10-24 06:00:34
       | 
| Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24646 Modified Files: ChangeLog Log Message: Silence warning. | 
| 
      
      
      From: Joe E. <jen...@us...> - 2008-10-24 20:01:18
       | 
| Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11580 Modified Files: ChangeLog Log Message: Disable test ttk-6.3, it's not applicable [Bug 2175411]. Use different Tcl_AssocData key for Ttk so the tile extension can be loaded into an 8.6 interp, in the off-chance that anyone wants to do this. | 
| 
      
      
      From: Don P. <dg...@us...> - 2008-10-28 17:44:47
       | 
| Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13518 Modified Files: ChangeLog Log Message: * win/tkWinTest.c: Revise [testclipboard] to form that * tests/winClipboard.test: handles encodings. [Bug 2191960] * tests/constraints.tcl: [tcltest::bytestring] no longer used. | 
| 
      
      
      From: Joe E. <jen...@us...> - 2008-10-28 20:02:06
       | 
| Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29509 Modified Files: ChangeLog Log Message: Expanded set of symbolic cursors. Add correct platform-specific cursors for OSX [Bug 2054562] Use correct cursor for ttk::entry and ttk::combobox widgets [Bug 1534835] | 
| 
      
      
      From: Jan N. <nij...@us...> - 2008-10-28 22:33:10
       | 
| Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6687 Modified Files: ChangeLog Log Message: CONSTify TkPrintPadAmount, TkCreateFrame, TkCreateMainWindow and Tk_ParseArgv. move TkSelGetSelection to internal stub table (needed in tkWinTest.c) | 
| 
      
      
      From: Don P. <dg...@us...> - 2008-10-29 12:57:57
       | 
| Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4729 Modified Files: ChangeLog Log Message: formatting | 
| 
      
      
      From: Joe E. <jen...@us...> - 2008-10-29 23:32:00
       | 
| Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31401 Modified Files: ChangeLog Log Message: Remove incorrect 'const' qualifier. Remove useless 'register' declarations too, while we're at it. | 
| 
      
      
      From: Jan N. <nij...@us...> - 2008-10-30 21:42:17
       | 
| Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9348 Modified Files: ChangeLog Log Message: [Bug 2190619] Warnings due to Tk_SmoothMethod name constness change. Although dkf's solution (simply adding a type cast) is correct as well, changing the return value (as das suggested) has the advantage that all Tk_OptionPrintProc implementations don't need a type cast any more in its code. This makes all those functions robust against the -Wwrite-strings warning option. Further on, the customPtr field of Tk_ConfigSpec can be a constant, without any danger of source incompatibility. | 
| 
      
      
      From: Don P. <dg...@us...> - 2008-10-30 21:51:31
       | 
| Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9821 Modified Files: ChangeLog Log Message: * tests/unixSelect.test: Revise the unixSelect-1.* tests so that they test the ability of Tk's selection mechanism to faithfully pass valid Tcl values without corruption, and stop testing details of Tcl's internal encoding scheme. With this change, the Tk test suite no longer uses the identity encoding or [string bytelength]. | 
| 
      
      
      From: Jan N. <nij...@us...> - 2008-10-30 23:19:10
       | 
| Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15546 Modified Files: ChangeLog Log Message: more internal -Wwrite-strings warning fixes | 
| 
      
      
      From: Joe E. <jen...@us...> - 2008-10-31 18:02:05
       | 
| Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20234 Modified Files: ChangeLog Log Message: Temporary workaround for [Bug 2207435] | 
| 
      
      
      From: Pat T. <pat...@us...> - 2008-11-01 15:34:30
       | 
| Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21025 Modified Files: ChangeLog Log Message: Implemented the themed spinbox widget ttk::spinbox. | 
| 
      
      
      From: Donal K. F. <dk...@us...> - 2008-11-01 16:14:34
       | 
| Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22940 Modified Files: ChangeLog Log Message: Implementation of TIP 97 - canvas imove and rchars methods. | 
| 
      
      
      From: Jan N. <nij...@us...> - 2008-11-02 09:54:05
       | 
| Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6963 Modified Files: ChangeLog Log Message: more internal -Wwrite-strings warning fixes | 
| 
      
      
      From: Pat T. <pat...@us...> - 2008-11-03 11:09:37
       | 
| Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25679 Modified Files: ChangeLog Log Message: const fixes for windows code | 
| 
      
      
      From: Pat T. <pat...@us...> - 2008-11-03 11:54:39
       | 
| Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27908 Modified Files: ChangeLog Log Message: busy tests: the default wait cursor on windows is wait not watch, so added suitable constraints and cloned some tests | 
| 
      
      
      From: Pat T. <pat...@us...> - 2008-11-03 14:36:23
       | 
| Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8872 Modified Files: ChangeLog Log Message: Fixed an embedding test that became broken during the test upgrade. Killing a contained window should not destroy the container. | 
| 
      
      
      From: Pat T. <pat...@us...> - 2008-11-03 22:02:22
       | 
| Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13813 Modified Files: ChangeLog Log Message: Fixed broken test. testclipboard no longer returns binary data but proper tcl strings without \r | 
| 
      
      
      From: Jan N. <nij...@us...> - 2008-11-03 22:20:25
       | 
| Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14905 Modified Files: ChangeLog Log Message: ttkEntry.c: fix warning: unused variable 'currentValue' tkOldTest.c: fix warning: assignment discards qualifiers from pointer target type | 
| 
      
      
      From: Jan N. <nij...@us...> - 2008-11-03 22:44:25
       | 
| Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15882 Modified Files: ChangeLog Log Message: tkWinTest.c: fix warning: assignment discards qualifiers from pointer target type | 
| 
      
      
      From: Jeffrey H. <ho...@us...> - 2008-11-04 23:55:45
       | 
| Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30031 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tkPort.h: remove the ../unix/ header dir as the build system already has it, and it confuses builds when used with private headers installed. | 
| 
      
      
      From: Jan N. <nij...@us...> - 2008-11-05 22:21:05
       | 
| Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2975 Modified Files: ChangeLog Log Message: fix [Bug 2226093] const changes not all correct more internal -Wwrite-string warning fixes | 
| 
      
      
      From: Jan N. <nij...@us...> - 2008-11-05 22:49:09
       | 
| Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5878 Modified Files: ChangeLog Log Message: CONSTify string and fileName parameters of TkGetBitmapData more internal -Wwrite-string warning fixes | 
| 
      
      
      From: Jan N. <nij...@us...> - 2008-11-05 22:58:32
       | 
| Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6345 Modified Files: ChangeLog Log Message: fix [Bug 1866774 ] Remove X10 references from docs | 
| 
      
      
      From: Jan N. <nij...@us...> - 2008-11-05 23:30:04
       | 
| Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9558 Modified Files: ChangeLog Log Message: no need to use CONST in internal header files |