| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6. | jan.nijtmans | 2019-09-23 | 1 | -19/+19 |
|\ |
|
| * | Use more explicit *W()-forms of the Win32 API, instead of relying on -DUNICODE | jan.nijtmans | 2019-09-23 | 1 | -19/+19 |
|
|
* | | Revert part of [8867a5752c55c16c]: Don't rule out certain fonts, because it c... | jan.nijtmans | 2019-09-20 | 1 | -16/+0 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-09-20 | 1 | -9/+2 |
|\ \
| |/ |
|
| * | Eliminate systemEncoding local variable. Don't use TCL_INDEX_NONE yet in 8.6,... | jan.nijtmans | 2019-09-20 | 1 | -16/+6 |
|
|
* | | Merge trunk | jan.nijtmans | 2019-09-20 | 1 | -43/+50 |
|\ \
| |/ |
|
| * | *A() to *W() Win32 API changes, actually the same because Tk is already compi... | jan.nijtmans | 2019-09-19 | 1 | -35/+20 |
|
|
| * | Fix [a179564826] for Windows/UNIX: It is now possible to display Emoji on Win... | jan.nijtmans | 2019-09-17 | 1 | -8/+13 |
| |\ |
|
| | * | Merge 8.6. Add some more protections. | jan.nijtmans | 2019-09-16 | 1 | -26/+28 |
| | |\
| | |/
| |/| |
|
| * | | TCHAR -> WCHAR conversions, since our TCHAR is actually WCHAR when compiling ... | jan.nijtmans | 2019-09-16 | 1 | -17/+17 |
|
|
| | * | increase FONATMAP_PAGES so it can hold 3 planes of Unicode characters in stea... | jan.nijtmans | 2019-09-13 | 1 | -3/+2 |
| |/ |
|
* | | Merge trunk | jan.nijtmans | 2019-09-09 | 1 | -5/+5 |
|\ \ |
|
| * \ | Fix typo in a comment in tkWinFont.c. Thanks to C. Chavez | fvogel | 2019-08-11 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Fix typo in a comment in tkWinFont.c. Thanks to C. Chavez | fvogel | 2019-08-11 | 1 | -1/+1 |
|
|
* | | | Merge trunk | jan.nijtmans | 2019-07-07 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez) | fvogel | 2019-07-02 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez) | fvogel | 2019-07-02 | 1 | -1/+1 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2019-07-02 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat... | jan.nijtmans | 2019-07-02 | 1 | -1/+1 |
|
|
* | | | Merge trunk | jan.nijtmans | 2019-06-20 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6. Code cleanup, possible because we know we are compiling in UNICOD... | jan.nijtmans | 2019-06-19 | 1 | -18/+18 |
| |\ \
| | |/ |
|
| | * | Don't re-reference encoding "unicode", when we can re-use the encoding. | jan.nijtmans | 2019-06-19 | 1 | -1/+1 |
|
|
* | | | Switch back to using Tcl_UtfToExternalDString() in tkWinFont.c, since - someh... | jan.nijtmans | 2019-06-11 | 1 | -6/+11 |
|
|
* | | | Missing Tcl_DStringInit() call. | jan.nijtmans | 2019-06-11 | 1 | -0/+1 |
|
|
* | | | More TCHAR -> WCHAR conversions | jan.nijtmans | 2019-06-11 | 1 | -32/+30 |
|/ / |
|
* | | Merge 8.6 | jan.nijtmans | 2019-01-10 | 1 | -1/+1 |
|\ \
| |/ |
|
| *-. | Merge 8.6 and all changes from original [bug-9e31fd9449] branch | jan.nijtmans | 2019-01-08 | 1 | -10/+10 |
| |\ \ |
|
| * \ \ | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols
| jan.nijtmans | 2018-12-20 | 1 | -9/+9 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2018-12-20 | 1 | -6/+6 |
| | |/ |
|
* | | | merge core-8-6-branch | jan.nijtmans | 2017-05-19 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | Slightly use of more "int" in stead of double, for 100% compatibility at scri... | jan.nijtmans | 2017-05-19 | 1 | -2/+2 |
| |\ \ |
|
| * | | | Another attempt to fix [434d294df8b053246ee86e7898d06bc3a6d1d771|434d294df8],... | jan.nijtmans | 2017-05-15 | 1 | -1/+1 |
| |/ / |
|
* | | | Fixed [c0dbdd3ff3]: Tk Compatibility Fonts block access to system fonts | fvogel | 2017-01-28 | 1 | -16/+0 |
|
|
* | | | Fix [140ea8ab38]: Long text lines are not drawn on Windows. | pspjuth | 2017-01-25 | 1 | -1/+9 |
|\ \ \
| |/ / |
|
| * | | Fix [140ea8ab38]: Long text lines are not drawn on Windows. | pspjuth | 2017-01-25 | 1 | -1/+9 |
| |\ \
| | |/ |
|
| | * | Fix [140ea8ab38]: Long text lines are not drawn on Windows. | pspjuth | 2017-01-25 | 1 | -1/+9 |
|
|
* | | | merge core-8-6-branch | jan.nijtmans | 2017-01-18 | 1 | -25/+16 |
|\ \ \
| |/ / |
|
| * | | Use the win32 Wide API in some more places. And some simplifications, since w... | jan.nijtmans | 2017-01-18 | 1 | -25/+16 |
|
|
* | | | Fix [3df559ef7c] - Negative bbox width on OS X. | fvogel | 2017-01-07 | 1 | -1/+5 |
|\ \ \
| |/ / |
|
| * | | Do everything the other way round. Leave things how they were on OS X (revert... | fvogel | 2016-12-30 | 1 | -1/+5 |
|
|
* | | | Fix [6c0d7aec67]: unicode text input Windows 8 | jan.nijtmans | 2016-09-29 | 1 | -9/+9 |
|\ \ \
| |/ / |
|
| * | | Fix [6c0d7aec6713ab6a7c3e12dff7f26bff4679bc9d|6c0d7aec67]: unicode text input... | jan.nijtmans | 2016-09-29 | 1 | -8/+9 |
| |\ \ |
|
| | * \ | merge core-8-6-branch, keep FONTMAP_SHIFT to the original value. | jan.nijtmans | 2016-09-27 | 1 | -2/+3 |
| | |\ \
| | |/ /
| |/| | |
|
| | * | | Merge core-8-6-branch. More surrogate handling, e.g. in HandleIMEComposition() | jan.nijtmans | 2016-09-27 | 1 | -1/+1 |
| | |\ \
| | |/ /
| |/| | |
|
| * | | | Fix [720879afe9] - WM_CHAR message handling. Patch from Christian Werner back... | jan.nijtmans | 2016-09-27 | 1 | -1/+1 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-13 | 1 | -2/+2 |
| | |\ \ |
|
| | | | * | Enhanced proposed fix [6c0d7aec67]: unicode text input Windows 8. More places... | jan.nijtmans | 2016-09-19 | 1 | -11/+10 |
| | | | |\
| | |_|/ /
| |/| | | |
|
| | | | * | More simplifications | jan.nijtmans | 2016-09-19 | 1 | -4/+4 |
|
|
| | | | * | Rename TkUtfToUniChar32 to TkUtfToUniChar2, and various simplifications needi... | jan.nijtmans | 2016-09-16 | 1 | -27/+5 |
|
|
| | | | * | Patch from Christian Werner, for evaluation | jan.nijtmans | 2016-09-16 | 1 | -8/+29 |
| |_|_|/
|/| | | |
|