summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* Replace all instances of Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar() with ↵jan.nijtmans2020-03-2410-412/+565
| | | | | Tcl_UniCharToUtfDString()/Tcl_UtfToUniCharDString(), if possible (only for -DTCL_UTF_MAX=3, which is the default and only supported option) Backported, as far as possible, from 8.7. This helps moving away from Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar(), even though it only becomes deprecated in 8.7.
* Increase FONTMAP_PAGES from 192 to 256, making room for Unicode 13 plane 3.jan.nijtmans2020-03-191-4/+5
|
* Eliminate a few (harmless) gcc(-9) warnings on Windows and Cygwin.jan.nijtmans2020-03-093-12/+13
|
* Add -Wpointer-arith to C-flags. Fix some ANSI prototypes.jan.nijtmans2020-02-242-2/+2
|\
| * Fix [4b5deacc70]: undefined reference to `Tcl_SetStartupScript'. Also fix ↵jan.nijtmans2020-02-242-49/+41
| | | | | | | | some ANSI prototypes. Sync tcl.m4 with Tcl.
* | (cherry-pick): Don't panic for "Wild GenericEvent"'s: Just filter out all ↵jan.nijtmans2020-02-051-16/+17
| | | | | | | | | | | | events Tk doesn't know about. (cherry-pick): Protect better against possible confusion between XGenericEvent's and (Tcl-specific) XVirtualEvent's: If "name" == NULL, assume it's a XGenericEvent, so don't crash on that just ignore. Also don't use "virtual" as variable name.
* | (cherry-pick): It appears that inttypes.h was introduced in Visual Studio 2013jan.nijtmans2020-02-051-4/+1
| |
* | Don't add UNIX_DIR to VPATH. This should solve a dependency problem on ↵jan.nijtmans2020-01-281-1/+7
| | | | | | | | Cygwin, between the windows and UNIX build part.
* | HAVE_INTTYPES_H=1 is already handled in rules.vcjan.nijtmans2020-01-271-1/+1
| |
* | Sync tcl.m4 and rules.vc to latest version from Tcljan.nijtmans2020-01-241-4/+29
| |
* | Sync tcl.m4 with version in Tcljan.nijtmans2019-12-162-6/+24
| |
* | Fix [b094cb4aa9]: ttk::treeview steadily enlarges width when repeatedly ↵fvogel2019-12-141-1/+1
|\ \ | | | | | | | | | configuring -show. See the ticket for a detailed explanation.
| * | Fix [b094cb4aa9]: ttk::treeview steadily enlarges width when repeatedly ↵fvogel2019-12-081-1/+1
| | | | | | | | | | | | configuring -show. See the ticket for a detailed explanation.
* | | Merge 8.5jan.nijtmans2019-12-091-1/+1
|\ \ \ | |/ / |/| / | |/
| * Fix [7ca9a5b7cc]: Segfault due to pointer truncation in DLL_PROCESS_DETACHjan.nijtmans2019-12-091-1/+1
| |
* | Build without -DUNICDE -D_UNICODE, since it's not necessary any-more (all ↵jan.nijtmans2019-12-052-10/+11
| | | | | | | | code uses implicit *W-API now). This also eliminates the need for the TK_ASCII_MAIN hack.
* | Sync tcl.m4 with the vesion provided by Tcl 8.6jan.nijtmans2019-11-272-183/+78
|\ \ | |/
| * Sync rules.vc and tcl.m4 with the version included with Tcl8.5jan.nijtmans2019-11-273-228/+118
| |
* | Horrible windows-specific workaround against SendInput not moving the mouse ↵jan.nijtmans2019-11-261-0/+13
|\ \ | | | | | | | | | on Win10 when both input.mi.dx and input.mi.dy are zero) - this must be a Windows bug. bind-34.3 now passes on Win10
| * | Horrible windows-specific workaround against SendInput not moving the mouse ↵fvogel2019-11-261-0/+13
| | | | | | | | | | | | on Win10 when both input.mi.dx and input.mi.dy are zero) - this must be a Windows bug. bind-34.3 now passes on Win10.
* | | Various cleanups in Unicode handling. Note that without Xft on X11 we don't ↵jan.nijtmans2019-11-263-5/+4
|\ \ \ | |/ / |/| | | | | have Emoji.
| * | Merge 8.6jan.nijtmans2019-11-221-2/+15
| |\ \
| * | | Now that TkUniCharToUtf() produces maximum of 4 bytes, reduce storage. More ↵jan.nijtmans2019-11-213-5/+4
| | | | | | | | | | | | | | | | | | | | code simplifications. Disallow Emoji on X11 without xft, just use replacement character then.
* | | | merge releasedgp2019-11-222-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge 8.6 except for the broken demo.dgp2019-11-201-15/+13
| |\ \ \ | | |/ /
| * | | merge 8.6dgp2019-11-152-38/+40
| |\ \ \
| * \ \ \ merge 8.6dgp2019-11-023-3/+3
| |\ \ \ \
| * \ \ \ \ merge 8.6dgp2019-10-211-2/+4
| |\ \ \ \ \
| * \ \ \ \ \ Merge core-8-6-branchKevin Walzer2019-10-076-7/+5
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge 8.6dgp2019-10-023-67/+57
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge core-8-6-branchKevin Walzer2019-09-291-0/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge core-8-6-branchKevin Walzer2019-09-291-0/+10
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge 8.6dgp2019-09-273-12/+3
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2019-09-255-29/+29
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge 8.6Kevin Walzer2019-09-2419-253/+211
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2019-09-2016-159/+119
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2019-09-181-8/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2019-09-1617-105/+102
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2019-09-133-118/+161
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8/6Kevin Walzer2019-09-091-10/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge recent fixes for macOS into release branch from core-8-6-branchKevin Walzer2019-09-025-8/+62
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge core-8-6-branchKevin Walzer2019-08-211-10/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge in core-8-6-branch including updates for macOS 10.15 CatalinaKevin Walzer2019-08-161-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge in core-8-6-branchKevin Walzer2019-08-103-40/+65
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.6culler2019-07-139-13/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.6culler2019-07-011-1/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2019-06-273-6/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | Bump version numbers for Tk 8.6.10 release.dgp2019-06-172-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Update rules.vc to latest versionjan.nijtmans2019-11-221-2/+15
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Fix [53d28027e3]: macOS crashes with 0x0 image for wm iconphoto; make wm ↵culler2019-11-171-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | iconphoto behavior consistent between platforms.