summaryrefslogtreecommitdiffstats
path: root/win/tkWinWm.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-1/+1
* Replace all instances of Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar() with Tcl_Uni...jan.nijtmans2020-03-241-119/+147
* Fix [53d28027e3]: macOS crashes with 0x0 image for wm iconphoto; make wm icon...culler2019-11-171-2/+2
|\
| * Make all platforms check if an iconphoto image is valid and provide the same ...culler2019-11-101-2/+2
* | Propagate previous Mac fix to the Windows platformfvogel2019-11-091-13/+11
|/
* Don't use "class" as (internal) struct field name or local variable name. Mak...jan.nijtmans2019-09-241-11/+11
* Allow "wm frame" to return id's > 0xFFFFFFFF on 64-bit platforms (if the id r...jan.nijtmans2019-09-241-2/+4
* 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
* *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
* Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-021-1/+1
* Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat...jan.nijtmans2019-07-021-1/+1
* Make it be an error to create a transient/master cycle on Windows.culler2019-03-011-8/+12
*-. 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
| |/
* | 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
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-3/+3
| |\ \ | | |/