summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixFont.c
Commit message (Expand)AuthorAgeFilesLines
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * 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
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-13/+12
* | | * generic/tkInt.decls (TkDrawAngledTextLayout,TkDrawAngledChars,...):dkf2010-12-021-3/+3
* | | Fix some gcc strict-aliasing warnings (discovered with "-Wstrict-aliasing=2"nijtmans2010-05-261-7/+7
* | | Corrected rounding of coordinates when working with fonts. [Bug 2824916]dkf2010-01-051-10/+32
* | | - eliminate some unnessary type castsnijtmans2009-01-281-2/+2
* | | TIP#119 implementation. [Patch 1611359]dkf2008-11-221-3/+280
* | | fix [Bug 2226093] const changes not all correctnijtmans2008-11-051-6/+8
* | | more internal -Wwrite-strings warning fixesnijtmans2008-11-021-11/+17
* | | Add "const" to many internalnijtmans2008-10-171-3/+3
* | | Greatly clean up Tk's handling of the writability of the Tcl result object.dkf2008-10-051-4/+5
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-62/+61
|/ /
* | 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