summaryrefslogtreecommitdiffstats
path: root/mac/tkMacAppInit.c
Commit message (Collapse)AuthorAgeFilesLines
* * mac/tkMacAppInit.c: removed tcltest dependency.das2002-10-181-24/+1
| | | | [Bug #592639] (porter)
* 2002-04-08 Daniel Steffen <das@users.sourceforge.net>das2002-04-081-3/+49
| | | | | | | | | | | | * mac/tkMacProjects.sea.hqx: added tkPanedWindow.c to projects * mac/tkMacAppInit.c: fixes to MSL stdin/stdout hookup to the TkConsole when using shared MSL libraries; fix for crashing bug on exit: writing to stdin/sterr when console has already been destroyed. (both fixes need support in MSL, see 'CW Pro6 changes' in tcl/mac/tcltkMacBuildSupport.sea.hqx) * mac/tkMacDialog.c: fixes to Navigation Services Dialog filter. * mac/tkMacDraw.c: add panic for overwide TkImages that would crash Tk on mac otherwise.
* * Updated Tk's console to CONSTified channel driver interface.dgp2002-01-151-7/+1
| | | | [Tcl Patch 503565, Tk Patch 503983]
* Add support for Appearance Manager 1.2 Floating windows, and the new window ↵jingham2000-02-101-1/+5
| | | | classes in unsupported1
* 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