summaryrefslogtreecommitdiffstats
path: root/generic/tkMain.c
Commit message (Expand)AuthorAgeFilesLines
* Tidy up with a patch from Christopher Chavez. Removes redundant include direc...marc_culler2020-12-161-8/+0
* Prevent the usage of the term safe/unsafe childjan.nijtmans2020-09-141-1/+7
* Replace all instances of Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar() with Tcl_Uni...jan.nijtmans2020-03-241-5/+7
* Remove 2 comments which are simply not correct (nor useful) any morejan.nijtmans2020-01-191-6/+0
* Build without -DUNICDE -D_UNICODE, since it's not necessary any-more (all cod...jan.nijtmans2019-12-051-15/+0
* Simplify NewNativeObj(), since its last parameter is always -1. jan.nijtmans2019-09-161-15/+11
* More use of Tcl_WinTCharToUtf() in stead of Tcl_UniCharToUtfDString(), making...jan.nijtmans2019-03-191-4/+0
* Make Tk run on win32/win64 using -DTCL_UTF_MAX=6. Adapted from androwish.jan.nijtmans2019-03-151-13/+26
* Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-2/+2
|\
* | Minor bug-fix for Cygwin: If compiled for Win32 but running on Cygwin, conso...jan.nijtmans2018-08-141-0/+4
* | Fix [600b72bfbc789]: Unnecessary inclusion of tclInt.h in tkMain.c in Windows...jan.nijtmans2015-10-061-3/+12
* | Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'...jan.nijtmans2014-02-101-4/+4
* | Add support for X11 GUI-mode on Cygwin64jan.nijtmans2013-06-061-1/+1
|\ \ | |/
| * Add support for X11 GUI-mode on Cygwin64jan.nijtmans2013-06-061-1/+1
| * merge release to 8.5; revert features not included in releasedgp2013-04-031-7/+1
| * Easier solution, with proper protection and configure warnings.jan.nijtmans2013-03-281-1/+1
| * Make compiling/running Tk8.5 against 8.6 headers work on Windows as well.jan.nijtmans2013-03-271-0/+6
* | Eliminate last use of Tcl_GetStringResultjan.nijtmans2013-02-151-1/+1
* | Use some more (void *)'s in FreeProc's, a step in the direction getting Tk to...jan.nijtmans2013-01-261-3/+3
* | Bug [3601782]: Produce a nice error-message when the first Tcl_InitStubs() fa...jan.nijtmans2013-01-221-4/+7
|\ \ | |/
| * Bug [3601782]: Produce a nice error-message when the first Tcl_InitStubs() fa...jan.nijtmans2013-01-221-3/+6
| |\
| | * Bug [3601782]: Produce a nice error-message when the first Tcl_InitStubs() fa...jan.nijtmans2013-01-221-3/+6
| * | fix commentjan.nijtmans2013-01-151-1/+1
* | | More flexible search for win32 tclConfig.sh, backported from TEA. jan.nijtmans2013-01-151-1/+1
|\ \ \ | |/ /
| * | Don't use deprecated "case" any more.jan.nijtmans2013-01-151-1/+1
| |\ \ | | |/
* | | Replace various functions calls, for functions which are small wrappers aroun...jan.nijtmans2013-01-141-1/+1
* | | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-1/+1
|\ \ \ | |/ /
| * | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-1/+1
| |\ \ | | |/
| | * More complete purge of things only present for supporting long-dead Mac 9 sys...dgp2012-11-151-5/+1
| * | eliminate some ANSI_ARGSjan.nijtmans2012-06-081-1/+1
| |\ \ | | |/
| | * function def in frontjan.nijtmans2012-06-081-1/+1
* | | it's no longer necessary to set _USE_32BIT_TIME_T in Tkjan.nijtmans2012-08-091-5/+0
* | | fix broken build on Visual Studio 9+10jan.nijtmans2012-08-051-1/+6
* | | Change XChangeWindowAttributes signature and many others to match Xorg, neede...jan.nijtmans2012-06-081-4/+10
|\ \ \ | |/ /
| * | Implement TkCygwinMainEx for loading Cygwin's Tk_MainEx from the Tk dlljan.nijtmans2012-06-081-4/+9
| |\ \ | | |/
| | * Implement TkCygwinMainEx for loading Cygwin's Tk_MainEx from the Tk dlljan.nijtmans2012-06-081-15/+20
| | * Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for Cy...jan.nijtmans2012-05-291-2/+0
* | | Implement XFlush and various others for win32 as stubs, so win32 extensions u...jan.nijtmans2012-05-311-1/+9
* | | Simpify determination whether we are running on cygwin.jan.nijtmans2012-05-311-0/+22
|\ \ \ | |/ /
| * | merge core-8-4-branch, still to be tested on Unixjan.nijtmans2012-05-291-36/+68
| |\ \ | | |/
| | * Simpify determination whether we are running on cygwin.jan.nijtmans2012-05-251-35/+70
* | | minor clean-up of tkInt.declsjan.nijtmans2012-04-121-1/+1
|\ \ \ | |/ /
| * | disallow colors like xellowjan.nijtmans2012-04-121-1/+1
| |\ \ | | |/
| | * sync tcl.m4 with Tcl, format tkInt.decls like Tk8.5/8.6jan.nijtmans2012-04-111-1/+1
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * generic/tkMain.c (Tk_MainEx): replicate macosx-specific code fromdas2007-03-071-5/+18
| | * * generic/tkConsole.c: Complete reversal of the changes of Sep 22.andreas_kupries2006-09-251-2/+2
| | * * generic/tkConsole.c: TIP #268 update regarding registered packageandreas_kupries2006-09-221-2/+2