summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Use more TCL_UNUSED() macro's in stead of (void) castsjan.nijtmans2023-02-077-174/+107
* Fix error in tkWinSend.c (there was no impact since TK_SEND_ENABLED_ON_WINDOW...fvogel2023-01-211-2/+2
* 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 more X11 macro's, in stead of accessing fields directly. Mostly backporte...jan.nijtmans2023-01-0211-178/+185
* Change copyright in Windows rc from Activestate to UCal and others to match l...apnadkarni2022-12-122-4/+2
* 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
* | merge 8.6dgp2022-10-181-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.6dgp2022-10-141-2/+2
|\ \ \ | | |/ | |/|
| * | sync win/rules.vc with Tcljan.nijtmans2022-10-131-2/+2
| |/
* | merge 8.6dgp2022-09-112-3/+3
|\ \ | |/
| * Fix [006403a25d]: various comment/documentation fixesjan.nijtmans2022-09-102-3/+3
* | merge 8.6dgp2022-07-211-6/+0
|\ \ | |/
| * Alternative fix for [91ca777b4d]: ttk::notebook loose control over content of...fvogel2022-07-171-6/+0
* | merge 8.6dgp2022-07-122-8/+8
|\ \ | |/
| * More Fix [b184347a3a]: configure needs more cygpath on windowsjan.nijtmans2022-06-152-6/+6
| * Fix [b184347a3a]: configure needs more cygpath on windowsjan.nijtmans2022-06-152-2/+2
* | Bump to 8.6.13 for releasedgp2022-06-062-2/+2
|/
* Fix [bee96b4e80]: Mouse position warping and tk busy problems on Windows. Tha...fvogel2022-05-221-0/+11
|\
| * Fix [bee96b4e80]: Mouse position warping and tk busy problems on Windows. Tha...fvogel2022-05-081-0/+11
* | Better solution for previous commit: See: [https://developercommunity.visuals...jan.nijtmans2022-05-222-2/+3
* | sync rules.vc with Tcljan.nijtmans2022-05-151-10/+9
* | sync tcl.m4 with Tcljan.nijtmans2022-05-092-2/+2
|/
* Propagate the proposed fix to Win and macOS. This is to avoid unneeded differ...fvogel2022-04-021-8/+13
* Tcl_GetBoolean -> Tcl_GetBooleanFromObjjan.nijtmans2022-04-011-1/+1
* Code cleanup (more TCL_UNUSED, more type-casts, eol-spacing)jan.nijtmans2022-03-023-40/+40
* Fix [caaae89bd5]: Can't open clipboard in Windows 10 after Button-2 on Entry ...fvogel2022-02-261-4/+4
* Make tkWin32Dll.c compile with the aarch64-w64-mingw32-clang compilerjan.nijtmans2022-02-171-2/+4
* Sync rules.vc with Tcljan.nijtmans2022-02-164-5/+10
* sync win/tcl.m4 and win/rules.vc with Tcljan.nijtmans2022-02-143-15/+20
* More changes for arm64 (or aarch64)jan.nijtmans2022-02-082-10/+28
* Add support for windows-armjan.nijtmans2022-02-073-7/+36
* Correct typos in various comments.fvogel2022-01-011-6/+6
* Drop executable flag fromo win/tkUuid.h.injan.nijtmans2021-12-011-0/+0
* re-generate win/configurejan.nijtmans2021-11-301-0/+1
* Add more files to "make dist". Eliminate some deprecated constructs from */co...jan.nijtmans2021-11-301-4/+4
* Merge 8.6. Add 2 missing filesjan.nijtmans2021-11-302-0/+2
|\
* | Implement TIP #599 for Tk 8.6 (only effective when loaded into Tcl 8.7+): Ext...jan.nijtmans2021-11-292-1/+13
|/
* Add generation of "tkUuid.h". Not used yetjan.nijtmans2021-11-242-0/+10
* Add DEF_LABEL_FG for all platforms, not only MacOS. Backport some type-casts ...jan.nijtmans2021-11-161-0/+1
* Fix -fno-lto determination/add --enable-auto-image-base option to windows bui...jan.nijtmans2021-11-112-0/+74
* Bump to 8.6.12 for releasejan.nijtmans2021-10-272-2/+2