Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge tip-166 branch after positive vote by the TCT. Many thanks to Simon ↵ | fvogel | 2017-08-28 | 1 | -2/+5 |
|\ | | | | | | | Bachmann. | ||||
| * | merge trunk | fvogel | 2017-06-05 | 5 | -332/+108 |
| |\ | |||||
| * | | Added -withalpha option to [imageName get]. | simonbachmann | 2017-03-23 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | The list-of-lists-of-pixel-data format now is a registered format as the others. Thanks to this change, [imageName data] now can return data that includes the alpha channel. Changed the position of the '-alpha' and '-boolean' options to [imageName transparency set]. Updated doc Updated test suite | ||||
* | | | Fix [28d0b8fb2f]: According to the ICCCM, the property used for X selection ↵ | fvogel | 2017-08-08 | 1 | -0/+7 |
|\ \ \ | |_|/ |/| | | | | | conversion must be deleted before requesting the conversion. Patch from 'dpb' | ||||
| * | | Fix [28d0b8fb2f]: Delete the property used for X selection conversion before ↵bug_28d0b8fb2f | fvogel | 2017-08-06 | 1 | -0/+7 |
| | | | | | | | | | | | | requesting the conversion. Patch from 'dpb' | ||||
* | | | Sync with Tcl. | stu | 2017-05-31 | 2 | -203/+9 |
| | | | |||||
* | | | merge core-8-6-branch | jan.nijtmans | 2017-05-23 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix test-case font-44.1: It looks like XftPatternAddDouble(... ↵ | jan.nijtmans | 2017-05-23 | 1 | -1/+1 |
| | | | | | | | | | | | | XFT_PIXEL_SIZE ..) doesn't take scaling into account, so we have to do our own scaling. | ||||
* | | | merge core-8-6-branch | jan.nijtmans | 2017-05-23 | 2 | -10/+12 |
|\ \ \ | |/ / | |||||
| * | | Sync tcl.m4 with the version in Tcl's core-8-6-branch | jan.nijtmans | 2017-05-22 | 2 | -12/+14 |
| | | | |||||
| * | | Cherrypick Fix build on OpenBSD. [82701b94c4] missed a couple of bits. | jan.nijtmans | 2017-05-21 | 2 | -3/+7 |
| | | | | | | | | | Tcl/Tk's tcl.m4 isn't identical to TEA's tcl.m4 - be careful! | ||||
* | | | Fix build on OpenBSD. [3439d04a] missed a couple of bits. | stu | 2017-05-20 | 2 | -2/+6 |
| | | | | | | | | | | | | Tcl/Tk's tcl.m4 isn't identical to TEA's tcl.m4 - be careful! | ||||
* | | | merge core-8-6-branch | jan.nijtmans | 2017-05-19 | 2 | -18/+21 |
|\ \ \ | |/ / | |||||
| * | | Slightly use of more "int" in stead of double, for 100% compatibility at ↵bug_434d294df | jan.nijtmans | 2017-05-19 | 3 | -43/+20 |
| |\ \ | | | | | | | | | | | | | script level. | ||||
| | * | | autoconf-2.59 | dgp | 2017-05-18 | 1 | -36/+13 |
| | | | | |||||
| * | | | merge trunk. | jan.nijtmans | 2017-05-18 | 3 | -72/+56 |
| |\ \ \ | | |/ / | | | | | Make "font actual" return integers, for compatibility. | ||||
| * | | | Another attempt to fix ↵ | jan.nijtmans | 2017-05-15 | 2 | -11/+14 |
| | | | | | | | | | | | | | | | | [434d294df8b053246ee86e7898d06bc3a6d1d771|434d294df8], this time (hopefully) suitable for 8.6. (less changes than the original attempt) | ||||
* | | | | merge core-8-6-branch | jan.nijtmans | 2017-05-18 | 2 | -71/+25 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Cherry-pick [http://core.tcl.tk/tclconfig/info/18e79736d236d15d|All the ↵ | jan.nijtmans | 2017-05-18 | 1 | -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] | gcramer | 2017-05-18 | 1 | -37/+44 |
| |\ \ \ | |/ / / |/| / / | |/ / | |||||
| * | | Remove calls to Tk_FreeXId(), since it's just a NOP. | jan.nijtmans | 2017-05-08 | 2 | -2/+0 |
| | | | |||||
* | | | Fix [2433781fff]: Under X11 image/text now will be centered correctly, the ↵bug_2433781 | gcramer | 2017-05-01 | 1 | -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.nijtmans | 2017-02-13 | 1 | -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 restarted | jan.nijtmans | 2017-02-05 | 1 | -0/+46 |
|\ \ | |/ | |||||
| * | Fix [7d967c68]: Tk application fault when ibud-daemon IME is restarted | jan.nijtmans | 2017-02-05 | 1 | -0/+46 |
| |\ | |||||
| | * | Proposed fix for [7d967c68a09e07e355358af40f36dd5dd84c7022|7d967c68]: Tk ↵bug_7d967c68 | jan.nijtmans | 2016-12-15 | 1 | -0/+46 |
| | | | | | | | | | | | | applications segmentation fault when ibus-daemon IME is restarted | ||||
* | | | Compile with -Wwrite-strings, as does Tcl. In pkgIndex files, allow "8.6-" ↵ | jan.nijtmans | 2017-01-20 | 3 | -3/+3 |
| | | | | | | | | | | | | to match, for better interoperability with "novem" | ||||
* | | | tag Tk_FreeXId() as deprecated. Remove the function from the build if ↵ | jan.nijtmans | 2017-01-17 | 1 | -1/+1 |
| | | | | | | | | | | | | TK_NO_DEPRECATED is defined. | ||||
* | | | Fix [3df559ef7c] - Negative bbox width on OS X. | fvogel | 2017-01-07 | 1 | -1/+4 |
|\ \ \ | |/ / | | / | |/ |/| | |||||
| * | Do everything the other way round. Leave things how they were on OS X ↵ | fvogel | 2016-12-30 | 1 | -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 | ||||
* | | More internal use of size_t, so refcounts can be bigger than before (2^31 -> ↵ | jan.nijtmans | 2016-11-04 | 1 | -8/+7 |
| | | | | | | | | 2^32 on 32-bit platforms, even more on 64-bit) | ||||
* | | Add a few "const" keywords, just for 'correctness' | jan.nijtmans | 2016-09-30 | 2 | -4/+4 |
| | | |||||
* | | Fix [6c0d7aec67]: unicode text input Windows 8 | jan.nijtmans | 2016-09-29 | 2 | -10/+18 |
|\ \ | |/ | |||||
| * | Merge core-8-6-branch. More surrogate handling, e.g. in HandleIMEComposition() | jan.nijtmans | 2016-09-27 | 1 | -2/+2 |
| |\ | |||||
| | * | Fix [720879afe9] - WM_CHAR message handling. Patch from Christian Werner ↵ | jan.nijtmans | 2016-09-27 | 2 | -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.5 | dgp | 2015-11-30 | 4 | -16/+25 |
| | | |\ | |||||
| | | * | | Bump to release number 8.5.19 | dgp | 2015-10-23 | 3 | -3/+3 |
| | | | | | |||||
| * | | | | Enhanced proposed fix [6c0d7aec67]: unicode text input Windows 8. More ↵ | jan.nijtmans | 2016-09-19 | 2 | -10/+18 |
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | places where Unicode surrogate handling could be improved. | ||||
| | * | | | More simplifications | jan.nijtmans | 2016-09-19 | 2 | -7/+15 |
| | | | | | |||||
| | * | | | Rename TkUtfToUniChar32 to TkUtfToUniChar2, and various simplifications ↵ | jan.nijtmans | 2016-09-16 | 2 | -16/+1 |
| | | | | | | | | | | | | | | | | | | | | needing less #ifdef's | ||||
| | * | | | Patch from Christian Werner, for evaluation | jan.nijtmans | 2016-09-16 | 2 | -2/+16 |
| |/ / / |/| | | | |||||
* | | | | Fix use of XMaxTransChars in stead of TCL_UTF_MAX in some places. This ↵ | jan.nijtmans | 2016-08-31 | 2 | -6/+6 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | should prevent possible buffer overflow when TCL_UTF_MAX=6 Micro-optimizations in tkEntry and ttkEntry | ||||
| * | | | Start RC branch for Tk 8.6.6 | dgp | 2016-07-12 | 3 | -3/+3 |
| | | | | |||||
* | | | | Change Tk_FreeXId() into a macro. | jan.nijtmans | 2016-08-12 | 1 | -33/+0 |
| | | | | | | | | | | | | A few end-of-line spacing eliminations. | ||||
* | | | | Fix XOffsetRegion/XUnionRegion prototypes (not currently used). Remove ↵ | jan.nijtmans | 2016-05-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | unneccessary white-space. | ||||
* | | | | Fixed [545f10fcf3] - Poor Xft coloured font performance on X11. Thanks to ↵ | fvogel | 2016-05-18 | 1 | -44/+106 |
|\ \ \ \ | |/ / / | | | | | | | | | James Bonfield for the bug report, to Rob Davies for the patch, and to Brian Griffin for the testing | ||||
| * | | | Fixed [545f10fcf3] - Poor Xft coloured font performance on X11. Thanks to ↵bug_545f10fcf3 | fvogel | 2016-05-10 | 1 | -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.nijtmans | 2016-04-11 | 2 | -2/+0 |
| | | | | | | | | | | | | | | | | [8356aa0eec57fa7a] | ||||
* | | | | sync tcl.m4 (both win and unix) with Tcl's version. | jan.nijtmans | 2016-03-22 | 2 | -2/+2 |
| | | | | |||||
* | | | | Make Tk compile warning-free against TIP-389-enabled Tcl 8.7. No change of ↵ | jan.nijtmans | 2016-03-16 | 2 | -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). |