Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Put back comment, which shouldn't have been removed in the previous commit. | jan.nijtmans | 2020-05-23 | 1 | -0/+4 |
| | |||||
* | Update MacOSX build from xcode11.4 to xcode11.5 | jan.nijtmans | 2020-05-22 | 2 | -16/+15 |
| | |||||
* | Update from Xcode 11.3 to 11.4 | jan.nijtmans | 2020-04-17 | 1 | -2/+2 |
| | |||||
* | [787adc5ed7] The workaround for Tk 8.5.* was still never quite right, and | dgp | 2020-03-16 | 1 | -0/+1 |
| | | | | was continuing to crash in the Tk test suite. Do not know why it took 4 years to notice. | ||||
* | Slightly better than previous commit: Don't depend on the exact version ↵ | jan.nijtmans | 2020-03-15 | 1 | -1/+1 |
| | | | | number of the availble Tcl 8.6.x brew formula. | ||||
* | Should now (really!) work on OSX, X11 only. | jan.nijtmans | 2020-03-15 | 2 | -8/+8 |
| | |||||
* | Another attempt to fix OSX build | jan.nijtmans | 2020-03-13 | 1 | -1/+2 |
| | |||||
* | Try to fix Travis OSX build | jan.nijtmans | 2020-03-12 | 1 | -4/+9 |
| | |||||
* | Add various build (e.g. MacOS with xquarz, --disable-xft) | jan.nijtmans | 2020-03-11 | 1 | -1/+77 |
| | |||||
* | Fix the X11 build on OSX | dgp | 2020-03-10 | 1 | -2/+2 |
| | |||||
* | Fix many gcc(-9) warnings, backported from trunk. | jan.nijtmans | 2020-03-10 | 16 | -73/+458 |
| | | | Add dummy X11 stub entries, marking entries added in Tk 8.6 and Tk 8.7. | ||||
* | Fix [4b5deacc70]: undefined reference to `Tcl_SetStartupScript'. Also fix ↵ | jan.nijtmans | 2020-02-24 | 9 | -61/+55 |
| | | | | some ANSI prototypes. Sync tcl.m4 with Tcl. | ||||
* | (cherry-pick): Work around a few new gcc(-9) warnings. | jan.nijtmans | 2020-02-24 | 5 | -6/+15 |
| | | | Also fix static build against Tcl 8.6 headers, so we (finally) add a static build of Tk 8.5 to Travis. | ||||
* | Don't build static with tcl8.6, that doesn't work (yet). Could be fixed, but ↵ | jan.nijtmans | 2020-02-16 | 6 | -14/+7 |
| | | | | | not high prio. Add a few "const" specifiers (backported from 8.6) | ||||
* | Fix travis build. Revise usage of TCLDIR. | jan.nijtmans | 2020-02-14 | 6 | -31/+128 |
| | | | Make Tk 8.5 compile/run with Tcl 8.6. Useful for Travis build. | ||||
* | Put realEventMasks and virtualEventMasks together in a single table: ↵ | jan.nijtmans | 2020-02-03 | 1 | -17/+4 |
| | | | | VirtualEvent = MappingNotify + 1, so it's fixed anyway. Other places in Tk code already depend on that, so we can here. | ||||
* | Sync tcl.m4 with Tcl | jan.nijtmans | 2020-01-06 | 2 | -6/+2 |
| | |||||
* | Fix [7ca9a5b7cc]: Segfault due to pointer truncation in DLL_PROCESS_DETACH | jan.nijtmans | 2019-12-09 | 1 | -1/+1 |
| | |||||
* | Sync rules.vc and tcl.m4 with the version included with Tcl8.5 | jan.nijtmans | 2019-11-27 | 3 | -228/+118 |
| | |||||
* | Fix [a953736b54]: Potential wrong use of TkKeyEvent | jan.nijtmans | 2019-11-25 | 1 | -1/+1 |
| | |||||
* | Fix [056f9e85dc]: debian patches | jan.nijtmans | 2019-10-31 | 5 | -8/+25 |
| | | | Don't define HAVE_STDINT_H in win/makefile.vc: Most (older) Visual Studio versions still don't have stdint.h, and it isn't used by Tk. | ||||
* | Sync tcl.m4 with Tcl version | jan.nijtmans | 2019-10-02 | 2 | -10/+36 |
| | |||||
* | windows: rename WINDIR -> WIN_DIR to follow the same change in Tcl | fvogel | 2019-09-12 | 2 | -31/+31 |
| | |||||
* | Took over a few too many comments from Tcl's win/Makefile.in .. correct that. | jan.nijtmans | 2019-09-09 | 1 | -3/+3 |
| | |||||
* | Fix build with Visual Studio (configure/make/cl). It appears we cannot use ↵ | jan.nijtmans | 2019-09-09 | 1 | -51/+47 |
| | | | | "sed" then. | ||||
* | Fix configure script for use in git-bash (re-generated with a modified ↵ | jan.nijtmans | 2019-09-09 | 1 | -10/+12 |
| | | | | autoconf-2.59, in which the AC_PROG_MAKE_SET macro is replaced inspired by autoconf-2.69) | ||||
* | Add runstatedir to Makefile.in. Not used yet, only used if "configure" ↵ | jan.nijtmans | 2019-09-02 | 2 | -0/+2 |
| | | | | script is re-generated with autoconf-2.70 | ||||
* | In X11-R6 _XLIB_H changed to _X11_XLIB_H_, so adapt for that. | jan.nijtmans | 2019-08-21 | 1 | -2/+3 |
| | | | Also include <stddef.h> in more compilers we know of (same as in tclInt.h). | ||||
* | Don't use ".." in Windows paths during build. Taken from Tcl ↵ | jan.nijtmans | 2019-08-20 | 1 | -10/+12 |
| | | | | [https://core.tcl-lang.org/tcl/info/40d5ff2a0ee78099|40d5ff2a0e] | ||||
* | typo | jan.nijtmans | 2019-08-02 | 1 | -1/+1 |
| | |||||
* | Fix [eca765ab7c]: Manual page for Tk_NameOfImage | jan.nijtmans | 2019-07-31 | 1 | -4/+4 |
| | |||||
* | Fix [bc6a495949]: Documentation bug for upper case %X an %Y binding script ↵ | jan.nijtmans | 2019-07-05 | 1 | -2/+2 |
|\ | | | | | | | substitutions | ||||
| * | Change for alphabetical order of events concerned by %X,%Y | fvogel | 2019-07-03 | 1 | -2/+2 |
| | | |||||
| * | Fix [bc6a495949]: Documentation bug for upper case %X an %Y binding script ↵ | fvogel | 2019-07-02 | 1 | -1/+1 |
| | | | | | | | | substitutions | ||||
| * | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez) | fvogel | 2019-07-02 | 17 | -22/+22 |
| | | |||||
| * | Don't use "struct ThreadSpecificData", while the type name ↵ | jan.nijtmans | 2019-07-02 | 31 | -32/+32 |
| | | | | | | | | "ThreadSpecificData" is already sufficient. | ||||
| * | Statically initialize "X11ControlChars" pseudo-encoding. | jan.nijtmans | 2019-07-02 | 1 | -9/+3 |
| | | |||||
| * | Fix bug [8476b75781], including the Aqua tk scrollbar. | culler | 2019-07-01 | 3 | -45/+154 |
| |\ | |||||
| | * | Improve scrollbar and ttk::scrollbar on OSX 10.8 and earlier. | culler | 2019-07-01 | 2 | -28/+23 |
| | | | |||||
| | * | Fix layout bugs. | culler | 2019-07-01 | 1 | -21/+27 |
| | | | |||||
| | * | Fix geometry of horizontal ttk scrollbars; hide thumb when no scrolling is ↵ | culler | 2019-06-30 | 2 | -32/+45 |
| | | | | | | | | | | | | possible. | ||||
| | * | Update documentation on do script Apple Event command | Kevin Walzer | 2019-06-30 | 1 | -0/+16 |
| | | | |||||
| | * | Adjust minimum thumb size | culler | 2019-06-29 | 2 | -7/+12 |
| | | | |||||
| | * | merge 8.6 | culler | 2019-06-29 | 7 | -31/+20 |
| | |\ | |||||
| | * | | Tiny adjustment. | culler | 2019-06-28 | 1 | -1/+1 |
| | | | | |||||
| | * | | Fix Tk scrollbar and merge core-8-6-branch | culler | 2019-06-28 | 26 | -73/+146 |
| | |\ \ | |||||
| * | | | | Fix failure to compile. | dgp | 2019-06-30 | 1 | -0/+1 |
| | |_|/ | |/| | | |||||
| * | | | Fix compiler warnings on all macOS versions. | culler | 2019-06-29 | 5 | -8/+7 |
| | | | | |||||
| * | | | If encoding "utf-16" exists, use it in preference to "unicode", which is ↵ | jan.nijtmans | 2019-06-28 | 2 | -23/+13 |
| |\ \ \ | | |_|/ | |/| | | | | | | deprecated since TIP #547. | ||||
| | * | | Use available "ucs2-be" encoding on X11 and "utf-16" encoding on Win32, if ↵ | jan.nijtmans | 2019-06-19 | 2 | -23/+13 |
| | | | | | | | | | | | | | | | | provided by Tcl (TIP #547). If Tcl doesn't provide those encodings, proceed as usual. |