summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update MacOSX build from xcode11.4 to xcode11.5jan.nijtmans2020-05-222-16/+15
* Update from Xcode 11.3 to 11.4jan.nijtmans2020-04-171-2/+2
* [787adc5ed7] The workaround for Tk 8.5.* was still never quite right, anddgp2020-03-161-0/+1
* Slightly better than previous commit: Don't depend on the exact version numbe...jan.nijtmans2020-03-151-1/+1
* Should now (really!) work on OSX, X11 only.jan.nijtmans2020-03-152-8/+8
* Another attempt to fix OSX buildjan.nijtmans2020-03-131-1/+2
* Try to fix Travis OSX buildjan.nijtmans2020-03-121-4/+9
* Add various build (e.g. MacOS with xquarz, --disable-xft)jan.nijtmans2020-03-111-1/+77
* Fix the X11 build on OSXdgp2020-03-101-2/+2
* Fix many gcc(-9) warnings, backported from trunk. jan.nijtmans2020-03-1016-73/+458
* Fix [4b5deacc70]: undefined reference to `Tcl_SetStartupScript'. Also fix som...jan.nijtmans2020-02-249-61/+55
* (cherry-pick): Work around a few new gcc(-9) warnings. jan.nijtmans2020-02-245-6/+15
* Don't build static with tcl8.6, that doesn't work (yet). Could be fixed, but ...jan.nijtmans2020-02-166-14/+7
* Fix travis build. Revise usage of TCLDIR.jan.nijtmans2020-02-146-31/+128
* Put realEventMasks and virtualEventMasks together in a single table: VirtualE...jan.nijtmans2020-02-031-17/+4
* Sync tcl.m4 with Tcljan.nijtmans2020-01-062-6/+2
* Fix [7ca9a5b7cc]: Segfault due to pointer truncation in DLL_PROCESS_DETACHjan.nijtmans2019-12-091-1/+1
* Sync rules.vc and tcl.m4 with the version included with Tcl8.5jan.nijtmans2019-11-273-228/+118
* Fix [a953736b54]: Potential wrong use of TkKeyEventjan.nijtmans2019-11-251-1/+1
* Fix [056f9e85dc]: debian patchesjan.nijtmans2019-10-315-8/+25
* Sync tcl.m4 with Tcl versionjan.nijtmans2019-10-022-10/+36
* windows: rename WINDIR -> WIN_DIR to follow the same change in Tclfvogel2019-09-122-31/+31
* Took over a few too many comments from Tcl's win/Makefile.in .. correct that.jan.nijtmans2019-09-091-3/+3
* Fix build with Visual Studio (configure/make/cl). It appears we cannot use "s...jan.nijtmans2019-09-091-51/+47
* Fix configure script for use in git-bash (re-generated with a modified autoco...jan.nijtmans2019-09-091-10/+12
* Add runstatedir to Makefile.in. Not used yet, only used if "configure" script...jan.nijtmans2019-09-022-0/+2
* In X11-R6 _XLIB_H changed to _X11_XLIB_H_, so adapt for that.jan.nijtmans2019-08-211-2/+3
* Don't use ".." in Windows paths during build. Taken from Tcl [https://core.tc...jan.nijtmans2019-08-201-10/+12
* typojan.nijtmans2019-08-021-1/+1
* Fix [eca765ab7c]: Manual page for Tk_NameOfImagejan.nijtmans2019-07-311-4/+4
* Fix [bc6a495949]: Documentation bug for upper case %X an %Y binding script su...jan.nijtmans2019-07-051-2/+2
|\
| * Change for alphabetical order of events concerned by %X,%Yfvogel2019-07-031-2/+2
| * Fix [bc6a495949]: Documentation bug for upper case %X an %Y binding script su...fvogel2019-07-021-1/+1
| * Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-0217-22/+22
| * Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat...jan.nijtmans2019-07-0231-32/+32
| * Statically initialize "X11ControlChars" pseudo-encoding.jan.nijtmans2019-07-021-9/+3
| * Fix bug [8476b75781], including the Aqua tk scrollbar.culler2019-07-013-45/+154
| |\
| | * Improve scrollbar and ttk::scrollbar on OSX 10.8 and earlier.culler2019-07-012-28/+23
| | * Fix layout bugs.culler2019-07-011-21/+27
| | * Fix geometry of horizontal ttk scrollbars; hide thumb when no scrolling is po...culler2019-06-302-32/+45
| | * Update documentation on do script Apple Event commandKevin Walzer2019-06-301-0/+16
| | * Adjust minimum thumb sizeculler2019-06-292-7/+12
| | * merge 8.6culler2019-06-297-31/+20
| | |\
| | * | Tiny adjustment.culler2019-06-281-1/+1
| | * | Fix Tk scrollbar and merge core-8-6-branchculler2019-06-2826-73/+146
| | |\ \
| * | | | Fix failure to compile.dgp2019-06-301-0/+1
| | |_|/ | |/| |
| * | | Fix compiler warnings on all macOS versions.culler2019-06-295-8/+7
| * | | If encoding "utf-16" exists, use it in preference to "unicode", which is depr...jan.nijtmans2019-06-282-23/+13
| |\ \ \ | | |_|/ | |/| |
| | * | Use available "ucs2-be" encoding on X11 and "utf-16" encoding on Win32, if pr...jan.nijtmans2019-06-192-23/+13
| * | | Fix bug [8476b75781]: correct rendering of small thumbs in Aqua ttk::scrollbarculler2019-06-271-5/+1
| |\ \ \ | | | |/ | | |/|