summaryrefslogtreecommitdiffstats
path: root/mac/tkMacAppInit.c
Commit message (Collapse)AuthorAgeFilesLines
* Have to call Tcl_FindExecutable BEFORE creating the first interpreter. Need ↵jingham1999-06-161-1/+11
| | | | to do this in main, since Tk_Main surreptitiously creates the interpreter now.
* Changes needed to get Tk8.1 to compile with stubs on the Macjingham1999-05-221-2/+1
|
* Rename TkConsoleCreate_() to Tk_InitConsoleChannels() and make theredman1999-04-281-4/+2
| | | | | | function public. Add an interp argument and init the Tcl stubs. Rename TkConsoleInit() to Tk_CreateConsoleWindow() Remove TkConsoleCreate() (no underbar)
* * Merged 8.1 branch into the main trunkstanton1999-04-161-8/+8
|
* * Merged changes from 8.0.5:stanton1999-04-161-6/+6
| | | | - Updated for Mac release
* integrated stubs into 8.0 main branchstanton1999-03-101-2/+1
|
* * mac/tkMacAppInit.c:stanton1999-02-041-6/+6
| | | | | | | | | * generic/tkTest.c: * generic/tkAppInit.c: * win/winMain.c: Changed some EXTERN declarations to extern since they are not defining exported interfaces. This avoids generating useless declspec() attributes and makes the windows makefile simpler.
* Make the Macintosh Menu's adopt the current Theme Appearance if the ↵jingham1998-11-111-1/+8
| | | | Appearance extension (version 1.0.1 or later) is installed
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* Mac updates for 8.0.3-2welch1998-07-061-0/+12
|
* Initial revisionrjohnson1998-04-011-0/+374