Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix XOffsetRegion/XUnionRegion prototypes (not currently used). Remove ↵ | jan.nijtmans | 2016-05-19 | 1 | -2/+2 |
| | | | | unneccessary white-space. | ||||
* | Fixed [545f10fcf3] - Poor Xft coloured font performance on X11. Thanks to ↵ | fvogel | 2016-05-18 | 1 | -44/+106 |
|\ | | | | | | | James Bonfield for the bug report, to Rob Davies for the patch, and to Brian Griffin for the testing | ||||
| * | Fixed [545f10fcf3] - Poor Xft coloured font performance on X11. Thanks to ↵bug_545f10fcf3 | fvogel | 2016-05-10 | 1 | -44/+106 |
| | | | | | | | | James Bonfield for the bug report, to Rob Davies for the patch, and to Brian Griffin for the testing | ||||
* | | Make Tk compile warning-free against TIP-389-enabled Tcl 8.7. No change of ↵ | jan.nijtmans | 2016-03-16 | 1 | -1/+1 |
|/ | | | | functionality, since font-names generally don't contain out-of-BMP Unicode characters (if they do in the future, that still can be fixed then). | ||||
* | Remove useless (void *) casts introduced in checkin [81e50c85ed]. The ↵ | stwo | 2012-08-09 | 1 | -1/+1 |
| | | | | warnings were false flags from a faulty OpenBSD C compiler. | ||||
* | 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 ↵ | stwo | 2011-01-06 | 1 | -2/+2 |
| | | | | | | | | call" compiler warnings. | ||||
| * | 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 |
| | | | | | | using useful casts internally. | ||||
* | | Cast some NULLs to (void *) in order to quash "missing sentinel in function ↵ | stwo | 2011-01-06 | 1 | -2/+2 |
| | | | | | | | | call" compiler warnings. | ||||
* | | * generic/tkInt.decls (TkDrawAngledTextLayout,TkDrawAngledChars,...): | dkf | 2010-12-02 | 1 | -3/+3 |
| | | | | | | | | | | Expose angled text API for Emiliano Gavilan. Still only in internal stub table. | ||||
* | | Revise Tcl_Panic() calls ending with a newline removing the newline, because ↵ | nijtmans | 2010-11-19 | 1 | -2/+2 |
| | | | | | | | | Tcl_Panic() outputs a final newline already | ||||
* | | * unix/tkUnixRFont.c (GetFont): [Bug 2978410]: Do not use non-constant | dkf | 2010-03-29 | 1 | -2/+11 |
| | | | | | | | | initializers for structures, since HP-UX cc doesn't like it. | ||||
* | | 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 |
| | | | | | | | | more internal -Wwrite-string warning fixes | ||||
* | | 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 |
| | | | | (workaround for [Bug 1090382]). | ||||
* | 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 |
| | | | | Use FcTypeDouble for XFT_SIZE attribute. | ||||
* | Merged common code from InitFont() and TkpGetFontAttrsForChar(), | jenglish | 2008-01-27 | 1 | -113/+86 |
| | | | | | | | factored into GetTkFontAttributes() and GetTkFontMetrics(). Removed write-only struct UnixFtFont member 'drawable'. Removed unneeded double-pointer indirections. Ensure that TkFontAttributes.family member is a Tk_Uid as specified. | ||||
* | Fix crash introduced by previous fix, exposed under newer fontconfig | jenglish | 2007-05-15 | 1 | -4/+1 |
| | | | | libraries [Bug 1717830 again]. | ||||
* | 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 |
| | | | | (fixes "warning: missing sentinel in function call", [Bug 1712001]) | ||||
* | 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 |
| | | | | tkUnixFont.c to fix compiling with --enable-xft . | ||||
* | 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 |
| | | | | instead of strict parsing with FcUtf8ToUcs4() [fix/workaround for #1185640] | ||||
* | Tk_DrawChars: Check for short integer overflow in x,y coordinates | jenglish | 2004-11-28 | 1 | -3/+3 |
| | | | | [Fixes: #942320 "Tk, Xft, text and long lines"] | ||||
* | TIP #205 "Use pkgconfig Database to Register Xft Support". | jenglish | 2004-10-08 | 1 | -1/+18 |
| | | | | (xref: patch #971980) | ||||
* | 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 |
| |