summaryrefslogtreecommitdiffstats
path: root/win/tkWinWm.c
Commit message (Expand)AuthorAgeFilesLines
* Fix indentationapnadkarni2024-07-261-8/+8
* Fix crash - clipboard cleanup after main window destroyedapnadkarni2024-07-261-1/+9
* Merge 9.0. Streamline some indentingjan.nijtmans2024-06-301-5/+0
|\
| * Don't use -encoding "binary" any more in Tkjan.nijtmans2024-06-241-5/+0
* | New branch: merges the crossing events fix (sans processevents) with cgimage ...culler2024-06-101-2/+34
|\ \ | |/ |/|
| * Fix silly error.culler2024-05-251-2/+2
| * Deal with compiler warnings when building with mingw gcc on Windows.culler2024-05-241-6/+6
| * Remove leftover debugging code.fvogel2024-05-241-1/+0
| * Clean up.culler2024-05-231-2/+0
| * All event tests now pass on Windowsculler2024-05-221-8/+4
| * Only 9.13, 9.14. and 9.19 fail on windows. Debug output included.culler2024-05-211-0/+39
| * Consistancy in the usage of "Copyright". On MacOS, always use the UTF-8 copyr...jan.nijtmans2024-05-091-1/+1
* | Use Tcl_NewBooleanObj() where appropriatejan.nijtmans2024-05-011-11/+11
|\ \ | |/
* | Don't use "boolean" as variable namejan.nijtmans2024-03-271-9/+9
* | Merge 8.6jan.nijtmans2024-02-161-1/+1
|\ \ | |/
| * Fix [82d5a93a46]: 8.6 Documentation/comment typo fixesjan.nijtmans2024-02-161-1/+1
* | Eliminate a bunch of unneeded type-casts, mainly (char *)jan.nijtmans2024-02-071-1/+1
* | (internal) int -> Tcl_Sizejan.nijtmans2023-12-171-70/+71
* | Fix [22eefb9368]: unixWm-45.2 and unixWm-45.4 fail on Linux.fvogel2023-10-161-5/+4
|\ \ | |/
| * Propagate changes from the previous commit to plaftorms other than Linux. Thi...fvogel2023-10-151-5/+4
* | -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