Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tkWindow.c (Initialize): Moved common Tk initialization | dgp | 2007-09-06 | 1 | -54/+0 |
| | | | | | | | | | | | * generic/tkInitScript.h (removed): script out of tkInitScript.h * macosx/tkMacOSXInit.c: and multiple TkpInit() routines and * unix/Makefile.in: into the common Initialize() routine in * unix/tkUnixInit.c: generic code. Also removed constraint on * win/tkWinInit.c: ability to define a custom [tkInit] before calling Tk_Init(). Until now the custom [tkInit] had to be a proc. Now it can be any command. Removal of tkInitScript.h also fixes [Bug 1656283]. | ||||
* | ANSIfy | dkf | 2005-11-15 | 1 | -17/+14 |
| | |||||
* | Removed support for Mac OS Classic platform [Patch 918139] | das | 2004-03-17 | 1 | -2/+1 |
| | |||||
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 1 | -2/+4 |
| | |||||
* | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | spacing cleanup | welch | 1998-08-07 | 1 | -1/+1 |
| | |||||
* | Changed this to use tcl_findLibrary | welch | 1998-08-06 | 1 | -36/+2 |
| | |||||
* | made init script search order match tcl | stanton | 1998-07-24 | 1 | -37/+45 |
| | |||||
* | Merged changes between child workspace "/home/welch/ws/tk8.0.3" and | welch | 1998-06-27 | 1 | -2/+8 |
| | | | | parent workspace "/ws/tk8.0". | ||||
* | 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. | ||||
* | Initial revision | rjohnson | 1998-04-01 | 1 | -0/+73 |