summaryrefslogtreecommitdiffstats
path: root/win/tkWinWm.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate internal TkGetByteArrayFromObj() and TkGetStringFromObj() functions...jan.nijtmans2021-01-131-8/+8
|\
| * After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co...jan.nijtmans2020-12-111-8/+8
* | Fix wm-iconphoto-1.5.1 testcase on Windowsjan.nijtmans2020-12-141-1/+1
* | Merge 8.7jan.nijtmans2020-12-111-2/+2
|\ \ | |/
| * (c) -> ©jan.nijtmans2020-12-091-2/+2
* | Eric Boudaillier's latest patch (with a few tweaks, eliminating compiler warn...jan.nijtmans2020-11-161-86/+4
* | duplicate macro definitionjan.nijtmans2020-11-121-6/+0
* | Merge trunk. Clean-up win32 systray code (not completed yet, still some ANSI ...jan.nijtmans2020-11-121-23/+0
|\ \ | |/
* | Remove duplicate code.fvogel2020-11-081-40/+0
* | Remove compiler complaints on WindowsKevin Walzer2020-10-121-1/+70
* | Remove and refactor some irrelevant codeKevin Walzer2020-10-121-113/+1
* | Merge trunkKevin Walzer2020-09-171-63/+63
|\ \ | |/
| * Merge 8.6jan.nijtmans2020-09-111-1/+1
| |\
| | * Fix [3bc0f44ef3]: UBSan complains about body.chars[] usagejan.nijtmans2020-09-111-1/+1
| | |\
| | | * More usages for TKFLEXARRAYjan.nijtmans2020-09-101-2/+2
| * | | Merge 8.6jan.nijtmans2020-09-101-1/+1
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * More use of TCL_UNUSED() and C++-safe typecasts. Use Tk_Offset() in stead of ...jan.nijtmans2020-09-101-1/+1
| * | Merge 8.6jan.nijtmans2020-09-091-54/+54
| |\ \ | | |/
| | * TIP #581: More progressjan.nijtmans2020-09-091-54/+54
| * | Merge 8.6jan.nijtmans2020-09-041-3/+3
| |\ \ | | |/
| * | Consolidate Tk 8.7 error-messages regarding TIP #581. More Master -> Containe...jan.nijtmans2020-09-031-6/+6
| * | Implement TIP #580: Export Tk_GetDoublePixelsFromObj and 5 morejan.nijtmans2020-09-021-4/+4
| |\ \
| | * | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-4/+4
* | | | It builds! Now to test...Kevin Walzer2020-09-031-4/+4
* | | | Merge trunk; refinement of TIP additionsKevin Walzer2020-08-311-3/+3
|\ \ \ \ | |/ / /
| * | | Merge 8.6. Some more textual changesjan.nijtmans2020-08-271-3/+3
| |\ \ \ | | |/ / | |/| / | | |/
* | | Reduce refactoring of code, not as much neededKevin Walzer2020-08-101-5/+880
* | | Begin to implement TIP 325Kevin Walzer2020-08-091-927/+1
|/ /
* | 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
| |\ \ | | |/