summaryrefslogtreecommitdiffstats
path: root/generic/tkWindow.c
Commit message (Expand)AuthorAgeFilesLines
* Use some more (void *)'s in FreeProc's, a step in the direction getting Tk to...jan.nijtmans2013-01-261-2/+2
* Bug [3601782]: Produce a nice error-message when the first Tcl_InitStubs() fa...jan.nijtmans2013-01-221-1/+1
|\
* \ fix commentjan.nijtmans2013-01-151-1/+1
|\ \ | |/
| * fix commentjan.nijtmans2013-01-151-1/+1
* | More flexible search for win32 tclConfig.sh, backported from TEA. jan.nijtmans2013-01-151-8/+2
|\ \ | |/
| * Don't use deprecated "case" any more.jan.nijtmans2013-01-151-8/+2
| |\
| | * Don't use deprecated "case" any more.jan.nijtmans2013-01-151-7/+1
* | | Replace various functions calls, for functions which are small wrappers aroun...jan.nijtmans2013-01-141-3/+3
* | | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-2/+2
|\ \ \ | |/ /
| * | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-2/+2
| |\ \ | | |/
| | * More complete purge of things only present for supporting long-dead Mac 9 sys...dgp2012-11-151-6/+6
* | | minor improvements to flag handlingdkf2012-07-311-13/+17
* | | more auditing of error codesdkf2012-07-301-2/+3
* | | Much more cleaning up of result handling.dkf2012-07-231-35/+36
* | | Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-67/+91
* | | Change XChangeWindowAttributes signature and many others to match Xorg, neede...jan.nijtmans2012-06-081-0/+65
|\ \ \ | |/ /
| * | Implement TkCygwinMainEx for loading Cygwin's Tk_MainEx from the Tk dlljan.nijtmans2012-06-081-0/+65
| |\ \ | | |/
| | * Implement TkCygwinMainEx for loading Cygwin's Tk_MainEx from the Tk dlljan.nijtmans2012-06-081-41/+106
* | | Simpify determination whether we are running on cygwin.jan.nijtmans2012-05-311-1/+1
|\ \ \ | |/ /
| * | merge core-8-4-branch, still to be tested on Unixtobetestedjan.nijtmans2012-05-291-15/+3
| |\ \ | | |/
| | * Simpify determination whether we are running on cygwin.jan.nijtmans2012-05-251-15/+5
* | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwinjan.nijtmans2012-05-161-13/+5
|\ \ \ | |/ /
| * | implement TkSetPixmapColormap and TkpPrintWindowId for cygwinjan.nijtmans2012-05-161-1/+3
| |\ \ | | |/
* | | Change TkpWmSetState signature to match UNIX, needed for Cygwinjan.nijtmans2012-05-091-3/+3
|\ \ \ | |/ /
| * | Change TkpWmSetState signature to match UNIX, needed for Cygwinjan.nijtmans2012-05-091-3/+3
| |\ \ | | |/
| | * Change TkpWmSetState signature to match UNIX, needed for Cygwinjan.nijtmans2012-05-091-3/+3
* | | If tk.dll loaded in cygwin, don't use the win32 file dialogsjan.nijtmans2012-05-051-75/+91
|\ \ \ | |/ /
| * | If tk.dll loaded in cygwin, don't use the win32 file dialogsjan.nijtmans2012-05-051-70/+87
| |\ \ | | |/
| | * merge trunkjan.nijtmans2012-04-261-53/+53
| | |\
| | * | implement various internal win32 stub functions for cygwinjan.nijtmans2012-04-251-4/+21
| | |/
| * | compiler warningsdgp2012-04-181-3/+3
* | | * generic/tkWindow.c (commands): Ensure that all descriptions ofdkf2012-04-201-1/+1
* | | make loading of tk.dll in cygwin possiblejan.nijtmans2012-04-181-73/+72
|\ \ \ | |/ /
| * | make loading of tk.dll in cygwin possiblejan.nijtmans2012-04-181-74/+72
| |\ \ | | |/
| | * make loading of tk.dll in cygwin possiblejan.nijtmans2012-04-171-65/+62
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * [Bug 2645457] check for dead windows after calling Tk_MakeWindowExist to avoi...patthoyts2009-02-281-1/+8
| | * * generic/tkWindow.c (Initialize): fix double-free on Tk_ParseArgvhobbs2008-04-071-2/+1
| | * * generic/tkConsole.c: Complete reversal of the changes of Sep 22.andreas_kupries2006-09-251-4/+4
| | * * generic/tkConsole.c: TIP #268 update regarding registered packageandreas_kupries2006-09-221-5/+5
| | * * generic/tkWindow.c: add #include "tclInt.h" now required due to usedas2006-09-071-1/+3
| | * * generic/tkEntry.c: move hard-coded ALWAYS_SHOW_SELECTIONhobbs2006-09-061-1/+39
| | * * generic/tkWindow.c (Initialize): Modify change of 2006-05-25andreas_kupries2006-07-141-2/+8
| | * * generic/tkWindow.c (Initialize): Correct mutex (un)lockhobbs2006-05-251-16/+14
| | * * generic/tkWindow.c (DeleteWindowsExitProc): added commentshobbs2006-03-301-2/+4
| | * * generic/tkWindow.c (CreateTopLevelWindow): use thread exithobbs2006-03-291-6/+7
| | * * generic/tkInt.h: Swap TkUnsupported1Cmd for TkUnsupported1ObjCmd.hobbs2005-07-281-2/+2
| | * Add missing Tcl_ResetResult [697915]dkf2005-01-071-1/+2