summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* merge 8.6; update changesreleasecore_8_6_7core_8_6_7_rcdgp2017-08-091-0/+7
|\
| * Fix [28d0b8fb2f]: Delete the property used for X selection conversion before ↵bug_28d0b8fb2ffvogel2017-08-061-0/+7
| | | | | | | | requesting the conversion. Patch from 'dpb'
* | merge 8.6dgp2017-05-235-136/+106
|\ \ | |/
| * Fix test-case font-44.1: It looks like XftPatternAddDouble(... ↵jan.nijtmans2017-05-231-1/+1
| | | | | | | | XFT_PIXEL_SIZE ..) doesn't take scaling into account, so we have to do our own scaling.
| * 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
| | | | | | Tcl/Tk's tcl.m4 isn't identical to TEA's tcl.m4 - be careful!
| * Slightly use of more "int" in stead of double, for 100% compatibility at ↵bug_434d294dfjan.nijtmans2017-05-193-43/+20
| |\ | | | | | | | | | script level.
| | * autoconf-2.59dgp2017-05-181-36/+13
| | |
| * | merge trunk. jan.nijtmans2017-05-183-72/+56
| |\ \ | | |/ | | | Make "font actual" return integers, for compatibility.
| | * Cherry-pick [http://core.tcl.tk/tclconfig/info/18e79736d236d15d|All the ↵jan.nijtmans2017-05-181-34/+11
| | | | | | | | | | | | | | | world was a VAX] for OpenBSD. Also fix [84a27b1c67]: Tcl and Tk's tcl.m4 not synced? (configure script not re-generated yet, I'm sure Don will do that in the rc branch)
| | * Fixed bug [2433781fff]gcramer2017-05-181-37/+44
| | |\
| | | * Fix [2433781fff]: Under X11 image/text now will be centered correctly, the ↵bug_2433781gcramer2017-05-011-37/+44
| | | | | | | | | | | | | | | | old algorithm has an obvious offset bug, it did not take into account the case if the padding is even.
| | | * Make tk.h work unchanged with Tcl 9.0 (novem), account for possible missing ↵jan.nijtmans2017-02-131-16/+12
| | | | | | | | | | | | | | | | TCL_STORAGE_CLASS definition. More internal use of size_t in stead of int.
| | | * 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-" ↵jan.nijtmans2017-01-203-3/+3
| | | | | | | | | | | | | | | | | | | | to match, for better interoperability with "novem"
| | | * | tag Tk_FreeXId() as deprecated. Remove the function from the build if ↵jan.nijtmans2017-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | TK_NO_DEPRECATED is defined.
| | | * | Fix [3df559ef7c] - Negative bbox width on OS X.fvogel2017-01-071-1/+4
| | | |\ \
| * | | | | Another attempt to fix ↵jan.nijtmans2017-05-152-11/+14
| |/ / / / | | | | | | | | | | | | | | | [434d294df8b053246ee86e7898d06bc3a6d1d771|434d294df8], this time (hopefully) suitable for 8.6. (less changes than the original attempt)
* | | | | 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 ↵jan.nijtmans2017-03-201-6/+6
| | | | | | | | | | | | | | | | [1610236]: beware FC autoconf fork. This autoconf bug is fixed in later autoconf versions, but as we are stuck with autoconf-2.59 ...
* | | | 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
|\ \ \ | |_|/ |/| |
| * | Proposed fix for [7d967c68a09e07e355358af40f36dd5dd84c7022|7d967c68]: Tk ↵bug_7d967c68jan.nijtmans2016-12-151-0/+46
| |/ | | | | | | applications segmentation fault when ibus-daemon IME is restarted
| * More internal use of size_t, so refcounts can be bigger than before (2^31 -> ↵jan.nijtmans2016-11-041-8/+7
| | | | | | | | 2^32 on 32-bit platforms, even more on 64-bit)
| * Add a few "const" keywords, just for 'correctness'jan.nijtmans2016-09-302-4/+4
| |
| * Fix [6c0d7aec67]: unicode text input Windows 8jan.nijtmans2016-09-292-10/+18
| |\
* | | Do everything the other way round. Leave things how they were on OS X ↵fvogel2016-12-301-1/+4
| |/ |/| | | | | (revert [a076cf64] and [42e0339e]), and fix TkpDrawCharsInContext() on Win and Linux in case these platforms at some point of time decide to define TK_LAYOUT_WITH_BASE_CHUNKS and TK_DRAW_IN_CONTEXT to true
* | Merge core-8-6-branch. More surrogate handling, e.g. in HandleIMEComposition()jan.nijtmans2016-09-271-2/+2
|\ \
| * \ Fix [720879afe9] - WM_CHAR message handling. Patch from Christian Werner ↵jan.nijtmans2016-09-272-4/+4
| |\ \ | | | | | | | | | | | | | | | | backported from http://www.androwish.org/index.html/info/a0da5845594cec28. Change (internal) TkpGetFontAttrsForChar() signature to match androwish's, no functional change.
| | * \ merge 8.5dgp2015-11-304-16/+25
| | |\ \
| | * | | Bump to release number 8.5.19dgp2015-10-233-3/+3
| | | | |
* | | | | Enhanced proposed fix [6c0d7aec67]: unicode text input Windows 8. More ↵jan.nijtmans2016-09-192-10/+18
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | places where Unicode surrogate handling could be improved.
| * | | | More simplificationsjan.nijtmans2016-09-192-7/+15
| | | | |
| * | | | Rename TkUtfToUniChar32 to TkUtfToUniChar2, and various simplifications ↵jan.nijtmans2016-09-162-16/+1
| | | | | | | | | | | | | | | | | | | | needing less #ifdef's
| * | | | Patch from Christian Werner, for evaluationjan.nijtmans2016-09-162-2/+16
| | |_|/ | |/| |
| * | | Fix use of XMaxTransChars in stead of TCL_UTF_MAX in some places. This ↵jan.nijtmans2016-08-312-6/+6
| |\ \ \ | |/ / / |/| | | | | | | | | | | should prevent possible buffer overflow when TCL_UTF_MAX=6 Micro-optimizations in tkEntry and ttkEntry
| * | | Change Tk_FreeXId() into a macro.jan.nijtmans2016-08-121-33/+0
| | | | | | | | | | | | A few end-of-line spacing eliminations.
| * | | Fix XOffsetRegion/XUnionRegion prototypes (not currently used). Remove ↵jan.nijtmans2016-05-191-2/+2
| | | | | | | | | | | | | | | | unneccessary white-space.
| * | | Fixed [545f10fcf3] - Poor Xft coloured font performance on X11. Thanks to ↵fvogel2016-05-181-44/+106
| |\ \ \ | | | | | | | | | | | | | | | James Bonfield for the bug report, to Rob Davies for the patch, and to Brian Griffin for the testing
| * | | | Deprecate Tk_FreeXId(), since it doesn't do anything since 2008-08-19: ↵jan.nijtmans2016-04-112-2/+0
| | | | | | | | | | | | | | | | | | | | [8356aa0eec57fa7a]
| * | | | sync tcl.m4 (both win and unix) with Tcl's version.jan.nijtmans2016-03-222-2/+2
| | | | |
| * | | | Make Tk compile warning-free against TIP-389-enabled Tcl 8.7. No change of ↵jan.nijtmans2016-03-162-2/+2
| | | | | | | | | | | | | | | | | | | | functionality, since font-names generally don't contain out-of-BMP Unicode characters (if they do in the future, that still can be fixed then).
| * | | | configure.in -> configure.acjan.nijtmans2016-03-152-6/+6
| | | | |
| * | | | Bump trunk to 8.7a0 to accept new feature development.dgp2016-03-033-6775/+4409
| | | | |
* | | | | Start RC branch for Tk 8.6.6dgp2016-07-123-3/+3
| |/ / / |/| | |
* | | | Fixed [545f10fcf3] - Poor Xft coloured font performance on X11. Thanks to ↵bug_545f10fcf3fvogel2016-05-101-44/+106
|/ / / | | | | | | | | | James Bonfield for the bug report, to Rob Davies for the patch, and to Brian Griffin for the testing
* | | Update version in tk.specjan.nijtmans2016-03-021-1/+1
| | |
* | | Revert part of [032c1ee138449c93dfa885fab07796783945e174|032c1ee138]: Only ↵jan.nijtmans2016-03-021-6/+6
| | | | | | | | | | | | the patchlevel should have been changed, nothing else.
* | | Put [wm forget] fix in the 8.6.5 release.core_8_6_5core_8_6_5_rcdgp2016-02-251-0/+5
|\ \ \