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
|\
| * 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 [220811] and [220808]: Docs missing for Tk_TranslateWinEvent/Tk_PointerEv...jan.nijtmans2020-04-021-1/+1
* | TIP 569 remove lint commentsdgp2020-03-181-3/+0
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-34/+70
* | Fix [53d28027e3]: macOS crashes with 0x0 image for wm iconphoto; make wm icon...culler2019-11-171-2/+2
|\ \ | |/
| * 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
* | | Fix [c4abd2b0f3]: rework stackorder command on all platforms, and prevent pan...culler2019-11-171-13/+11
|\ \ \ | |/ /
| * | Propagate previous Mac fix to the Windows platformfvogel2019-11-091-13/+11
| |/
* | Fix 2 left-over Tcl_WinUtfToTChar() calls. Some more code cleanup, made possi...jan.nijtmans2019-09-251-3/+2
* | Merge 8.6jan.nijtmans2019-09-241-11/+11
|\ \ | |/
| * Don't use "class" as (internal) struct field name or local variable name. Mak...jan.nijtmans2019-09-241-11/+11
* | Merge 8.6jan.nijtmans2019-09-241-2/+2
|\ \ | |/
| * Allow "wm frame" to return id's > 0xFFFFFFFF on 64-bit platforms (if the id r...jan.nijtmans2019-09-241-2/+4
* | 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
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |