summaryrefslogtreecommitdiffstats
path: root/win/tkWinFont.c
Commit message (Expand)AuthorAgeFilesLines
* More -Wconversion C warning fixesjan.nijtmans2023-03-061-3/+3
* -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-031-20/+16
* Whenever searching fonts with Tcl_UtfToExternal(... TCL_ENCODING_STOPONERROR ...jan.nijtmans2023-01-241-2/+2
* Switch off XLIB_ILLEGAL_ACCESS in Xlib.h, making some acess to Display only p...jan.nijtmans2022-11-151-1/+1
* More Xlib.h macro usagejan.nijtmans2022-11-151-2/+2
* Fix signature for TkpDrawCharsInContext/TkDrawAngledChars, when compiling wit...jan.nijtmans2022-10-261-8/+9
* Fix buildjan.nijtmans2022-10-121-1/+1
* TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-7/+7
* Fix building against Tcl 8.6 headersjan.nijtmans2022-04-031-4/+4
* Eliminate compile warnings, due to the usage of Tcl_ExternalToUtfDString()/Tc...jan.nijtmans2022-04-011-8/+8
* Fix [0338867c74]: Windows text widget hangs when Phaistos font is installedfvogel2021-09-211-9/+9
|\
| * Fix [0338867c74]: Windows text widget hang Phaistos font installedfvogel2021-09-201-9/+9
* | Merge 8.6jan.nijtmans2020-12-141-2/+2
|\ \ | |/
| * Better warning fix for Windows (slightly better rounding behavior)jan.nijtmans2020-12-141-2/+2
* | Merge 8.6jan.nijtmans2020-12-141-2/+2
|\ \ | |/
| * Fix warnings seen on MS-VC6 PSDK 2003SP1: C:\test\tk8.6.11_rc0\win\..\win\tkW...jan.nijtmans2020-12-141-2/+2
* | (c) -> ©jan.nijtmans2020-12-091-3/+3
* | Merge 8.6jan.nijtmans2020-09-111-3/+3
|\ \ | |/
| * Fix [3bc0f44ef3]: UBSan complains about body.chars[] usagejan.nijtmans2020-09-111-19/+16
| |\ | |/ |/|
* | Fix [7655f65ae7]: text positioning issues in entry widgets. Patch from Christ...fvogel2020-07-131-1/+35
|\ \ | |/
| * The draw-in-context functions on platforms for which TK_DRAW_IN_CONTEXT is no...fvogel2020-07-121-1/+4
| * merge core-8-6-branchfvogel2020-05-011-7/+9
| |\
| * | Apply a third patch from Christopher Chavez.fvogel2020-04-211-2/+2
| * | Apply another patch by Christopher Chavez that fixes the jerk of strings on a...fvogel2020-04-191-0/+31
* | | Fix [cd8714756c]: Long lines of rotated text not printing correctly - MultiFo...fvogel2020-05-011-7/+9
|\ \ \ | | |/ | |/|
| * | Remove cast to int when calling MultiFontTextOut from TkDrawAngledChars (sinc...fvogel2020-04-261-3/+3
| * | Fix [cd8714756c]: Long lines of rotated text not printing correctly - MultiFo...fvogel2020-04-221-4/+6
| |/
* | Merge 8.6jan.nijtmans2020-04-061-1/+1
|\ \ | |/
| * Better implementation of TkUtfToUniChar(), one that doesn't require cooperati...jan.nijtmans2020-04-061-46/+52
| |\
| | * Replace all instances of Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar() with Tcl_Uni...jan.nijtmans2020-03-241-39/+44
* | | Merge 8.6. More TCL_UNUSED() usage.jan.nijtmans2020-03-191-32/+18
|\ \ \ | | |/ | |/|
| * | Increase FONTMAP_PAGES from 192 to 256, making room for Unicode 13 plane 3.jan.nijtmans2020-03-191-4/+5
* | | More progress in making win32 build C++-ready.jan.nijtmans2020-03-101-17/+17
* | | Merge 8.7jan.nijtmans2020-02-061-2/+2
|\ \ \
* | | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-2/+2
* | | | Merge 8.7. More WIP.jan.nijtmans2019-12-161-7/+19
|/ / /
* | | Merge 8.6jan.nijtmans2019-11-261-2/+2
|\ \ \ | |/ /
| * | Now that TkUniCharToUtf() produces maximum of 4 bytes, reduce storage. More c...jan.nijtmans2019-11-211-2/+2
* | | merge core-8-6-branch, in particular, push a different fix for the 'Column .....fvogel2019-11-011-1/+1
|\ \ \ | |/ /
| * | Somewhat more progress on [a179564826]: Tk 8.6: prevent issues when encounter...jan.nijtmans2019-11-011-1/+1
| |/
| * Add type-casts to many usage of Tcl_WinTCharToUtf(), so Tk compiles without w...jan.nijtmans2019-09-241-4/+4
* | Sometimes one MultiByteToWideChar() call does the same as 5 Tcl API calls.jan.nijtmans2019-10-041-5/+1
* | Fix [f5888bbd75a0]: font-5.3 test crashes on Windows in trunkjan.nijtmans2019-10-011-3/+6
* | Fix 2 left-over Tcl_WinUtfToTChar() calls. Some more code cleanup, made possi...jan.nijtmans2019-09-251-5/+4
* | Merge 8.6. jan.nijtmans2019-09-231-19/+19
|\ \ | |/
| * Use more explicit *W()-forms of the Win32 API, instead of relying on -DUNICODEjan.nijtmans2019-09-231-19/+19
* | Revert part of [8867a5752c55c16c]: Don't rule out certain fonts, because it c...jan.nijtmans2019-09-201-16/+0
* | Merge 8.6jan.nijtmans2019-09-201-9/+2
|\ \ | |/
| * Eliminate systemEncoding local variable. Don't use TCL_INDEX_NONE yet in 8.6,...jan.nijtmans2019-09-201-16/+6
* | Merge trunkjan.nijtmans2019-09-201-43/+50
|\ \ | |/