summaryrefslogtreecommitdiffstats
path: root/win/tkWinFont.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * *A() to *W() Win32 API changes, actually the same because Tk is already compi...jan.nijtmans2019-09-191-35/+20
| * Fix [a179564826] for Windows/UNIX: It is now possible to display Emoji on Win...jan.nijtmans2019-09-171-8/+13
| |\
| | * Merge 8.6. Add some more protections.jan.nijtmans2019-09-161-26/+28
| | |\ | | |/ | |/|
| * | TCHAR -> WCHAR conversions, since our TCHAR is actually WCHAR when compiling ...jan.nijtmans2019-09-161-17/+17
| | * increase FONATMAP_PAGES so it can hold 3 planes of Unicode characters in stea...jan.nijtmans2019-09-131-3/+2
| |/
* | Merge trunkjan.nijtmans2019-09-091-5/+5
|\ \
| * \ Fix typo in a comment in tkWinFont.c. Thanks to C. Chavezfvogel2019-08-111-1/+1
| |\ \ | | |/
| | * Fix typo in a comment in tkWinFont.c. Thanks to C. Chavezfvogel2019-08-111-1/+1
* | | Merge trunkjan.nijtmans2019-07-071-2/+2
|\ \ \ | |/ /
| * | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-021-1/+1
| |\ \ | | |/
| | * Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-021-1/+1
| * | Merge 8.6jan.nijtmans2019-07-021-1/+1
| |\ \ | | |/
| | * Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat...jan.nijtmans2019-07-021-1/+1
* | | Merge trunkjan.nijtmans2019-06-201-1/+1
|\ \ \ | |/ /
| * | Merge 8.6. Code cleanup, possible because we know we are compiling in UNICOD...jan.nijtmans2019-06-191-18/+18
| |\ \ | | |/
| | * Don't re-reference encoding "unicode", when we can re-use the encoding.jan.nijtmans2019-06-191-1/+1
* | | Switch back to using Tcl_UtfToExternalDString() in tkWinFont.c, since - someh...jan.nijtmans2019-06-111-6/+11
* | | Missing Tcl_DStringInit() call.jan.nijtmans2019-06-111-0/+1
* | | More TCHAR -> WCHAR conversionsjan.nijtmans2019-06-111-32/+30
|/ /
* | Merge 8.6jan.nijtmans2019-01-101-1/+1
|\ \ | |/
| *-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-10/+10
| |\ \
| * \ \ Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-9/+9
| |\ \ \ | | |/ / | |/| |
| | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-6/+6
| | |/
* | | merge core-8-6-branchjan.nijtmans2017-05-191-3/+3
|\ \ \ | |/ /
| * | Slightly use of more "int" in stead of double, for 100% compatibility at scri...jan.nijtmans2017-05-191-2/+2
| |\ \
| * | | Another attempt to fix [434d294df8b053246ee86e7898d06bc3a6d1d771|434d294df8],...jan.nijtmans2017-05-151-1/+1
| |/ /
* | | Fixed [c0dbdd3ff3]: Tk Compatibility Fonts block access to system fontsfvogel2017-01-281-16/+0
* | | Fix [140ea8ab38]: Long text lines are not drawn on Windows.pspjuth2017-01-251-1/+9
|\ \ \ | |/ /
| * | Fix [140ea8ab38]: Long text lines are not drawn on Windows.pspjuth2017-01-251-1/+9
| |\ \ | | |/
| | * Fix [140ea8ab38]: Long text lines are not drawn on Windows.pspjuth2017-01-251-1/+9
* | | merge core-8-6-branchjan.nijtmans2017-01-181-25/+16
|\ \ \ | |/ /
| * | Use the win32 Wide API in some more places. And some simplifications, since w...jan.nijtmans2017-01-181-25/+16
* | | Fix [3df559ef7c] - Negative bbox width on OS X.fvogel2017-01-071-1/+5
|\ \ \ | |/ /