summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Fix a mistake in sprintf eradication (it had no impact since TK_SEND_ENABLED_...fvogel2023-01-221-2/+2
|\
| * Fix error in tkWinSend.c (there was no impact since TK_SEND_ENABLED_ON_WINDOW...fvogel2023-01-211-2/+2
* | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat...fvogel2023-01-1812-15/+24
|\ \ | |/
| * Really use snprintf (and not _snprintf) when MSVC is at least 2015.fvogel2023-01-151-3/+2
| * Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ...fvogel2023-01-1410-72/+10
| * The last missing change sprintf --> snprintf.fvogel2023-01-111-1/+1
| * Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve...fvogel2023-01-109-12/+84
* | 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-025-71/+62
|\ \ | |/
| * Use more X11 macro's, in stead of accessing fields directly. Mostly backporte...jan.nijtmans2023-01-0211-178/+185
* | Merge 8.6 - change copyright in Windows build to UCal.apnadkarni2022-12-122-4/+2
|\ \ | |/
| * Change copyright in Windows rc from Activestate to UCal and others to match l...apnadkarni2022-12-122-4/+2
* | More default from int -> doublejan.nijtmans2022-12-021-5/+5
* | Tk 8.7 cannot load in Tcl 8.6 dynamically, since it lacks TIP #430. Other usa...jan.nijtmans2022-11-232-2/+2
|\ \ | |/
| * merge 8.6dgp2022-10-281-1/+1
| |\
| * \ merge 8.6dgp2022-10-181-1/+1
| |\ \
| * \ \ merge 8.6dgp2022-10-141-2/+2
| |\ \ \
| * \ \ \ merge 8.6dgp2022-09-112-3/+3
| |\ \ \ \
| * \ \ \ \ merge 8.6dgp2022-07-211-6/+0
| |\ \ \ \ \
| * \ \ \ \ \ merge 8.6dgp2022-07-122-8/+8
| |\ \ \ \ \ \
| * | | | | | | Bump to 8.6.13 for releasedgp2022-06-062-2/+2
* | | | | | | | Switch off XLIB_ILLEGAL_ACCESS in Xlib.h, making some acess to Display only p...jan.nijtmans2022-11-158-32/+33
* | | | | | | | More Xlib.h macro usagejan.nijtmans2022-11-1510-45/+45
* | | | | | | | Update to latest Xlib.h. Remove some unneeded internal fields from 'Display'jan.nijtmans2022-11-141-1/+0
* | | | | | | | More gcc warnings (introduced by the fix in previous commit)jan.nijtmans2022-11-101-4/+4
* | | | | | | | Fix [af844f6be7]: win10 : one warning when compiling Tk's trunkjan.nijtmans2022-11-081-14/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | Attempt to fix [af844f6be7]: win10 : one warning when compiling Tk's trunkjan.nijtmans2022-08-241-1/+1
* | | | | | | | | More usage for Tcl_Size (internal TkEnsemble)jan.nijtmans2022-11-036-190/+197
* | | | | | | | | More Tcl_Size usages (so longer lists can be handled with >= Tcl 9.0 headers)jan.nijtmans2022-11-033-5/+5
* | | | | | | | | more int -> Tcl_Size (making use of the increased range in Tcl 9.0)jan.nijtmans2022-10-304-10/+12
* | | | | | | | | merge 8.6dgp2022-10-281-1/+1
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Make sure `make distclean` clears away any tkUuid.h file in build area.dgp2022-10-281-1/+1
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Fix signature for TkpDrawCharsInContext/TkDrawAngledChars, when compiling wit...jan.nijtmans2022-10-261-8/+9
* | | | | | | | Fix bug in rules.vc (handle TK_MAJOR_VERSION the same as TCL_MAJOR_VERSION)jan.nijtmans2022-10-251-1/+1
* | | | | | | | 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
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Merge 8.6. At this point (before the present merge), branch unstable_tests ru...fvogel2022-10-151-2/+2
| | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | |
| | * | | | | | | Fix typo in comments.fvogel2022-10-031-1/+1
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge 8.7jan.nijtmans2022-10-131-2/+2
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | sync win/rules.vc with Tcljan.nijtmans2022-10-131-2/+2
| | |/ / / / /
* | | | | | | Further build fixesjan.nijtmans2022-10-141-5/+5
* | | | | | | Another attemptjan.nijtmans2022-10-141-7/+6
* | | | | | | update rules.vcjan.nijtmans2022-10-131-3/+8
* | | | | | | Fix buildjan.nijtmans2022-10-121-1/+1
* | | | | | | Rebase to 8.7jan.nijtmans2022-10-1210-29/+69
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge 8.7jan.nijtmans2022-07-251-6/+0
| |\ \ \ \ \ \
| * | | | | | | Update rules.vc (add OPTS=tcl8)jan.nijtmans2022-06-271-0/+8
| * | | | | | | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-2510-29/+61
* | | | | | | | Merge 8.6jan.nijtmans2022-09-102-3/+3
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Fix [006403a25d]: various comment/documentation fixesjan.nijtmans2022-09-102-3/+3
| | |_|_|_|_|/ | |/| | | | |