summaryrefslogtreecommitdiffstats
path: root/generic/tkInitScript.h
Commit message (Collapse)AuthorAgeFilesLines
* * generic/tkWindow.c (Initialize): Moved common Tk initializationdgp2007-09-061-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].
* ANSIfydkf2005-11-151-17/+14
|
* Removed support for Mac OS Classic platform [Patch 918139]das2004-03-171-2/+1
|
* * Merged 8.1 branch into the main trunkstanton1999-04-161-2/+4
|
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* spacing cleanupwelch1998-08-071-1/+1
|
* Changed this to use tcl_findLibrarywelch1998-08-061-36/+2
|
* made init script search order match tclstanton1998-07-241-37/+45
|
* Merged changes between child workspace "/home/welch/ws/tk8.0.3" andwelch1998-06-271-2/+8
| | | | parent workspace "/ws/tk8.0".
* Added an additional env. var. ("tk_pkgLibrary") that is searched prior to allsuresh1998-06-231-0/+3
| | | | other locations for the "tk.tcl" file. This facilitates application packaging.
* Initial revisionrjohnson1998-04-011-0/+73