Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added "cleanupbg" call before return, needed because tests return early | hershey | 1998-12-08 | 2 | -2/+4 |
| | | | | if tktest is not the interp. | ||||
* | - updated filebox test to work regardless of current working dir. | hershey | 1998-12-07 | 3 | -36/+46 |
| | | | | | | - updated imgPhoto to check for teapot.ppm before running the tests. exits gracefully if file cannot be found. - lint in "all" file | ||||
* | Fixed a typo | rjohnson | 1998-12-07 | 1 | -3/+3 |
| | |||||
* | Update all and defs to work with nightly test environment. | hershey | 1998-12-04 | 2 | -58/+79 |
| | | | | Both files now pass the checker! | ||||
* | added release marker | stanton | 1998-11-25 | 1 | -1/+9 |
| | |||||
* | Fixed font display bug (#846) | stanton | 1998-11-25 | 3 | -3/+39 |
| | |||||
* | Updated Mac project files.core_8_0_4 | rjohnson | 1998-11-12 | 1 | -1209/+1272 |
| | |||||
* | Removed lint | welch | 1998-11-12 | 5 | -19/+19 |
| | |||||
* | Added comment about folder names for tcl & tk, and one addition to the ↵ | jingham | 1998-11-12 | 2 | -3/+14 |
| | | | | bugs.doc file. | ||||
* | Make the Macintosh Menu's adopt the current Theme Appearance if the ↵ | jingham | 1998-11-11 | 8 | -148/+366 |
| | | | | Appearance extension (version 1.0.1 or later) is installed | ||||
* | fixed broken tests | stanton | 1998-11-03 | 2 | -10/+13 |
| | |||||
* | updated version number to 8.0.4 | stanton | 1998-11-03 | 1 | -2/+2 |
| | |||||
* | Changed config & Makefile to support n32 format on IRIX. | rjohnson | 1998-10-20 | 3 | -4/+12 |
| | |||||
* | Updated win/README to 8.0.4, added it to the list of files to update | escoffon | 1998-10-16 | 2 | -4/+5 |
| | |||||
* | Fixed bug in options for text items in canvas widget. unlike all other | rjohnson | 1998-10-16 | 4 | -5/+12 |
| | | | | items they didn't support a null (transparant fill color) | ||||
* | Updated patchlevel to 8.0.4 (to match Tcl update) | rjohnson | 1998-10-14 | 2 | -5/+5 |
| | |||||
* | Add parens around expression in if statement. The code would not | rjohnson | 1998-10-14 | 1 | -2/+3 |
| | | | | | compile correctly under some compilers. Also it was not in the Tcl style conventions. | ||||
* | Added performance improvement to canvas tag manipulation. This was | rjohnson | 1998-10-13 | 5 | -66/+148 |
| | | | | a submitted patch. | ||||
* | Added support for the MouseWheel event. | rjohnson | 1998-10-10 | 10 | -31/+199 |
| | |||||
* | Fixed a bug that caused the Tk DLL to be linked against msvcrt.lib for | escoffon | 1998-10-07 | 1 | -5/+5 |
| | | | | both debug and nodebug builds. | ||||
* | Fixed memory leak in unix wm command | rjohnson | 1998-09-30 | 1 | -1/+8 |
| | |||||
* | Increase thew stack size for executables so that runaway recursion does | escoffon | 1998-09-30 | 1 | -4/+7 |
| | | | | not crash the process. | ||||
* | Added support for Win95. | escoffon | 1998-09-30 | 2 | -40/+46 |
| | |||||
* | Removed old/unused function declarations | rjohnson | 1998-09-30 | 11 | -133/+39 |
| | | | | | removed unused file on Mac implementation made bell cmd an obj cmd - improved it's test suite | ||||
* | Removed "sccs" commands from "Makefile.in" to facilititate switch over to CVS. | build | 1998-09-23 | 1 | -5/+2 |
| | |||||
* | Added missing line terminatorcore_8_0_3 | stanton | 1998-09-22 | 1 | -2/+2 |
| | |||||
* | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 498 | -501/+502 |
| | |||||
* | replaced SCCS keywords | stanton | 1998-09-14 | 3 | -3/+3 |
| | |||||
* | checked in resource files in binary mode | stanton | 1998-09-14 | 80 | -0/+0 |
| | |||||
* | *** empty log message *** | welch | 1998-08-21 | 1 | -1/+0 |
| | |||||
* | Nuked smli.com ref | welch | 1998-08-20 | 1 | -2/+1 |
| | |||||
* | Fixed reference to tcl directory, ../../tcl8.0.3 | welch | 1998-08-20 | 2 | -3/+3 |
| | |||||
* | Last tweaks | welch | 1998-08-13 | 1 | -2/+6 |
| | |||||
* | Updates from Jim Ingham | welch | 1998-08-13 | 1 | -10/+17 |
| | |||||
* | Moved "tkConsole.obj" to the DLL. | suresh | 1998-08-12 | 1 | -2/+1 |
| | |||||
* | Moved "tkConsole.obj" to the Tk DLL. | suresh | 1998-08-12 | 1 | -6/+2 |
| | |||||
* | skips tests that require tktest executable | hershey | 1998-08-12 | 3 | -3/+21 |
| | |||||
* | skips tests that require tktest executable | hershey | 1998-08-12 | 1 | -0/+7 |
| | |||||
* | skips tests that require tktest executable | hershey | 1998-08-12 | 1 | -0/+7 |
| | |||||
* | returns if testwrapper is not defined | hershey | 1998-08-12 | 1 | -0/+6 |
| | |||||
* | returns if testwrapper is not defined | hershey | 1998-08-12 | 1 | -0/+6 |
| | |||||
* | returns if testcbind is not defined | hershey | 1998-08-12 | 1 | -0/+6 |
| | |||||
* | *** empty log message *** | welch | 1998-08-12 | 1 | -21/+26 |
| | |||||
* | Updates for last bug fixes | welch | 1998-08-12 | 1 | -1/+9 |
| | |||||
* | Updates from Jim Ingham | welch | 1998-08-12 | 2 | -2/+2 |
| | |||||
* | fixed font display to truncate really long strings | stanton | 1998-08-11 | 1 | -1/+20 |
| | |||||
* | fixed --with-tcl searching | welch | 1998-08-07 | 1 | -1/+1 |
| | |||||
* | Added release note | welch | 1998-08-07 | 1 | -0/+2 |
| | |||||
* | Fixed compiler warnings | welch | 1998-08-07 | 1 | -9/+9 |
| | |||||
* | spacing cleanup | welch | 1998-08-07 | 1 | -1/+1 |
| |