summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixFont.c
Commit message (Expand)AuthorAgeFilesLines
* Purge RCS Keywords.dgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| * * unix/tkUnixFont.c (Ucs2beToUtfProc, UtfToUcs2beProc):hobbs2006-10-051-35/+49
| * Fix problems caused when XServer returns invalid font names. [Bug 1475865]dkf2006-04-251-2/+20
| * * unix/tkUnixFont.c (FontMapLoadPage): reorder char[] decls tohobbs2005-04-121-3/+3
| * * unix/tkUnixFont.c (GetFontAttributes): place extra check for NULLhobbs2003-10-291-1/+8
| * * unix/tkUnixFont.c (Tk_DrawChars): do not make XGetGeometry callhobbs2003-07-191-3/+12
| * * unix/tkUnixFont.c: use gb2312-raw as the alias for gb2312*hobbs2003-05-151-2/+2
* | Comment typo nitdkf2007-02-281-2/+2
* | Fix silly typos (thanks to Andreas Kupries for finding)dkf2007-02-271-69/+58
* | Less of that K&R or wrongly indented function header style!dkf2007-02-221-50/+49
* | TIP 300 IMPLEMENTATIONKevin B Kenny2006-12-011-1/+39
* | * unix/tkUnixFont.c (Ucs2beToUtfProc, UtfToUcs2beProc):hobbs2006-10-051-35/+45
* | Stop crashes when bad font names received from XServer. [Bug 1475865]dkf2006-04-251-3/+20
* | * generic/tkFont.c: implementation of ATSUI text renderingdas2006-03-221-3/+104
* | space->tabdkf2006-02-071-20/+20
* | missing commas; typos?dgp2005-11-141-4/+4
* | ANSIfydkf2005-11-141-683/+675
* | * unix/tkUnixFont.c (FontMapLoadPage): reorder char[] decls tohobbs2005-04-141-3/+3
* | * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-2/+2
* | * unix/tkUnixFont.c (GetFontAttributes): place extra check for NULLhobbs2003-10-281-1/+8
* | * unix/tkUnixFont.c (Tk_DrawChars): do not make XGetGeometry callhobbs2003-07-191-3/+12
* | * unix/tkUnixFont.c: use gb2312-raw as the alias for gb2312*hobbs2003-05-151-2/+2
|/
* * unix/tkUnixFont.c (CreateClosestFont, CanUseFallback): use thehobbs2003-02-251-4/+4
* Removed potentially fatal FMR in Unix font handling. No test because anydkf2003-02-201-22/+48
* * tests/text.test: properly return the number ofhobbs2002-10-171-4/+5
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-4/+5
* * (Tk_DrawChars) silence compiler warning.dgp2002-06-261-2/+3
* * unix/tkUnixFont.c (Tk_DrawChars): Don't assume thata_kovalenko2002-06-051-10/+16
* * generic/tkTextDisp.c (DisplayLineBackground):hobbs2002-04-231-37/+35
* * unix/tkUnixFont.c (FontPkgCleanup): cleanup thread specific fonthobbs2002-04-121-1/+41
* * unix/tkUnixFont.c: Added inclusion of <arpa/inet.h>. This fixesandreas_kupries2002-03-271-1/+2
* * unix/tkUnixFont.c: Corrected support for iso10646 (X11 Unicode)hobbs2001-06-041-8/+214
* * unix/configure.in:hobbs1999-12-211-3/+2
* * unix/tkUnixFont.c: Eliminated redundant case folding code.stanton1999-06-011-7/+2
* * Merged 8.1 branch into the main trunkstanton1999-04-161-607/+2163
* integrated stubs into 8.0 main branchstanton1999-03-101-2/+2
* Fixed font display bug (#846)stanton1998-11-251-1/+30
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
* fixed font display to truncate really long stringsstanton1998-08-111-1/+20
* Initial revisionrjohnson1998-04-011-0/+979