summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixRFont.c
Commit message (Expand)AuthorAgeFilesLines
* Fix Tk_ObjCustomOption documentation. Fix some indentingjan.nijtmans2024-07-121-7/+7
|\
| * Merge 8.7. Fix indentingjan.nijtmans2024-07-121-7/+7
| |\
| * \ Merge 8.6jan.nijtmans2024-05-291-35/+39
| |\ \ | | |/
* | | Merge core-8-6-branch.fvogel2024-05-291-35/+39
|\ \ \ | | |/ | |/|
| * | #ifdef DEBUG_FONTSEL --> #if DEBUG_FONTSEL in tkUnixRFont.cfvogel2024-05-281-3/+3
| * | #define DEBUG_FONTSEL 0fvogel2024-05-261-1/+1
| * | A few further improvements in tkUnixRFont.c by Csaba Nemethi.fvogel2024-05-261-8/+13
| * | A bit better DEBUG_FONTSEL support.core-bug-8162e9b7a9fvogel2024-05-201-21/+21
| * | Remove now useless tkwin argument of GetTkFontAttributes().fvogel2024-05-201-4/+3
| * | Revert 3rd change from [84cd707d] following Csaba's request.fvogel2024-05-201-1/+1
| * | GetTkFontAttributes, Csaba's version (thanks!).fvogel2024-05-171-11/+11
| * | Revert [c03d4e79]fvogel2024-05-171-2/+2
| * | Backout [7edb8725]. Thanks, Jan!fvogel2024-05-171-4/+4
| * | Reduce confusion by using the adequate variable name in GetTkFontAttributes().fvogel2024-05-161-2/+2
| * | The XFT_PIXEL_SIZE property is a double in fontconfig. See also [434d294df8].fvogel2024-05-161-4/+4
* | | Merge 8.7jan.nijtmans2024-03-191-7/+7
|\ \ \ | | |/ | |/|
| * | int -> Tcl_Size in font handling (not done yet)jan.nijtmans2024-03-191-7/+7
* | | Merge 8.7jan.nijtmans2024-03-061-3/+3
|\ \ \ | |/ /
| * | Use more Tcl_CmdDeleteProc/Tcl_ObjCmdProc in stead of full function signaturesjan.nijtmans2024-03-061-3/+3
* | | Merge 8.7jan.nijtmans2024-02-131-3/+3
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2024-02-131-3/+3
| |\ \ | | |/
| | * Fix compilation warning with -DDEBUG_FONTSELjan.nijtmans2024-02-131-3/+3
| * | Merge 8.6jan.nijtmans2023-11-151-9/+10
| |\ \ | | |/
* | | Starting work to compile Tk with TCL_UTF_MAX=4 (WIP)jan.nijtmans2023-11-271-2/+2
* | | Fix [61550f38bf]: font actual returns wrong font size with Xft.fvogel2023-11-151-9/+10
|\ \ \ | |/ / |/| / | |/
| * Redo [4ac7d975].fvogel2023-11-061-1/+1
| * Redo [c306fdd1].fvogel2023-11-061-8/+9
| * Backout [6f485577] since it triggers an unexpected failure in the main branch.fvogel2023-11-061-10/+9
* | Backout [3f4e8a7f] since it triggers an unexpected failure in the main branch.fvogel2023-11-061-10/+9
* | Fix [61550f38bf]: font actual returns wrong font size with Xft.fvogel2023-11-051-9/+10
|\ \ | |/
| * Backout useless [8271b8d2].fvogel2023-10-291-1/+1
| * Fix [61550f38bf]: font actual returns wrong font size with Xft.fvogel2023-10-291-8/+9
* | More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-031-4/+4
* | Merge 8.6jan.nijtmans2023-01-101-3/+1
|\ \ | |/
* | Merge 8.6jan.nijtmans2023-01-081-2/+2
|\ \ | |/
| * Fix [cee095ab5a]: X error handler not uninstalled in tkUnixRFont.c, Tk_Measur...jan.nijtmans2023-01-081-22/+16
* | Fix signature for TkpDrawCharsInContext/TkDrawAngledChars, when compiling wit...jan.nijtmans2022-10-261-13/+9
* | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-8/+8
* | Merge 8.6jan.nijtmans2021-10-141-0/+37
|\ \ | |/
| * Fix [8ebed330ed]: doing some Tk inside of several threads crashesjan.nijtmans2021-10-141-0/+37
* | Merge 8.6marc_culler2020-12-161-1/+0
|\ \ | |/
| * Tidy up with a patch from Christopher Chavez. Removes redundant include direc...marc_culler2020-12-161-1/+0
| * 3 more select-* testcases which sometimes fail on Travis' Ubuntu environmentjan.nijtmans2020-10-111-5/+1
* | (c) -> ©jan.nijtmans2020-12-091-1/+1
* | Some more -Wundef warningsjan.nijtmans2020-10-081-9/+9
* | Merge 8.6jan.nijtmans2020-10-081-2/+1
|\ \ | |/
| * A few NULL <-> None mistakes, more usage of TCL_UNUSED and implicit type-castsjan.nijtmans2020-10-081-10/+10
* | 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