summaryrefslogtreecommitdiffstats
path: root/win/tkWinWm.c
Commit message (Expand)AuthorAgeFilesLines
* More removals of "register" keyword.jan.nijtmans2019-08-161-55/+55
* Use WCHAR in stead of TCHAR (almost) everywhere, since we now only support co...jan.nijtmans2019-07-301-6/+6
* Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-021-1/+1
|\
| * Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-021-1/+1
* | Merge 8.6jan.nijtmans2019-07-021-1/+1
|\ \ | |/
| * Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat...jan.nijtmans2019-07-021-1/+1
* | Eliminate warning, when compiling with 9.0 Tcl headers on Windowsjan.nijtmans2019-06-251-1/+1
* | Make better use of full range for string lengths, if Tk is compiled with Tcl ...jan.nijtmans2019-06-211-23/+15
* | Merge trunkjan.nijtmans2019-04-021-35/+39
|\ \
| * | Change (internal) signature of TkMenuConfigureEntryDrawOptions/TkActivateMenu...jan.nijtmans2019-03-311-27/+27
| * | Disallow transient/master cycles. Fix bgerror for Aqua to avoid hangs when an...culler2019-03-041-8/+12
| |\ \ | | |/
| | * Make it be an error to create a transient/master cycle on Windows.culler2019-03-011-8/+12
* | | Merge 8.7jan.nijtmans2019-01-131-2/+2
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2019-01-101-2/+2
| |\ \ | | |/
| | *-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-21/+21
| | |\ \
| | | | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-2/+2
| | | | |\
| | | | | * Bring back more original "None" usages, and fix other warnings which graduall...jan.nijtmans2019-01-031-21/+21
| | * | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-21/+21
| | |\ \ \ \ | | | |/ / / | | |/| | / | | | | |/ | | | |/|
| | | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-21/+21
| | | |/
* | | | Merge trunkjan.nijtmans2018-12-081-1/+1
|\ \ \ \ | |/ / /
| * | | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more.jan.nijtmans2018-12-081-1/+1
* | | | Merge trunkjan.nijtmans2018-11-251-1/+1
|\ \ \ \ | |/ / /
| * | | Fix PTR2INT/PTR2UINT, so they no longer are restricted to the "int" range.jan.nijtmans2018-10-221-1/+1
| * | | Use more size_t internally, comparable with TIP #494 but then in Tk. Eliminat...jan.nijtmans2018-10-151-1/+1
| |/ /
* | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-1/+1
|/ /
* | Fixed bug [e9112ef96e] - [wm forget] doesn't completelyfvogel2016-02-241-0/+6
* | Use size_t in stead of int for some internal refCount variables. On 32-bit sy...jan.nijtmans2015-07-081-4/+2
* | Fixed typo in commentfvogel2015-05-301-1/+1
|\ \ | |/
| * Fixed typo in commentfvogel2015-05-301-1/+1
* | some more int -> size_t changesjan.nijtmans2013-02-011-1/+1
* | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr everyw...jan.nijtmans2013-02-011-26/+36
|\ \ | |/
* | Merge core-8-5-branchjan.nijtmans2013-01-241-17/+12
|\ \ | |/
| * remove duplicate codejan.nijtmans2013-01-241-5/+0
* | 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
| |\
| | * Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-1/+1
* | | Compile win32 binaries with -DTCL_NO_DEPRECATED, and fix gcc compiler warningjan.nijtmans2012-09-191-1/+1
* | | [Bug 3567283]: Added missing cast.dkf2012-09-131-1/+1
* | | minor improvements to flag handlingdkf2012-07-311-2/+2
* | | more auditing of error codesdkf2012-07-301-14/+15
* | | Working towards making the error codes more consistent.dkf2012-07-301-7/+5
* | | Purged Tcl_AppendElement from all non-test code.dkf2012-07-291-19/+29
* | | done [wm] on Windkf2012-07-251-139/+234
* | | Much more cleaning up of result handling.dkf2012-07-231-16/+18
* | | Change XSetCommand signature to match Xorg, needed for Cygwinjan.nijtmans2012-05-241-1/+1
|\ \ \ | |/ /
| * | Change XSetCommand signature to match Xorg, needed for Cygwinjan.nijtmans2012-05-241-1/+1
| |\ \ | | |/
| | * Change XSetCommand signature to match Xorg, needed for Cygwinjan.nijtmans2012-05-241-1/+1
* | | Change TkpWmSetState signature to match UNIX, needed for Cygwinjan.nijtmans2012-05-091-3/+5
|\ \ \ | |/ /
| * | Change TkpWmSetState signature to match UNIX, needed for Cygwinjan.nijtmans2012-05-091-89/+91
| |\ \ | | |/
| | * Change TkpWmSetState signature to match UNIX, needed for Cygwinjan.nijtmans2012-05-091-131/+158