summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* More -Wconversion C warning fixesjan.nijtmans2023-03-069-29/+30
* -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-0317-133/+127
* Some more C warnings (windows-specific)jan.nijtmans2023-03-023-0/+8
* Hopefully final unification and cleanup of the SVG data used for drawing indi...csaba2023-02-241-9/+2
* Merged branch better-indicators into trunk; a couple of additional visual imp...csaba2023-02-181-2/+3
* Code optimization and cleanup related to the indicator imagescsaba2023-02-141-15/+11
* Improved the SVG data of a few images used for drawing (ttk::)checkbutton and...csaba2023-02-111-11/+11
* Made the ttk::sizegrip widget scaling-aware; a few necessary changes related ...csaba2023-02-091-4/+11
* Don't worry about Visual Studio < 2015 any morejan.nijtmans2023-02-082-17/+1
* Merged branch scaling-aware-classic-simple into trunkcsaba2023-02-082-141/+344
|\
| * Unify static data initializers, do it all the same way.jan.nijtmans2023-02-071-5/+5
| * Made the indicators of the Tk core checkbuttons and radiobuttons on Windows a...csaba2023-02-062-140/+343
* | Merge 8.6 (more TCL_UNUSED usage)jan.nijtmans2023-02-0710-150/+81
|\ \ | |/ |/|
| * Use more TCL_UNUSED() macro's in stead of (void) castsjan.nijtmans2023-02-077-174/+107
* | Whenever searching fonts with Tcl_UtfToExternal(... TCL_ENCODING_STOPONERROR ...jan.nijtmans2023-01-241-2/+2
* | 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
|\ \ \ \ \ \ \ \