summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Sync tcl.m4 with Tcl, and regenerate configure scriptjan.nijtmans2018-06-182-9/+146
|\
| * Sync DIR64 changes from Tcl to Tk too (even though DIR64 isn't actually used ...jan.nijtmans2018-06-182-1/+74
* | merge 8.5jan.nijtmans2018-06-172-2/+9
|\ \ | |/
| * Sync tcl.m4 with Tcl version. Re-generate unix/configure scriptjan.nijtmans2018-06-172-1/+10
* | Improved surrogate handling for TCL_UTF_MAX=3|4. (backported from androwish)....jan.nijtmans2018-04-111-19/+19
* | Fix [71b1319acc]: Regression in tkUnixRFont.c. Patch from Christian Werner, w...fvogel2018-03-071-54/+80
|\ \
| * | Moderate impact of the comment added in the previous commit.fvogel2018-03-061-9/+13
| * | Add a comment (from Gregor Cramer).fvogel2018-03-051-0/+10
| * | Fix [71b1319acc]: Regression in tkUnixRFont.c. Patch from Christian Werner.fvogel2018-01-291-54/+66
* | | Fix [b631acf716f478cc5b121e64d4a747563fb792a|b631acf716]: unix/tcl.m4 still c...jan.nijtmans2018-03-011-3/+0
* | | Remove superfluous blank linefvogel2018-01-311-1/+0
* | | Patch refinement from Christian Werner. It is now possible to 'make test' wit...fvogel2018-01-311-0/+10
* | | Fix [502e74e9ad]: crash for untrusted X connections (for ssh: ForwardX11Trust...fvogel2018-01-291-24/+42
|/ /
* | Permit Tk 8.6 to use deprecated Tcl constructs (since we cannot look into the...jan.nijtmans2018-01-221-2/+2
* | Fix broken build (one line of the patch was missing)fvogel2018-01-181-0/+1
* | Fix [382712ade6]: X11: 'event generate . <KeyPress>' segfaults. Patch from Ch...fvogel2018-01-101-1/+27
* | merge 8.6dgp2017-12-211-1/+1
|\ \
| * | Distribute *.png files with the test suite.dgp2017-12-211-1/+1
* | | Merge 8.6; update changesdgp2017-12-191-2/+1
|\ \ \ | |/ /
| * | Add win/rules-ext.vc and win/targets.vc to "make dist".jan.nijtmans2017-12-181-2/+1
* | | Start RC branch for Tk 8.6.8dgp2017-12-063-3/+3
|/ /
* | Fix [73ba07efcd]: Use correct property type when handling MULTIPLE conversion...fvogel2017-11-191-4/+5
|\ \
| * | Fix [73ba07efcd]: Use correct property type when handling MULTIPLE conversion...fvogel2017-09-021-4/+5
* | | Reorganization to put all code related to Ximages in the newculler2017-11-081-2/+6
* | | Fix [55b95f578a]: Associating variable with bignum value with scale crashes it.fvogel2017-10-221-4/+18
|\ \ \
| * | | Fix more issues with sprintf in the scale widget.fvogel2017-10-071-4/+18
| |/ /
* | | Fix [d9fdfa435d]: Long non-wrapped lines in text widget displayed malformed. ...fvogel2017-08-211-21/+39
|/ /
* | merge 8.6; update changesdgp2017-08-091-0/+7
|\ \
| * | Fix [28d0b8fb2f]: Delete the property used for X selection conversion before ...fvogel2017-08-061-0/+7
* | | merge 8.6dgp2017-05-235-136/+106
|\ \ \ | |/ /
| * | Fix test-case font-44.1: It looks like XftPatternAddDouble(... XFT_PIXEL_SIZE...jan.nijtmans2017-05-231-1/+1
| * | Sync tcl.m4 with the version in Tcl's core-8-6-branchjan.nijtmans2017-05-222-12/+14
| * | Cherrypick Fix build on OpenBSD. [82701b94c4] missed a couple of bits.jan.nijtmans2017-05-212-3/+7
| * | Slightly use of more "int" in stead of double, for 100% compatibility at scri...jan.nijtmans2017-05-193-43/+20
| |\ \
| | * | autoconf-2.59dgp2017-05-181-36/+13
| * | | merge trunk. jan.nijtmans2017-05-183-72/+56
| |\ \ \ | | |/ /
| | * | Cherry-pick [http://core.tcl.tk/tclconfig/info/18e79736d236d15d|All the world...jan.nijtmans2017-05-181-34/+11
| | * | Fixed bug [2433781fff]gcramer2017-05-181-37/+44
| | |\ \
| | | * | Fix [2433781fff]: Under X11 image/text now will be centered correctly, the ol...gcramer2017-05-011-37/+44
| | | * | Make tk.h work unchanged with Tcl 9.0 (novem), account for possible missing T...jan.nijtmans2017-02-131-16/+12
| | | * | Fix [7d967c68]: Tk application fault when ibud-daemon IME is restartedjan.nijtmans2017-02-051-0/+46
| | | |\ \
| | | * | | Compile with -Wwrite-strings, as does Tcl. In pkgIndex files, allow "8.6-" to...jan.nijtmans2017-01-203-3/+3
| | | * | | tag Tk_FreeXId() as deprecated. Remove the function from the build if TK_NO_D...jan.nijtmans2017-01-171-1/+1
| | | * | | Fix [3df559ef7c] - Negative bbox width on OS X.fvogel2017-01-071-1/+4
| | | |\ \ \
| * | | | | | Another attempt to fix [434d294df8b053246ee86e7898d06bc3a6d1d771|434d294df8],...jan.nijtmans2017-05-152-11/+14
| |/ / / / /
* | | | | | merge 8.6dgp2017-05-082-2/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Remove calls to Tk_FreeXId(), since it's just a NOP.jan.nijtmans2017-05-082-2/+0
| | |_|/ / | |/| | |
* | | | | Check for Xlib.h in stead of Intrinsic.h in configure script. Reason: see [16...jan.nijtmans2017-03-201-6/+6
* | | | | Start RC branch for Tk 8.6.7dgp2017-03-103-9/+9
|/ / / /
* | | | Fix [7d967c68]: Tk application fault when ibud-daemon IME is restartedjan.nijtmans2017-02-051-0/+46
|\ \ \ \ | |_|/ / |/| | |