summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixRFont.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless (void *) casts introduced in checkin [b7a58eae61]. The warning...stwo@users.sourceforge.net2012-08-091-1/+1
* Type correctness fix, to stop compiler complaint.donal.k.fellows@manchester.ac.uk2012-07-121-2/+2
* Fix text clipping when working with the Xft-based renderer.donal.k.fellows@manchester.ac.uk2012-06-121-0/+28
* Purge RCS Keywords.dgp@users.sourceforge.net2011-06-081-2/+0
* Cast some NULLs to (void *) in order to quash "missing sentinel in function c...stwo@users.sourceforge.net2011-01-061-2/+2
* Revert my last commit on grounds it is more likely to cause problems than not.donal.k.fellows@manchester.ac.uk2010-01-021-3/+1
* Added point-size conversion, from Ubuntu port.donal.k.fellows@manchester.ac.uk2010-01-021-1/+3
* [Bug 1961455]: Draw underlines and overstrikes when using Xft for font renderingdonal.k.fellows@manchester.ac.uk2009-10-101-4/+57
* Backport of "misconfigured xft font engine" fixes.donal.k.fellows@manchester.ac.uk2009-09-101-2/+15
* Try a fallback font if XftFontOpenPattern() fails in GetFontjenglish@flightlab.com2008-03-121-4/+25
* Re-fix strict-aliasing warnings reintroduced by last patch.jenglish@flightlab.com2008-01-281-24/+15
* Fix [Bug 835848].jenglish@flightlab.com2008-01-271-9/+14
* Merged common code from InitFont() and TkpGetFontAttrsForChar(),jenglish@flightlab.com2008-01-271-113/+86
* Fix crash introduced by previous fix, exposed under newer fontconfigjenglish@flightlab.com2007-05-151-4/+1
* Fix various memory leaks [Bug 1717830], [Bug 800149].jenglish@flightlab.com2007-05-151-21/+14
* Properly cast sentinel arguments to variadic functionjenglish@flightlab.com2007-05-071-3/+4
* Tackle [Bug 1711985]donal.k.fellows@manchester.ac.uk2007-05-031-12/+15
* Minor cleanupdonal.k.fellows@manchester.ac.uk2007-02-271-13/+7
* Less of that K&R or wrongly indented function header style!donal.k.fellows@manchester.ac.uk2007-02-221-13/+20
* TIP 300 IMPLEMENTATIONKevin B Kenny2006-12-011-1/+61
* * unix/tkUnixRFont.c (TkpMeasureCharsInContext): Copied over fromrmax2006-03-231-1/+11
* Scope the config a bit better; it only needs to be visible inside one function.donal.k.fellows@manchester.ac.uk2006-02-071-7/+7
* Use the fact that ckalloc() *never* returns NULL to optimize the codedonal.k.fellows@manchester.ac.uk2006-02-071-19/+7
* ANSIfydonal.k.fellows@manchester.ac.uk2005-11-141-110/+134
* Tk_MeasureChars: Use Tcl_UtfToUnichar() for lax UTF-8 parsingjenglish@flightlab.com2005-04-191-7/+7
* Tk_DrawChars: Check for short integer overflow in x,y coordinatesjenglish@flightlab.com2004-11-281-3/+3
* TIP #205 "Use pkgconfig Database to Register Xft Support".jenglish@flightlab.com2004-10-081-1/+18
* Removed stupid type error introduced when adding style to code.donal.k.fellows@manchester.ac.uk2003-11-171-2/+3
* Basic style guide fixes for tkUnixRFont.cdonal.k.fellows@manchester.ac.uk2003-10-291-269/+258
* Fix for [Bug#751553] "Xft: [font configure] does not update in-use fonts".jenglish@flightlab.com2003-06-091-29/+87
* * unix/tkUnixRFont.c (InitFont): Fill in TkFontAttributes fromjenglish@flightlab.com2003-05-311-19/+25
* Changes from Keith Packard's version:jenglish@flightlab.com2003-05-311-15/+48
* SOURCE: Imported from cvs.fontconfig.org, tk/unix/tkUnixRFont.c rev 1.4jenglish@flightlab.com2003-05-311-0/+556