| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove useless (void *) casts introduced in checkin [81e50c85ed]. The warning... | stwo | 2012-08-09 | 1 | -1/+1 |
|
|
* | Zap trailing whitespace. | stwo | 2012-08-06 | 1 | -1/+1 |
|
|
* | Type correctness fix, to stop compiler complaint | jan.nijtmans | 2012-07-12 | 1 | -2/+2 |
|
|
* | Fix text clipping when working with the Xft-based renderer. | dkf | 2012-06-12 | 1 | -0/+39 |
|\ |
|
| * | Fix text clipping when working with the Xft-based renderer. | dkf | 2012-06-12 | 1 | -0/+28 |
|
|
* | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| * | Cast some NULLs to (void *) in order to quash "missing sentinel in function c... | stwo | 2011-01-06 | 1 | -2/+2 |
|
|
| * | Revert my last commit on grounds it is more likely to cause problems than not. | dkf | 2010-01-02 | 1 | -3/+1 |
|
|
| * | Added point-size conversion, from Ubuntu port. | dkf | 2010-01-02 | 1 | -1/+3 |
|
|
| * | [Bug 1961455]: Draw underlines and overstrikes when using Xft for font rendering | dkf | 2009-10-10 | 1 | -4/+57 |
|
|
| * | Backport of "misconfigured xft font engine" fixes. | dkf | 2009-09-10 | 1 | -2/+15 |
|
|
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -4/+4 |
|
|
* | | Cast some NULLs to (void *) in order to quash "missing sentinel in function c... | stwo | 2011-01-06 | 1 | -2/+2 |
|
|
* | | * generic/tkInt.decls (TkDrawAngledTextLayout,TkDrawAngledChars,...): | dkf | 2010-12-02 | 1 | -3/+3 |
|
|
* | | Revise Tcl_Panic() calls ending with a newline removing the newline, because ... | nijtmans | 2010-11-19 | 1 | -2/+2 |
|
|
* | | * unix/tkUnixRFont.c (GetFont): [Bug 2978410]: Do not use non-constant | dkf | 2010-03-29 | 1 | -2/+11 |
|
|
* | | Corrected rounding of coordinates when working with fonts. [Bug 2824916] | dkf | 2010-01-05 | 1 | -7/+24 |
|
|
* | | Revert my last commit on grounds it is more likely to cause problems than not. | dkf | 2010-01-02 | 1 | -3/+1 |
|
|
* | | Added point-size conversion, from Ubuntu port. | dkf | 2010-01-02 | 1 | -1/+3 |
|
|
* | | [Bug 1961455]: Draw underlines and overstrikes when using Xft. | dkf | 2009-10-10 | 1 | -7/+118 |
|
|
* | | Improve comment following request by Joe English | dkf | 2009-09-09 | 1 | -2/+3 |
|
|
* | | Try to make Tk more resilient in the face of Xft allocation failures. | dkf | 2009-09-09 | 1 | -2/+14 |
|
|
* | | TIP#119 implementation. [Patch 1611359] | dkf | 2008-11-22 | 1 | -35/+257 |
|
|
* | | fix [Bug 2226093] const changes not all correct | nijtmans | 2008-11-05 | 1 | -5/+9 |
|
|
* | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -6/+6 |
|/ |
|
* | Try a fallback font if XftFontOpenPattern() fails in GetFont | jenglish | 2008-03-12 | 1 | -4/+25 |
|
|
* | Re-fix strict-aliasing warnings reintroduced by last patch. | jenglish | 2008-01-28 | 1 | -24/+15 |
|
|
* | Fix [Bug 835848]. | jenglish | 2008-01-27 | 1 | -9/+14 |
|
|
* | Merged common code from InitFont() and TkpGetFontAttrsForChar(), | jenglish | 2008-01-27 | 1 | -113/+86 |
|
|
* | Fix crash introduced by previous fix, exposed under newer fontconfig | jenglish | 2007-05-15 | 1 | -4/+1 |
|
|
* | Fix various memory leaks [Bug 1717830], [Bug 800149]. | jenglish | 2007-05-15 | 1 | -21/+14 |
|
|
* | Properly cast sentinel arguments to variadic function | jenglish | 2007-05-07 | 1 | -3/+4 |
|
|
* | Tackle [Bug 1711985] | dkf | 2007-05-03 | 1 | -12/+15 |
|
|
* | Minor cleanup | dkf | 2007-02-27 | 1 | -13/+7 |
|
|
* | Less of that K&R or wrongly indented function header style! | dkf | 2007-02-22 | 1 | -13/+20 |
|
|
* | TIP 300 IMPLEMENTATION | Kevin B Kenny | 2006-12-01 | 1 | -1/+61 |
|
|
* | * unix/tkUnixRFont.c (TkpMeasureCharsInContext): Copied over from | rmax | 2006-03-23 | 1 | -1/+11 |
|
|
* | Scope the config a bit better; it only needs to be visible inside one function. | dkf | 2006-02-07 | 1 | -7/+7 |
|
|
* | Use the fact that ckalloc() *never* returns NULL to optimize the code | dkf | 2006-02-07 | 1 | -19/+7 |
|
|
* | ANSIfy | dkf | 2005-11-14 | 1 | -110/+134 |
|
|
* | Tk_MeasureChars: Use Tcl_UtfToUnichar() for lax UTF-8 parsing | jenglish | 2005-04-19 | 1 | -7/+7 |
|
|
* | Tk_DrawChars: Check for short integer overflow in x,y coordinates | jenglish | 2004-11-28 | 1 | -3/+3 |
|
|
* | TIP #205 "Use pkgconfig Database to Register Xft Support". | jenglish | 2004-10-08 | 1 | -1/+18 |
|
|
* | Removed stupid type error introduced when adding style to code. | dkf | 2003-11-17 | 1 | -2/+3 |
|
|
* | Basic style guide fixes for tkUnixRFont.c | dkf | 2003-10-29 | 1 | -269/+258 |
|
|
* | Fix for [Bug#751553] "Xft: [font configure] does not update in-use fonts". | jenglish | 2003-06-09 | 1 | -29/+87 |
|
|
* | * unix/tkUnixRFont.c (InitFont): Fill in TkFontAttributes from | jenglish | 2003-05-31 | 1 | -19/+25 |
|
|
* | Changes from Keith Packard's version: | jenglish | 2003-05-31 | 1 | -15/+48 |
|
|
* | SOURCE: Imported from cvs.fontconfig.org, tk/unix/tkUnixRFont.c rev 1.4 | jenglish | 2003-05-31 | 1 | -0/+556 |
|
|