Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | added the ability to specify the name prefix for the generated binaries | escoffon | 1998-07-20 | 1 | -12/+16 | |
| | | | | instead of fixing it at "tcl". | |||||
* | deleted debug statements in configure.in that were mistakely left in | escoffon | 1998-07-17 | 1 | -5/+0 | |
| | ||||||
* | the Tk library is now created with the DBGX extension (g for debug, empty for | escoffon | 1998-07-14 | 1 | -4/+4 | |
| | | | | nodebug) | |||||
* | Initial revision | welch | 1998-07-10 | 1 | -0/+1210 | |
| | ||||||
* | New Windows keysymdef.h | welch | 1998-07-06 | 1 | -0/+5 | |
| | ||||||
* | New Windows keysyms | welch | 1998-07-06 | 2 | -0/+14 | |
| | ||||||
* | Mac updates for 8.0.3-2 | welch | 1998-07-06 | 1 | -1/+2 | |
| | ||||||
* | *** empty log message *** | welch | 1998-07-06 | 1 | -0/+2 | |
| | ||||||
* | Mac updates for 8.0.3-2 | welch | 1998-07-06 | 9 | -186/+804 | |
| | ||||||
* | *** empty log message *** | welch | 1998-07-06 | 1 | -4/+4 | |
| | ||||||
* | Merged changes between child workspace "/home/welch/ws/tk8.0.3" and | welch | 1998-07-06 | 1 | -1/+1 | |
| | | | | parent workspace "/ws/tk8.0". | |||||
* | updated patchlevel | welch | 1998-07-06 | 2 | -4/+6 | |
| | ||||||
* | Added changes to support builds of different configurations in parallel: | escoffon | 1998-07-01 | 1 | -35/+53 | |
| | | | | | | | | | | - the NODEBUG flag controls Debug/Release builds - different values of NODEBUG create temp files in either Debug or Release subdirectories. - Debug DLLs and executables follow the Windows convention of a 'd' at the end of the name (e.g. tcl80d.dll) - put the DLLs, LIBs, and EXEs in the Debug/Release subdirs rather than in win. | |||||
* | Initial revision | escoffon | 1998-07-01 | 2 | -0/+40 | |
| | ||||||
* | - added support for configuration of debug/nodebug in configure script. | escoffon | 1998-07-01 | 2 | -4/+38 | |
| | | | | | - also added a atring to append to generated libraries when built with symbols. | |||||
* | Fixed patchlevel | welch | 1998-06-30 | 1 | -1/+1 | |
| | ||||||
* | fix patchlevel | welch | 1998-06-30 | 1 | -1/+1 | |
| | ||||||
* | Updated for 8.0.3 | welch | 1998-06-29 | 2 | -24/+50 | |
| | ||||||
* | Updated for 8.0.3, added Jans Nijtmans compatibility patch | welch | 1998-06-29 | 1 | -2/+12 | |
| | ||||||
* | Generalized "make dist | welch | 1998-06-29 | 1 | -19/+21 | |
| | ||||||
* | Updated patchlevel | welch | 1998-06-29 | 1 | -1/+1 | |
| | ||||||
* | Merged changes between child workspace "/home/welch/ws/tk8.0.3" and | welch | 1998-06-27 | 4 | -149/+188 | |
| | | | | parent workspace "/ws/tk8.0". | |||||
* | plugin updates | welch | 1998-06-27 | 29 | -422/+802 | |
| | ||||||
* | plugin update | welch | 1998-06-27 | 2 | -6/+6 | |
| | ||||||
* | plugin updates | welch | 1998-06-27 | 2 | -99/+395 | |
| | ||||||
* | plugin update | welch | 1998-06-27 | 1 | -33/+23 | |
| | ||||||
* | *** empty log message *** | stanton | 1998-06-25 | 2 | -2/+44 | |
| | ||||||
* | fixed reinitialization bug | stanton | 1998-06-25 | 1 | -0/+8 | |
| | ||||||
* | fixed reinitialization bugs | stanton | 1998-06-25 | 1 | -5/+16 | |
| | ||||||
* | *** empty log message *** | stanton | 1998-06-24 | 1 | -0/+6 | |
| | ||||||
* | added test for unusual initialdir | stanton | 1998-06-24 | 1 | -0/+8 | |
| | ||||||
* | fixed initialdir bug | stanton | 1998-06-24 | 2 | -3/+17 | |
| | ||||||
* | Added an additional env. var. ("tk_pkgLibrary") that is searched prior to all | suresh | 1998-06-23 | 1 | -0/+3 | |
| | | | | other locations for the "tk.tcl" file. This facilitates application packaging. | |||||
* | *** empty log message *** | surles | 1998-06-15 | 1 | -0/+3 | |
| | ||||||
* | *** empty log message *** | stanton | 1998-06-12 | 1 | -1/+4 | |
| | ||||||
* | changed so focus -force also sets the foreground window | stanton | 1998-06-12 | 1 | -0/+9 | |
| | ||||||
* | Bug Fix: It was assumed that kerning did not exist when the code was written. | surles | 1998-06-11 | 1 | -69/+54 | |
| | | | | | This behavior has since been changed. Added new API calls to get the font measurment for chars (kerning or not) | |||||
* | Added test to verify that Kerning works. | surles | 1998-06-11 | 1 | -1/+9 | |
| | ||||||
* | Updated broken tests | surles | 1998-06-11 | 1 | -5/+5 | |
| | ||||||
* | Changed the font used for testing to Courier from Helvetica. With the new ↵ | surles | 1998-06-11 | 1 | -2/+2 | |
| | | | | measuring system, kerning exists when helvetica is used. | |||||
* | Initial revision | surles | 1998-06-10 | 2 | -0/+19 | |
| | ||||||
* | Ammended doc to state that the return will always be an absolute path. | surles | 1998-06-03 | 1 | -4/+6 | |
| | ||||||
* | *** empty log message *** | surles | 1998-06-03 | 1 | -0/+6 | |
| | ||||||
* | bug fix: 1) If the -initialdir option was "." the result would be ↵ | surles | 1998-06-03 | 1 | -5/+7 | |
| | | | | "././foo.tcl" instead of an absolute path, like the Windows interface. 2) There is a traceVar on the data(selectPath) where the script was assumes the window exists. | |||||
* | Initial revision | rjohnson | 1998-04-01 | 469 | -0/+230844 | |
| | ||||||
* | Initial revision | rjohnson | 1998-04-01 | 143 | -0/+29992 | |
| | ||||||
* | initial empty check-in | root | 1998-04-01 | 0 | -0/+0 | |