summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace all instances of Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar() with Tcl_Uni...jan.nijtmans2020-03-2412-417/+582
* Fix [f4dec2c2287aee9e]: Build failure with GCC 4.X (tkUnixKey.c)jan.nijtmans2020-03-221-9/+4
* Fix [98662d321e]: Aqua: fix build with -DTK_MAC_DEBUG_DRAWING. Thanks to chrs...jan.nijtmans2020-03-221-0/+1
* Increase FONTMAP_PAGES from 192 to 256, making room for Unicode 13 plane 3.jan.nijtmans2020-03-192-11/+12
* Add builds for MacOS (Xcode 8 up to 11.3) to Travis.jan.nijtmans2020-03-191-10/+45
|\
| * Build Mac using unix/Makefile in stead of macosx/GNUmakefile, because that's ...jan.nijtmans2020-03-181-19/+26
| * Add various Xcode builds (8 up to 11.3) to Travisjan.nijtmans2020-03-171-8/+36
|/
* Merge 8.5jan.nijtmans2020-03-163-10/+101
|\
| * 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 [2edd843def]: canvas postscript returns non empty string when -file or -c...fvogel2020-03-122-5/+5
|\ \
| * | Fix [2edd843def]: canvas postscript returns non empty string when -file or -c...fvogel2020-03-031-1/+1
| * | Augment tests canvPs-1.1 and canvPs-2.1 so that they also check that [.c post...fvogel2020-03-031-4/+4
* | | Fix [08e2f8e6f0]: unable to change focus after prior selection of focusfvogel2020-03-122-1/+21
|\ \ \
| * | | Fix [08e2f8e6f0]: unable to change focus after prior selection of focus. The ...fvogel2020-03-021-1/+1
| * | | Add focus-7.1 as a non-regression test for [08e2f8e6f0]. This test does not p...fvogel2020-03-021-0/+20
| |/ /
* | | Don't mind XKeycodeToKeysym() deprecation warning any more. Some MacOS code c...jan.nijtmans2020-03-119-45/+65
* | | Fix for wm fullscreen attributes bit on macOS; thanks to Christopher Chavez f...Kevin Walzer2020-03-111-2/+2
* | | Merge 8.5jan.nijtmans2020-03-103-0/+181
|\ \ \ | | |/ | |/|
| * | Fix many gcc(-9) warnings, backported from trunk. jan.nijtmans2020-03-1016-73/+458
* | | Replace very very old constraint name 'unixOrPc' by the equivalent, up-to-dat...fvogel2020-03-092-5/+5
* | | Revert a constification that broke the X build on OSX.dgp2020-03-091-2/+2
* | | Eliminate a few (harmless) gcc(-9) warnings on Windows and Cygwin.jan.nijtmans2020-03-094-15/+16
* | | Finalize the fix for ticket [382712ade65] (X11: 'event generate . <KeyPress>'...fvogel2020-03-042-6/+5
|\ \ \ | |_|/ |/| |
| * | Merge 8.6jan.nijtmans2020-02-1722-188/+119
| |\ \
| * | | Be more exact in the bind.n man pagefvogel2020-02-161-2/+2
| * | | Simplify the code slightly: we did already bail out earlier when (eventPtr->t...fvogel2020-02-111-4/+2
| * | | Document that the %A substitution is not valid on Linux, making the manual ma...fvogel2020-02-111-2/+3
| * | | Revert the 6 previous commits, returning therefore to the state at [eaad647e].fvogel2020-02-112-28/+2
| * | | Let branch buildfvogel2020-02-111-1/+1
| * | | Sigh...fvogel2020-01-281-1/+1
| * | | Today is not a good day. event->type rather than event.typefvogel2020-01-281-1/+1
| * | | Oops. Forgot to change the test content correctly.fvogel2020-01-281-12/+12
| * | | Add test bind-16.35.1 checking %A with <KeyRelease>fvogel2020-01-281-0/+26
| * | | Restore %A for KeyRelease on Linuxfvogel2020-01-281-2/+2
| * | | merge core-8-6-branchfvogel2020-01-28391-13816/+27183
| |\ \ \
* | | | | Add errno.h include to tkMacOSXPort.h and tkUnixPort.h: now needed in tkConso...jan.nijtmans2020-02-262-13/+15
* | | | | Upgrade console channel type to TCL_CHANNEL_VERSION_5.jan.nijtmans2020-02-251-3/+16
* | | | | Add -Wpointer-arith to C-flags. Fix some ANSI prototypes.jan.nijtmans2020-02-247-8/+8
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fix [4b5deacc70]: undefined reference to `Tcl_SetStartupScript'. Also fix som...jan.nijtmans2020-02-249-61/+55
* | | | | Merge-markjan.nijtmans2020-02-240-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | (cherry-pick): Work around a few new gcc(-9) warnings. jan.nijtmans2020-02-245-6/+15
* | | | | Work around a few new gcc(-9) warnings.jan.nijtmans2020-02-244-6/+8
* | | | | Fix for utility/floating windows on macOS not displaying completely on initia...Kevin Walzer2020-02-241-2/+3
* | | | | Prevent some textTag tests from triggering hot spots of the Linux KDE/Plasma ...fvogel2020-02-231-11/+22
| |_|_|/ |/| | |
* | | | Merge 8.5jan.nijtmans2020-02-161-1/+1
|\ \ \ \ | |/ / /