Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace all instances of Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar() with ↵ | jan.nijtmans | 2020-03-24 | 10 | -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.nijtmans | 2020-03-19 | 1 | -4/+5 |
| | |||||
* | Eliminate a few (harmless) gcc(-9) warnings on Windows and Cygwin. | jan.nijtmans | 2020-03-09 | 3 | -12/+13 |
| | |||||
* | Add -Wpointer-arith to C-flags. Fix some ANSI prototypes. | jan.nijtmans | 2020-02-24 | 2 | -2/+2 |
|\ | |||||
| * | Fix [4b5deacc70]: undefined reference to `Tcl_SetStartupScript'. Also fix ↵ | jan.nijtmans | 2020-02-24 | 2 | -49/+41 |
| | | | | | | | | some ANSI prototypes. Sync tcl.m4 with Tcl. | ||||
* | | (cherry-pick): Don't panic for "Wild GenericEvent"'s: Just filter out all ↵ | jan.nijtmans | 2020-02-05 | 1 | -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 2013 | jan.nijtmans | 2020-02-05 | 1 | -4/+1 |
| | | |||||
* | | Don't add UNIX_DIR to VPATH. This should solve a dependency problem on ↵ | jan.nijtmans | 2020-01-28 | 1 | -1/+7 |
| | | | | | | | | Cygwin, between the windows and UNIX build part. | ||||
* | | HAVE_INTTYPES_H=1 is already handled in rules.vc | jan.nijtmans | 2020-01-27 | 1 | -1/+1 |
| | | |||||
* | | Sync tcl.m4 and rules.vc to latest version from Tcl | jan.nijtmans | 2020-01-24 | 1 | -4/+29 |
| | | |||||
* | | Sync tcl.m4 with version in Tcl | jan.nijtmans | 2019-12-16 | 2 | -6/+24 |
| | | |||||
* | | Fix [b094cb4aa9]: ttk::treeview steadily enlarges width when repeatedly ↵ | fvogel | 2019-12-14 | 1 | -1/+1 |
|\ \ | | | | | | | | | | configuring -show. See the ticket for a detailed explanation. | ||||
| * | | Fix [b094cb4aa9]: ttk::treeview steadily enlarges width when repeatedly ↵ | fvogel | 2019-12-08 | 1 | -1/+1 |
| | | | | | | | | | | | | configuring -show. See the ticket for a detailed explanation. | ||||
* | | | Merge 8.5 | jan.nijtmans | 2019-12-09 | 1 | -1/+1 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Fix [7ca9a5b7cc]: Segfault due to pointer truncation in DLL_PROCESS_DETACH | jan.nijtmans | 2019-12-09 | 1 | -1/+1 |
| | | |||||
* | | Build without -DUNICDE -D_UNICODE, since it's not necessary any-more (all ↵ | jan.nijtmans | 2019-12-05 | 2 | -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.6 | jan.nijtmans | 2019-11-27 | 2 | -183/+78 |
|\ \ | |/ | |||||
| * | Sync rules.vc and tcl.m4 with the version included with Tcl8.5 | jan.nijtmans | 2019-11-27 | 3 | -228/+118 |
| | | |||||
* | | Horrible windows-specific workaround against SendInput not moving the mouse ↵ | jan.nijtmans | 2019-11-26 | 1 | -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 ↵ | fvogel | 2019-11-26 | 1 | -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.nijtmans | 2019-11-26 | 3 | -5/+4 |
|\ \ \ | |/ / |/| | | | | | have Emoji. | ||||
| * | | Merge 8.6 | jan.nijtmans | 2019-11-22 | 1 | -2/+15 |
| |\ \ | |||||
| * | | | Now that TkUniCharToUtf() produces maximum of 4 bytes, reduce storage. More ↵ | jan.nijtmans | 2019-11-21 | 3 | -5/+4 |
| | | | | | | | | | | | | | | | | | | | | code simplifications. Disallow Emoji on X11 without xft, just use replacement character then. | ||||
* | | | | merge release | dgp | 2019-11-22 | 2 | -2/+2 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Merge 8.6 except for the broken demo. | dgp | 2019-11-20 | 1 | -15/+13 |
| |\ \ \ | | |/ / | |||||
| * | | | merge 8.6 | dgp | 2019-11-15 | 2 | -38/+40 |
| |\ \ \ | |||||
| * \ \ \ | merge 8.6 | dgp | 2019-11-02 | 3 | -3/+3 |
| |\ \ \ \ | |||||
| * \ \ \ \ | merge 8.6 | dgp | 2019-10-21 | 1 | -2/+4 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge core-8-6-branch | Kevin Walzer | 2019-10-07 | 6 | -7/+5 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | merge 8.6 | dgp | 2019-10-02 | 3 | -67/+57 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge core-8-6-branch | Kevin Walzer | 2019-09-29 | 1 | -0/+2 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge core-8-6-branch | Kevin Walzer | 2019-09-29 | 1 | -0/+10 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | merge 8.6 | dgp | 2019-09-27 | 3 | -12/+3 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | merge 8.6 | dgp | 2019-09-25 | 5 | -29/+29 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge 8.6 | Kevin Walzer | 2019-09-24 | 19 | -253/+211 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | merge 8.6 | dgp | 2019-09-20 | 16 | -159/+119 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | merge 8.6 | dgp | 2019-09-18 | 1 | -8/+13 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge 8.6 | dgp | 2019-09-16 | 17 | -105/+102 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge 8.6 | dgp | 2019-09-13 | 3 | -118/+161 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge 8/6 | Kevin Walzer | 2019-09-09 | 1 | -10/+12 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge recent fixes for macOS into release branch from core-8-6-branch | Kevin Walzer | 2019-09-02 | 5 | -8/+62 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge core-8-6-branch | Kevin Walzer | 2019-08-21 | 1 | -10/+11 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge in core-8-6-branch including updates for macOS 10.15 Catalina | Kevin Walzer | 2019-08-16 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge in core-8-6-branch | Kevin Walzer | 2019-08-10 | 3 | -40/+65 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge 8.6 | culler | 2019-07-13 | 9 | -13/+13 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge 8.6 | culler | 2019-07-01 | 1 | -1/+4 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge 8.6 | dgp | 2019-06-27 | 3 | -6/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | Bump version numbers for Tk 8.6.10 release. | dgp | 2019-06-17 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | Update rules.vc to latest version | jan.nijtmans | 2019-11-22 | 1 | -2/+15 |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | | | | | | | | | Fix [53d28027e3]: macOS crashes with 0x0 image for wm iconphoto; make wm ↵ | culler | 2019-11-17 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | iconphoto behavior consistent between platforms. |