summaryrefslogtreecommitdiffstats
path: root/win/tkWinWm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6. jan.nijtmans2019-09-231-46/+48
|\
| * Use more explicit *W()-forms of the Win32 API, instead of relying on -DUNICODEjan.nijtmans2019-09-231-45/+45
| * One missing use of TCL_INDEX_NONE in stead of -1. jan.nijtmans2019-09-201-1/+1
* | Make everything compile without -DUNICODEjan.nijtmans2019-09-201-1/+1
* | Merge trunkjan.nijtmans2019-09-201-18/+13
|\ \
| * \ Merge 8.6jan.nijtmans2019-09-191-18/+13
| |\ \ | | |/
| | * *A() to *W() Win32 API changes, actually the same because Tk is already compi...jan.nijtmans2019-09-191-18/+13
| | * TCHAR -> WCHAR conversions, since our TCHAR is actually WCHAR when compiling ...jan.nijtmans2019-09-161-6/+6
* | | Merge trunkjan.nijtmans2019-09-091-59/+59
|\ \ \ | |/ /
| * | 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
* | | Merge trunkjan.nijtmans2019-07-071-25/+17
|\ \ \ | |/ /
| * | 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-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