| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | TIP #145 implementation | patthoyts | 2007-05-04 | 1 | -1/+142 |
|
|
* | | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-18 | 1 | -2/+2 |
|
|
* | | More warning squelching (mostly uninit variable warnings) | dkf | 2007-01-12 | 1 | -2/+2 |
|
|
* | | Many minute fixes to reduce number of minor warnings from GCC. | dkf | 2007-01-11 | 1 | -10/+11 |
|
|
* | | TIP 300 IMPLEMENTATION | Kevin B Kenny | 2006-12-01 | 1 | -1/+57 |
|
|
* | | * generic/tkFont.c: implementation of ATSUI text rendering | das | 2006-03-22 | 1 | -1/+103 |
|
|
* | | ANSIfication | dkf | 2005-12-02 | 1 | -565/+562 |
|
|
* | | * tests/canvText.test: | mdejong | 2004-08-09 | 1 | -2/+2 |
|
|
* | | * win/tkWinFont.c (FindSubFontForChar): corrections to dkf patch | hobbs | 2004-05-05 | 1 | -14/+16 |
|
|
* | | Fix FMR in subfont handling on Windows. [Bug 618872] | dkf | 2004-05-05 | 1 | -15/+31 |
|
|
* | | * generic/tk3d.c: All uses of 'panic' (the macro) changed | davygrvy | 2004-01-13 | 1 | -2/+2 |
|
|
* | | * (Tk_MeasureChars): Fix bugs shown by the test suite | cc_benny | 2003-12-18 | 1 | -18/+29 |
|
|
* | | * (Tk_MeasureChars): Initialize size.cx in case of errors. | cc_benny | 2003-12-10 | 1 | -2/+5 |
|
|
* | | * (Tk_MeasureChars): Fix indentation. Fix memory leak. Fix | cc_benny | 2003-12-05 | 1 | -40/+32 |
|
|
* | | font measurement fix | vincentdarley | 2003-12-04 | 1 | -121/+130 |
|/ |
|
* | * win/tkWinInt.h: | hobbs | 2003-02-26 | 1 | -2/+36 |
|
|
* | * win/tkWinFont.c: Additional changes to fix CONST warnings on | dgp | 2002-08-05 | 1 | -2/+2 |
|
|
* | * win/tkWinInt.h: declaration for TkWinGetUnicodeEncoding | hobbs | 2002-04-12 | 1 | -7/+5 |
|
|