summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixFont.c
Commit message (Expand)AuthorAgeFilesLines
* Slightly use of more "int" in stead of double, for 100% compatibility at scri...bug_434d294dfjan.nijtmans2017-05-191-6/+6
|\
* \ merge trunk. jan.nijtmans2017-05-181-1/+1
|\ \ | |/
* | Another attempt to fix [434d294df8b053246ee86e7898d06bc3a6d1d771|434d294df8],...jan.nijtmans2017-05-151-2/+2
|/
* Do everything the other way round. Leave things how they were on OS X (revert...fvogel2016-12-301-1/+4
* Enhanced proposed fix [6c0d7aec67]: unicode text input Windows 8. More places...jan.nijtmans2016-09-191-7/+15
|\
| * More simplificationsjan.nijtmans2016-09-191-6/+14
| * Rename TkUtfToUniChar32 to TkUtfToUniChar2, and various simplifications needi...jan.nijtmans2016-09-161-5/+0
| * Patch from Christian Werner, for evaluationjan.nijtmans2016-09-161-1/+5
| * Fix use of XMaxTransChars in stead of TCL_UTF_MAX in some places. This should...jan.nijtmans2016-08-311-4/+4
| |\ | |/ |/|
| * Make Tk compile warning-free against TIP-389-enabled Tcl 8.7. No change of fu...jan.nijtmans2016-03-161-1/+1
|/
* minor improvements to flag handlingdkf2012-07-311-2/+2
* 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