summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2023-08-033-12/+5
|\
| * TCL_NEEDS_EXP_FILE is no longer usedjan.nijtmans2023-08-033-12/+5
| * Tcl -> Tk in commentjan.nijtmans2023-08-031-3/+3
* | Fix [f9eddb541a]: Improve TkSetRegion(); implement XSetClipRectangles() on Wi...fvogel2023-07-171-0/+24
|\ \ | |/
| * Bug [f9eddb541a] (TkSetRegion(), XSetClipRectangles): Patch 1 from Christophe...fvogel2023-07-161-0/+24
| * Fix documentation (comments) of TkpGetSystemDefault.fvogel2023-07-011-1/+1
* | Fix [ec6f07231c]: makefile.vc: error when TCLDIR is a relative pathjan.nijtmans2023-07-171-2/+4
|\ \
| * | Proposed fix for [ec6f07231c]: Makefile.vc: error when TCLDIR is a relative pathcore-bug-ec6f07231cjan.nijtmans2023-07-171-2/+4
* | | "noxp" makes no sense any morejan.nijtmans2023-07-171-6/+0
* | | Eliminate some more unneeded HAVE_* macro'sjan.nijtmans2023-07-174-55/+1
|/ /
* | Fix documentation of Tk_GetSystemDefault(). Error in the man page was introdu...fvogel2023-07-011-1/+1
|\ \
| * | Fix documentation of Tk_GetSystemDefault(). Error in the man page was introdu...fvogel2023-07-011-1/+1
* | | No need for HAVE_WINNT_IGNORE_VOID/NO_STDLIB_H/NO_DIRENT_H any morejan.nijtmans2023-06-262-73/+2
* | | Fix [a9929f112a]: Bugs in the implementation of TIP 577 ("Enhanced index valu...jan.nijtmans2023-06-233-10/+0
* | | Visual improvements by using smoother SVG gradients.csaba2023-05-171-4/+4
* | | Merge 8.6jan.nijtmans2023-05-161-6/+6
|\ \ \ | | |/ | |/|
| * | Only use _snprintf on older MSVC compilers. ZeroMemory -> memsetjan.nijtmans2023-05-161-14/+14
| * | Fix [0c734dde2a]: Xlib.h: avoid -Wstrict-prototypes warningsjan.nijtmans2023-04-162-2/+1
| |\ \
| | * | Fix [0c734dde2a]: Xlib.h: avoid -Wstrict-prototypes warningsjan.nijtmans2023-04-141-1/+0
| |/ /
* | | Still missed a few (from previous commit)jan.nijtmans2023-04-271-2/+3
* | | Missed more than a few TIP 660 changes. Possibly more to come.apnadkarni2023-04-182-2/+2
* | | Optimized a few SVG gradients.csaba2023-03-201-4/+4
* | | 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