Tk Source Code

Check-in [84cd707d]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix [61550f38bf]: font actual returns wrong font size with Xft.
Downloads: See separate download page
Timelines: family | ancestors | descendants | both | core-8-6-branch
Files: files | file ages | folders
SHA3-256: 84cd707d483d30cd1069401a08157c15a480d8d515e8d33bec4df33fb82782fd
User & Date: fvogel 2023-11-15 19:55:23.712
References
2024-05-20
14:58
Revert 3rd change from [84cd707d] following Csaba's request. check-in: 0d473dd0 user: fvogel tags: bug-8162e9b7a9
2024-05-18
14:27 Ticket [8162e9b7] Fonts are always scaled with UI when creating new instances status still Open with 3 other changes artifact: b638febf user: fvogel
2024-05-17
20:51 Ticket [8162e9b7]: 3 changes artifact: cc92c93e user: fvogel
2024-05-16
06:09 Ticket [8162e9b7]: 3 changes artifact: aa11b00b user: jan.nijtmans
2024-05-15
22:09 Ticket [8162e9b7]: 3 changes artifact: ca2dbee6 user: fvogel
11:28
Experiment: is [84cd707d] the cause of [8162e9b7a9]? I don't see anything wrong with this commit. closed check-in: a2234d91 user: jan.nijtmans tags: backout-84cd707d
Context
2024-05-15
11:28
Experiment: is [84cd707d] the cause of [8162e9b7a9]? I don't see anything wrong with this commit. closed check-in: a2234d91 user: jan.nijtmans tags: backout-84cd707d
2023-11-22
12:28
Fix [22a4ad2a6e]: Aqua: let Core Graphics manage pixmap data memory. Patch from Christopher Chavez. check-in: 3eb478b0 user: fvogel tags: core-8-6-branch
2023-11-21
22:11
Fix [22a4ad2a6e]: Aqua: let Core Graphics manage pixmap data memory. Patch from Christopher Chavez. check-in: 6926b536 user: fvogel tags: bug-22a4ad2a6e
21:11
Patch for [1d8b7124b6]: X11: Photo images not drawn correctly for 32-bit visuals, by Christopher Chavez. This does not build on Windows though. check-in: 182ef922 user: fvogel tags: bug-1d8b7124b6
2023-11-16
20:09
merge core-8-6-branch check-in: 618aa93c user: fvogel tags: less_tests_constraints
2023-11-15
20:19
Merge 8.6 check-in: 8e171a9f user: jan.nijtmans tags: core-8-branch
19:55
Fix [61550f38bf]: font actual returns wrong font size with Xft. check-in: 68b2ed5c user: fvogel tags: trunk, main
19:55
Fix [61550f38bf]: font actual returns wrong font size with Xft. check-in: 84cd707d user: fvogel tags: core-8-6-branch
19:54
Remove debug outputs. closed check-in: dbc9bb9f user: fvogel tags: bug-61550f38bf
2023-11-13
17:26
Using the application's TkMainInfo struct for sharing the nbTabsStickBit in a thread-safe manner. Thanks Christian W.! check-in: a1b5bcd3 user: csaba tags: core-8-6-branch
Changes
Unified Diff Side-by-Side Diff Patch
Changes to tests/font.test.
Changes to unix/tkUnixRFont.c.