summaryrefslogtreecommitdiffstats
path: root/win/tkWinWm.c
Commit message (Expand)AuthorAgeFilesLines
* -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-031-34/+34
* Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat...fvogel2023-01-181-1/+1
|\
| * Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ...fvogel2023-01-141-8/+0
| * Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve...fvogel2023-01-101-1/+9
* | Use pixels in stead of ints in the "wm minsize" and "wm maxsize" commands, so...jan.nijtmans2023-01-101-6/+6
* | Merge 8.6jan.nijtmans2023-01-021-5/+5
|\ \ | |/
| * Use more X11 macro's, in stead of accessing fields directly. Mostly backporte...jan.nijtmans2023-01-021-52/+52
* | Switch off XLIB_ILLEGAL_ACCESS in Xlib.h, making some acess to Display only p...jan.nijtmans2022-11-151-4/+4
* | More Xlib.h macro usagejan.nijtmans2022-11-151-1/+1
* | More Tcl_Size usages (so longer lists can be handled with >= Tcl 9.0 headers)jan.nijtmans2022-11-031-2/+2
* | more int -> Tcl_Size (making use of the increased range in Tcl 9.0)jan.nijtmans2022-10-301-4/+5
* | Merge 8.7jan.nijtmans2022-10-201-1/+1
|\ \
| * \ Merge core-8-6-branch that just received changes from unstable_tests branch, ...fvogel2022-10-171-1/+1
| |\ \ | | |/
| | * Fix typo in comments.fvogel2022-10-031-1/+1
* | | Rebase to 8.7jan.nijtmans2022-10-121-7/+7
|\ \ \ | |/ / |/| |
| * | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-7/+7
* | | Merge 8.6jan.nijtmans2022-09-101-1/+1
|\ \ \ | |/ / |/| / | |/
| * Fix [006403a25d]: various comment/documentation fixesjan.nijtmans2022-09-101-1/+1
* | Alphabetize some string tablesjan.nijtmans2022-05-041-14/+14
* | Correct typos in various comments.fvogel2022-01-011-6/+6
|\ \ | |/
| * Correct typos in various comments.fvogel2022-01-011-6/+6
* | Tcl_SetResult -> Tcl_SetObjResult (as everywhere else in Tk)jan.nijtmans2021-12-171-2/+2
* | Fix [32bda06ec0]: Tk build failure at branch "main" (2021-10-04) using mingw ...jan.nijtmans2021-10-061-1/+1
* | Fix gcc warning, use more TCL_UNUSEDjan.nijtmans2021-09-281-101/+66
* | Merge 8.7jan.nijtmans2021-09-211-13/+16
|\ \
| * | Sort options alphabeticaljan.nijtmans2021-09-171-1/+1
| * | Fix [489b69a820]: Slightly wrong error message on 'wm attributes $w -junk'fvogel2021-09-151-3/+6
| |\ \ | | |/
| | * Fix [489b69a820]: Slightly wrong error message on 'wm attributes $w -junk'fvogel2021-09-141-3/+6
| | * Eliminate "register" keyword. Use more TCL_UNUSED()jan.nijtmans2021-03-231-74/+39
* | | Cosmetic (new page for each function when printing)fvogel2021-09-071-0/+1
* | | Cosmetic changesfvogel2021-09-071-14/+14
* | | Format tweaksKevin Walzer2021-09-071-1/+1
* | | Format tweaksKevin Walzer2021-09-071-2/+3
* | | wm test suite passes on macOS; other tweaks to WindowsKevin Walzer2021-09-071-12/+14
* | | Revert some Windows changes, wm tests now pass on WindowsKevin Walzer2021-09-071-14/+17
* | | More compact code.fvogel2021-09-061-7/+2
* | | Fix argument error management on Windows.fvogel2021-09-061-4/+14
* | | Remove leftover code in previous commitfvogel2021-09-031-2/+2
* | | Attempt to support badges for multiple toplevels. Works on X11 at least.fvogel2021-09-031-43/+3
* | | Cosmeticfvogel2021-09-031-1/+1
* | | Cosmeticfvogel2021-09-031-1/+1
* | | Cosmetic: Indentation, and so on.fvogel2021-09-031-76/+91
* | | Fix error message for 'wm iconbadge'. The 'badge' argument is not optional (a...fvogel2021-09-021-1/+1
* | | More fixes for test suiteKevin Walzer2021-08-301-4/+4
* | | Fix argument parsing in test suiteKevin Walzer2021-08-301-1/+6
* | | Fix crash in wm test suite on WindowsKevin Walzer2021-08-271-1/+10
* | | Improve error message on WindowsKevin Walzer2021-08-261-2/+2
* | | Remove Release() call that was causing crash on WindowsKevin Walzer2021-08-261-3/+1
* | | IndentationKevin Walzer2021-08-211-2/+2
* | | Use native wrapper window for iconbadge; now works on WindowsKevin Walzer2021-08-211-4/+4