| Commit message (Expand) | Author | Age | Files | Lines |
* | Tidy up with a patch from Christopher Chavez. Removes redundant include direc... | marc_culler | 2020-12-16 | 1 | -1/+0 |
|
|
* | 3 more select-* testcases which sometimes fail on Travis' Ubuntu environment | jan.nijtmans | 2020-10-11 | 1 | -5/+1 |
|
|
* | A few NULL <-> None mistakes, more usage of TCL_UNUSED and implicit type-casts | jan.nijtmans | 2020-10-08 | 1 | -10/+10 |
|
|
* | The draw-in-context functions on platforms for which TK_DRAW_IN_CONTEXT is no... | fvogel | 2020-07-12 | 1 | -0/+3 |
|
|
* | Apply a third patch from Christopher Chavez. | fvogel | 2020-04-21 | 1 | -0/+80 |
|
|
* | Merge 8.6.
| jan.nijtmans | 2020-04-13 | 1 | -2/+11 |
|\ |
|
* | | Additional suggestion by chw. Unfortunately doesn't help any on Ubuntu :-( | jan.nijtmans | 2020-04-12 | 1 | -3/+9 |
|
|
* | | Proposed workaround for [3767882e06]: X Error of failed request: BadLength (p... | jan.nijtmans | 2020-04-09 | 1 | -1/+37 |
|/ |
|
* | Fix [90a4b7581f]: Tk fontconfig crash if there is no font installed | fvogel | 2020-01-26 | 1 | -1/+1 |
|
|
* | In tkUnixFont, make sure that the utf-to-ucs2 encoder clamps at 0xFFFF. Use m... | jan.nijtmans | 2019-12-01 | 1 | -1/+1 |
|
|
* | Experiment: See if this is enough to make Emoji work with Xft on X11 | jan.nijtmans | 2019-11-19 | 1 | -3/+11 |
|
|
* | Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat... | jan.nijtmans | 2019-07-02 | 1 | -2/+2 |
|
|
* | Merge 8.6 and all changes from original [bug-9e31fd9449] branch | jan.nijtmans | 2019-01-08 | 1 | -2/+2 |
|\ |
|
* | | Re-integrate the tentative fixes for font-24.5 ([94cfd2f6] for macOS and [123... | fvogel | 2018-10-07 | 1 | -3/+13 |
|
|
* | | Revert [e0f026c8] as a fix for [6437e8d00d] (font-24.5 test fails on macOS an... | fvogel | 2018-10-07 | 1 | -13/+3 |
|
|
* | | Fix [6437e8d00d]: font-24.5 test fails on macOS and Linux. This is the fix fo... | fvogel | 2018-09-30 | 1 | -3/+13 |
|
|
* | | Moderate impact of the comment added in the previous commit. | fvogel | 2018-03-06 | 1 | -9/+13 |
|
|
* | | Add a comment (from Gregor Cramer). | fvogel | 2018-03-05 | 1 | -0/+10 |
|
|
* | | Fix [71b1319acc]: Regression in tkUnixRFont.c. Patch from Christian Werner. | fvogel | 2018-01-29 | 1 | -54/+66 |
|
|
* | | Fix [d9fdfa435d]: Long non-wrapped lines in text widget displayed malformed. ... | fvogel | 2017-08-21 | 1 | -21/+39 |
|
|
* | | Fix test-case font-44.1: It looks like XftPatternAddDouble(... XFT_PIXEL_SIZE... | jan.nijtmans | 2017-05-23 | 1 | -1/+1 |
|
|
* | | Slightly use of more "int" in stead of double, for 100% compatibility at scri... | jan.nijtmans | 2017-05-19 | 1 | -1/+1 |
|\ \ |
|
* | | | Another attempt to fix [434d294df8b053246ee86e7898d06bc3a6d1d771|434d294df8],... | jan.nijtmans | 2017-05-15 | 1 | -9/+12 |
|/ / |
|
* | | 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 back... | jan.nijtmans | 2016-09-27 | 1 | -3/+3 |
| |\ \
| | |/ |
|
| | * | Remove useless (void *) casts introduced in checkin [b7a58eae61]. The warning... | stwo | 2012-08-09 | 1 | -1/+1 |
|
|
| | * | Type correctness fix, to stop compiler complaint. | dkf | 2012-07-12 | 1 | -2/+2 |
|
|
* | | | Enhanced proposed fix [6c0d7aec67]: unicode text input Windows 8. More places... | jan.nijtmans | 2016-09-19 | 1 | -3/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | More simplifications | jan.nijtmans | 2016-09-19 | 1 | -1/+1 |
|
|
| * | | Rename TkUtfToUniChar32 to TkUtfToUniChar2, and various simplifications needi... | jan.nijtmans | 2016-09-16 | 1 | -11/+1 |
|
|
| * | | Patch from Christian Werner, for evaluation | jan.nijtmans | 2016-09-16 | 1 | -1/+11 |
|
|
| * | | Fix XOffsetRegion/XUnionRegion prototypes (not currently used). Remove unnecc... | jan.nijtmans | 2016-05-19 | 1 | -2/+2 |
|
|
| * | | Fixed [545f10fcf3] - Poor Xft coloured font performance on X11. Thanks to Jam... | fvogel | 2016-05-18 | 1 | -44/+106 |
| |\ \
| |/ /
|/| | |
|
| * | | Make Tk compile warning-free against TIP-389-enabled Tcl 8.7. No change of fu... | jan.nijtmans | 2016-03-16 | 1 | -1/+1 |
|
|
* | | | Fixed [545f10fcf3] - Poor Xft coloured font performance on X11. Thanks to Jam... | fvogel | 2016-05-10 | 1 | -44/+106 |
|/ / |
|
* | | Remove useless (void *) casts introduced in checkin [81e50c85ed]. The warning... | stwo | 2012-08-09 | 1 | -1/+1 |
|
|
* | | Zap trailing whitespace. | stwo | 2012-08-06 | 1 | -1/+1 |
|
|
* | | Type correctness fix, to stop compiler complaint | jan.nijtmans | 2012-07-12 | 1 | -2/+2 |
|
|
* | | Fix text clipping when working with the Xft-based renderer. | dkf | 2012-06-12 | 1 | -0/+39 |
|\ \
| |/ |
|
| * | Fix text clipping when working with the Xft-based renderer. | dkf | 2012-06-12 | 1 | -0/+28 |
|
|
* | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| * | Cast some NULLs to (void *) in order to quash "missing sentinel in function c... | stwo | 2011-01-06 | 1 | -2/+2 |
|
|
| * | Revert my last commit on grounds it is more likely to cause problems than not. | dkf | 2010-01-02 | 1 | -3/+1 |
|
|
| * | Added point-size conversion, from Ubuntu port. | dkf | 2010-01-02 | 1 | -1/+3 |
|
|
| * | [Bug 1961455]: Draw underlines and overstrikes when using Xft for font rendering | dkf | 2009-10-10 | 1 | -4/+57 |
|
|
| * | Backport of "misconfigured xft font engine" fixes. | dkf | 2009-09-10 | 1 | -2/+15 |
|
|
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -4/+4 |
|
|
* | | Cast some NULLs to (void *) in order to quash "missing sentinel in function c... | stwo | 2011-01-06 | 1 | -2/+2 |
|
|
* | | * generic/tkInt.decls (TkDrawAngledTextLayout,TkDrawAngledChars,...): | dkf | 2010-12-02 | 1 | -3/+3 |
|
|