| Commit message (Expand) | Author | Age | Files | Lines |
* | Slightly use of more "int" in stead of double, for 100% compatibility at scri...bug_434d294df | jan.nijtmans | 2017-05-19 | 1 | -2/+2 |
|\ |
|
* | | Another attempt to fix [434d294df8b053246ee86e7898d06bc3a6d1d771|434d294df8],... | jan.nijtmans | 2017-05-15 | 1 | -1/+1 |
|/ |
|
* | 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 |
|
|
* | | Use the win32 Wide API in some more places. And some simplifications, since w... | jan.nijtmans | 2017-01-18 | 1 | -25/+16 |
|
|
* | | Do everything the other way round. Leave things how they were on OS X (revert... | fvogel | 2016-12-30 | 1 | -1/+5 |
|
|
* | | 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 |
|
|
| | | * | Fix use of XMaxTransChars in stead of TCL_UTF_MAX in some places. This should... | jan.nijtmans | 2016-08-31 | 1 | -1/+1 |
| | | |\
| |_|_|/
|/| | | |
|
| | | * | Make Tk compile warning-free against TIP-389-enabled Tcl 8.7. No change of fu... | jan.nijtmans | 2016-03-16 | 1 | -1/+1 |
|
|
* | | | | Fix use of XMaxTransChars in stead of TCL_UTF_MAX in some places. This should... | jan.nijtmans | 2016-08-31 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | Use size_t in stead of int for some internal refCount variables. On 32-bit sy... | jan.nijtmans | 2015-07-08 | 1 | -3/+2 |
|
|
* | | | Internationalization of all Windows font handling | jan.nijtmans | 2011-10-13 | 1 | -52/+26 |
|
|
* | | | code cleanup (WCHAR -> TCHAR, no direct calls to *W() functions, unnecessary ... | jan.nijtmans | 2011-10-11 | 1 | -14/+14 |
|
|
* | | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| | * | * tests/canvText.test: | mdejong | 2004-08-09 | 1 | -2/+2 |
|
|
| | * | * win/tkWinFont.c (Tk_MeasureChars,Tk_DrawChars,etc): Make sure | hobbs | 2004-05-05 | 1 | -15/+33 |
|
|
| | * | * win/tkWinFont.c (Tk_MeasureChars): backport fixes to bold/italic | hobbs | 2004-02-14 | 1 | -144/+159 |
|
|
| * | | [Bug 1825353]: Backported patch for tiny fixed font on Russian Windows systems. | patthoyts | 2009-10-29 | 1 | -3/+19 |
|
|
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -15/+14 |
|
|
* | | | * generic/tkInt.decls (TkDrawAngledTextLayout,TkDrawAngledChars,...): | dkf | 2010-12-02 | 1 | -2/+2 |
|
|
* | | | [FRQ 2965056]: Windows build with -DUNICODE | nijtmans | 2010-10-06 | 1 | -85/+56 |
|
|
* | | | Make compilable with -DUNICODE, or mark files with a TODO which are not done ... | nijtmans | 2010-09-10 | 1 | -1/+7 |
|
|
* | | | Unnessarary TCL_STORAGE_CLASS re-definitions | nijtmans | 2010-04-29 | 1 | -5/+5 |
|
|
* | | | Eliminate tkpMenubuttonClass | nijtmans | 2010-01-13 | 1 | -3/+3 |
|
|
* | | | Corrected rounding of coordinates when working with fonts. [Bug 2824916] | dkf | 2010-01-05 | 1 | -3/+3 |
|
|
* | | | [Bug 1825353] Fix tiny fixed font on Russian Windows. | patthoyts | 2009-10-29 | 1 | -17/+20 |
|
|
* | | | - eliminate some unnessary type casts | nijtmans | 2009-01-28 | 1 | -3/+3 |
|
|
* | | | Fixed up complaints from MSVC engendered by the last commit. In particular re... | patthoyts | 2008-11-22 | 1 | -7/+7 |
|
|
* | | | TIP#119 implementation. [Patch 1611359] | dkf | 2008-11-22 | 1 | -56/+247 |
|
|
* | | | More small changes to use C89 better and manage the result more efficiently. | dkf | 2008-11-08 | 1 | -11/+11 |
|
|
* | | | const fixes for windows code | patthoyts | 2008-11-03 | 1 | -13/+15 |
|
|
* | | | [Bug 1825353] To fix a problem with tiny fonts on Russian versions of | patthoyts | 2008-10-18 | 1 | -3/+16 |
|
|
* | | | Greatly clean up Tk's handling of the writability of the Tcl result object. | dkf | 2008-10-05 | 1 | -12/+12 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -50/+50 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | We must specify the lowest Windows version we | patthoyts | 2007-12-10 | 1 | -15/+24 |
|
|
* | | Minor reshuffle for clarity | patthoyts | 2007-11-17 | 1 | -5/+5 |
|
|
* | | * tests/listbox.test, tests/panedwindow.test, tests/scrollbar.test: | hobbs | 2007-10-30 | 1 | -8/+9 |
|
|
* | | Fixed leak in CreateNamedFont spotted by das. | patthoyts | 2007-10-23 | 1 | -12/+6 |
|
|
* | | Assorted minor cleanups. | dkf | 2007-09-08 | 1 | -74/+71 |
|
|