summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Merge 8.7jan.nijtmans2020-02-062-2/+2
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| * | | | | | | | | | Merge trunkjan.nijtmans2020-02-053-44/+4
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| * | | | | | | | | | Merge trunkjan.nijtmans2020-01-282-4/+4
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-2019-143/+263
| * | | | | | | | | | | Merge 8.7. More WIP.jan.nijtmans2019-12-162-10/+2
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | WIP: Add support for C++jan.nijtmans2019-12-123-5/+18
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge 8.6jan.nijtmans2020-02-261-7/+8
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Add errno.h include to tkMacOSXPort.h and tkUnixPort.h: now needed in tkConso...jan.nijtmans2020-02-261-7/+8
* | | | | | | | | | | | Merge 8.6jan.nijtmans2020-02-251-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | | | | | | | / / / / | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| * | | | | | | | | | Add -Wpointer-arith to C-flags. Fix some ANSI prototypes.jan.nijtmans2020-02-243-4/+4
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | / | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| | * | | | | | | | Fix [4b5deacc70]: undefined reference to `Tcl_SetStartupScript'. Also fix som...jan.nijtmans2020-02-243-4/+4
| | * | | | | | | | Don't build static with tcl8.6, that doesn't work (yet). Could be fixed, but ...jan.nijtmans2020-02-161-2/+2
| | * | | | | | | | Fix travis build. Revise usage of TCLDIR.jan.nijtmans2020-02-143-23/+31
* | | | | | | | | | Add compat/stdbool.h (needed by revised_text) and compat/stdint.h (needed by ...jan.nijtmans2020-02-181-10/+6
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | Merge 8.6jan.nijtmans2020-02-141-2/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | / / | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | A few missing (internal) "const" modifiers.jan.nijtmans2020-02-141-2/+2
* | | | | | | | Merge 8.6jan.nijtmans2020-02-131-10/+10
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | / / | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Fix travis build. Revise usage of TCLDIRjan.nijtmans2020-02-131-12/+12
* | | | | | | Fix [90a4b7581f]: Tk fontconfig crash if there is no font installedfvogel2020-02-091-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix [90a4b7581f]: Tk fontconfig crash if there is no font installedfvogel2020-02-091-1/+1
| |\ \ \ \ \ \
| | * | | | | | Fix [90a4b7581f]: Tk fontconfig crash if there is no font installedfvogel2020-01-261-1/+1
| | | |_|_|_|/ | | |/| | | |
| * | | | | | (cherry-pick): Don't panic for "Wild GenericEvent"'s: Just filter out all eve...jan.nijtmans2020-02-051-8/+2
| * | | | | | (cherry-pick): Some DBGX cleanup (not used any more)jan.nijtmans2020-02-052-36/+2
* | | | | | | Bump to 8.7a4 to distinguish trunk from 8.7a3 release.dgp2020-02-073-3/+3
| |_|_|_|_|/ |/| | | | |
* | | | | | Don't panic for "Wild GenericEvent"'s: Just filter out all events Tk doesn't ...jan.nijtmans2020-02-051-8/+2
* | | | | | Some DBGX cleanup (not used any more)jan.nijtmans2020-02-052-36/+2
* | | | | | Merge 8.6jan.nijtmans2020-02-031-1/+1
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | Typo (which no compiler would discover, but really xGenericEvent != XGenericE...jan.nijtmans2020-02-031-1/+1
| |/ / /
* | | | Merge 8.6jan.nijtmans2020-01-242-2/+2
|\ \ \ \ | |/ / /
| * | | Sync tcl.m4 and rules.vc to latest version from Tcljan.nijtmans2020-01-242-2/+2
* | | | Merge 8.6jan.nijtmans2020-01-063-4/+4
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Merge 8.5jan.nijtmans2020-01-062-2/+2
| |\ \ | | |/
| | * Sync tcl.m4 with Tcljan.nijtmans2020-01-062-6/+2
| * | Make install-sh executable. Harmless warnings in tkUnixKey.cjan.nijtmans2020-01-062-2/+2
* | | Merge 8.6. When compiling against Tcl 9.0 headers, don't allow Emoji escape s...jan.nijtmans2019-12-014-16/+19
|\ \ \ | |/ /
| * | In tkUnixFont, make sure that the utf-to-ucs2 encoder clamps at 0xFFFF. Use m...jan.nijtmans2019-12-014-16/+19
* | | Sync tcl.m4 (again)jan.nijtmans2019-11-272-2/+11
* | | Sync tcl.m4 (for windows and UNIX) with version provided by Tcl 8.7jan.nijtmans2019-11-272-19/+9
|\ \ \ | |/ /
* | | Merge 8.6jan.nijtmans2019-11-261-22/+22
|\ \ \ | |/ /
| * | Various cleanups in Unicode handling. Note that without Xft on X11 we don't h...jan.nijtmans2019-11-261-23/+23
| |\ \
| | * | X11 correct UTF-16 encoding (not meant for Tk 8.6.10 yet!)jan.nijtmans2019-11-201-32/+46
| * | | merge releasedgp2019-11-223-3/+3
| |\ \ \ | | |/ / | |/| |
| | * | Merge 8.6 except for the broken demo.dgp2019-11-201-0/+9
| | |\ \
| | * \ \ merge 8.6dgp2019-11-026-9/+26
| | |\ \ \
| | * \ \ \ merge 8.6dgp2019-10-282-3/+0
| | |\ \ \ \
| | * \ \ \ \ merge 8.6dgp2019-10-211-1/+20
| | |\ \ \ \ \
| | * | | | | | Check for Xlib.h, not Intrinsic.h when checking for X11 headers (this is a bu...jan.nijtmans2019-10-091-6/+6
| | * | | | | | Merge core-8-6-branchKevin Walzer2019-10-074-6/+4
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ merge 8.6dgp2019-10-022-17/+32
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge core-8-6-branchKevin Walzer2019-09-291-0/+10
| | |\ \ \ \ \ \ \ \