summaryrefslogtreecommitdiffstats
path: root/generic/tkFont.c
Commit message (Expand)AuthorAgeFilesLines
* Corrected rounding of coordinates when working with fonts. [Bug 2824916]dkf2010-01-051-3/+1
* cast needed on msvc6 for ushort to char to avoid warningpatthoyts2010-01-031-2/+2
* Simplify the postscript generation.dkf2010-01-031-94/+84
* SMALL FIX: Remove useless explicit casts now that we require C89 or later.dkf2010-01-021-3/+2
* [Tcl Bug 2857044]: Corrections following audit of Tcl_ObjType freeingdkf2009-11-211-6/+15
* Add cast to int to silence warning on msvc.patthoyts2009-10-211-2/+3
* [Bug 1961455]: Draw underlines and overstrikes when using Xft.dkf2009-10-101-3/+8
* Put the armouring in the right place.dkf2009-09-101-9/+14
* Try to make Tk more resilient in the face of Xft allocation failures.dkf2009-09-091-1/+9
* Corrected drawing of rotated underlines. [Bug 2356057]dkf2009-07-211-3/+3
* Fix [Bug 2328657] by explicitly excluding hacky zero-char chunks from interse...ferrieux2009-07-201-4/+5
* [Bug 2791352] handle parsing of type 5 font descriptions with hyphenated fami...patthoyts2009-05-131-1/+15
* - eliminate some unnessary type castsnijtmans2009-02-031-2/+2
* CONSTify TkDebugBorder, TkStringToKeysym, TkDebugBitmapnijtmans2009-01-091-8/+8
* Fix potential use of uninitialized variable flagged by clang static analyzerdas2008-12-071-2/+2
* Fixed up complaints from MSVC engendered by the last commit. In particular re...patthoyts2008-11-221-9/+11
* TIP#119 implementation. [Patch 1611359]dkf2008-11-221-3/+385
* more internal -Wwrite-strings warning fixesnijtmans2008-11-021-19/+19
* Add "const" to many internalnijtmans2008-10-151-5/+5
* minor correctionsdkf2008-10-051-3/+2
* Greatly clean up Tk's handling of the writability of the Tcl result object.dkf2008-10-051-22/+24
* fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-2/+2
* Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-55/+43
* merge stable branch onto HEADdgp2007-12-131-1/+1
* Only check for -displayof if there are sufficient arguments. This permits che...patthoyts2007-11-171-5/+7
* * generic/tkFont.c (Tk{Create,Delete}NamedFont): allow NULL interp.das2007-10-211-8/+11
* header cleanupdgp2007-09-071-2/+1
* fix compile errors & warnings introduced by dkf's cleanupdas2007-06-251-3/+1
* Cleaning up whitespace, comments, declarations. No functional changes.dkf2007-06-241-20/+16
* * generic/tkFont.c: #ifdef out debug msg printing to stderr.das2007-05-311-1/+3
* bug #1716613 propagate error from TkDeleteNamedFont.patthoyts2007-05-111-5/+5
* TIP #145 implementationpatthoyts2007-05-041-22/+45
* Standardize function definition format.dkf2007-04-171-80/+93
* various "const" additions, in line with TIP #27nijtmans2007-01-181-45/+45
* various "const" additions in implementationnijtmans2007-01-031-2/+2
* fix warningdas2006-12-101-2/+2
* TIP 300 IMPLEMENTATIONKevin B Kenny2006-12-011-10/+67
* * generic/tkFont.c: implementation of ATSUI text renderingdas2006-03-221-13/+42
* * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-1/+3
* Fix [Bug 1151523] the non-embarrasing way!dkf2005-11-221-8/+14
* Lots of ANSIfying of function decls.dkf2005-11-171-8/+8
* ANSIfydkf2005-11-071-182/+180
* Getting more systematic about styledkf2005-08-101-868/+853
* * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-4/+4
* added size_t cast to prevent warninghobbs2002-09-021-2/+2
* *** macosx-8-4-branch merged into the mainline [tcl patch #602770] ***macosx_8_4_merge_2002_08_31_trunkdas2002-08-311-1/+45
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-4/+4
* corrected reversed logic in assert -> panic conversiondgp2002-07-171-3/+1
* * generic/tkFont.c (TkFontPkgFree): Call panic insteadmdejong2002-07-161-6/+3
* Fixed potential buffer overflow from patch#546910a_kovalenko2002-06-261-2/+2