summaryrefslogtreecommitdiffstats
path: root/win/tkWinWm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge trunkjan.nijtmans2019-06-151-1/+1
|\
| * Merge trunkjan.nijtmans2019-04-021-35/+39
| |\
| * \ Merge 8.7jan.nijtmans2019-01-131-2/+2
| |\ \
| * \ \ Merge trunkjan.nijtmans2018-12-081-1/+1
| |\ \ \
| * \ \ \ Merge trunkjan.nijtmans2018-11-251-1/+1
| |\ \ \ \
| * | | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-1/+1
* | | | | | More TCHAR -> WCHAR conversionsjan.nijtmans2019-06-111-6/+6
* | | | | | Eliminate on Windows all usages of Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf(...jan.nijtmans2019-06-101-4/+8
| |_|_|_|/ |/| | | |
* | | | | 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.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
| | |/ /
* | | | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more.jan.nijtmans2018-12-081-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
|/ /
* | 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
| * | [Bug 533519]: Window placement with multiple screensjan.nijtmans2012-05-021-14/+4
| |\ \ | | |/
* | | same bugfix, but now applied to trunkjan.nijtmans2012-04-211-14/+4
|\ \ \ | | |/ | |/|
| * | Fix bug 533519jan.nijtmans2012-04-161-13/+4
* | | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-1/+1
|\ \ \ | | |/ | |/|
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-1/+1