summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixRFont.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [7655f65ae7]: text positioning issues in entry widgets. Patch from Christ...fvogel2020-07-131-0/+83
|\
| * The draw-in-context functions on platforms for which TK_DRAW_IN_CONTEXT is no...fvogel2020-07-121-0/+3
| * Apply a third patch from Christopher Chavez.fvogel2020-04-211-0/+80
* | Merge 8.6jan.nijtmans2020-05-151-2/+2
|\ \ | |/
* | Merge 8.6jan.nijtmans2020-04-141-3/+54
|\ \ | |/
| * Merge 8.6. jan.nijtmans2020-04-131-2/+11
| |\
| * | Additional suggestion by chw. Unfortunately doesn't help any on Ubuntu :-(jan.nijtmans2020-04-121-3/+9
| * | Proposed workaround for [3767882e06]: X Error of failed request: BadLength (p...jan.nijtmans2020-04-091-1/+37
| |/
* | TIP 569 remove lint commentsdgp2020-03-181-1/+1
* | Merge trunkjan.nijtmans2020-02-101-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
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-6/+8
|/ /
* | Merge 8.6. When compiling against Tcl 9.0 headers, don't allow Emoji escape s...jan.nijtmans2019-12-011-1/+1
|\ \ | |/
| * In tkUnixFont, make sure that the utf-to-ucs2 encoder clamps at 0xFFFF. Use m...jan.nijtmans2019-12-011-1/+1
* | Merge 8.6jan.nijtmans2019-11-191-3/+12
|\ \ | |/
| * Experiment: See if this is enough to make Emoji work with Xft on X11jan.nijtmans2019-11-191-3/+11
* | Simplify many MacOS-specific types which are not necessaryjan.nijtmans2019-09-301-2/+2
* | Merge 8.6jan.nijtmans2019-07-021-1/+1
|\ \ | |/
| * Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat...jan.nijtmans2019-07-021-2/+2
* | Implement TIPs 482 and 483dkf2019-04-141-13/+16
|\ \
| * \ Merge trunk.stu2018-07-031-54/+80
| |\ \
| * | | Use macos comment for TkpFontPkgInit.stu2017-11-211-2/+16
| * | | Merge trunk.stu2017-11-071-22/+40
| |\ \ \
| * | | | Bring more TIP #59 to Tk.<br> stu2017-05-201-12/+1
* | | | | Merge 8.6jan.nijtmans2019-01-101-2/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-2/+2
| |\ \ \ \
* | \ \ \ \ Fix [6437e8d00d]: font-24.5 test fails on macOS and Linux. This better fix th...fvogel2018-10-091-3/+13
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Re-integrate the tentative fixes for font-24.5 ([94cfd2f6] for macOS and [123...fvogel2018-10-071-3/+13
* | | | | | Revert [8e4cbf45] as a fix for [6437e8d00d] (font-24.5 test fails on macOS an...fvogel2018-10-071-13/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Revert [e0f026c8] as a fix for [6437e8d00d] (font-24.5 test fails on macOS an...fvogel2018-10-071-13/+3
* | | | | | Fix [6437e8d00d]: font-24.5 test fails on macOS and Linux.fvogel2018-10-061-3/+13
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | Fix [6437e8d00d]: font-24.5 test fails on macOS and Linux. This is the fix fo...fvogel2018-09-301-3/+13
* | | | | 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 [d9fdfa435d]: Long non-wrapped lines in text widget displayed malformed. ...fvogel2017-10-071-21/+39
|\ \ \ \ | |/ / /
| * | | Fix [d9fdfa435d]: Long non-wrapped lines in text widget displayed malformed. ...fvogel2017-08-211-21/+39
* | | | merge core-8-6-branchjan.nijtmans2017-05-231-1/+1
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Fix test-case font-44.1: It looks like XftPatternAddDouble(... XFT_PIXEL_SIZE...jan.nijtmans2017-05-231-1/+1
* | | merge core-8-6-branchjan.nijtmans2017-05-191-10/+13
|\ \ \ | |/ /
| * | Slightly use of more "int" in stead of double, for 100% compatibility at scri...jan.nijtmans2017-05-191-1/+1
| |\ \
| * | | Another attempt to fix [434d294df8b053246ee86e7898d06bc3a6d1d771|434d294df8],...jan.nijtmans2017-05-151-9/+12
| |/ /
* | | Add a few "const" keywords, just for 'correctness'jan.nijtmans2016-09-301-1/+1
* | | Fix [6c0d7aec67]: unicode text input Windows 8jan.nijtmans2016-09-291-2/+2
|\ \ \ | |/ /
| * | 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 back...jan.nijtmans2016-09-271-3/+3
| | |\ \ | | | |/
| | | * Remove useless (void *) casts introduced in checkin [b7a58eae61]. The warning...stwo2012-08-091-1/+1
| | | * Type correctness fix, to stop compiler complaint.dkf2012-07-121-2/+2