summaryrefslogtreecommitdiffstats
path: root/generic/tkFont.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug [220854fff] - Trailing tab characters in entry widgets are not disp...fvogelnew1@free.fr2015-11-081-2/+2
|\
| * Fixed bug [220854fff] - Trailing tab characters in entry widgets are not disp...fvogelnew1@free.fr2015-10-291-2/+2
* | Silence some compiler warnings.dgp@users.sourceforge.net2015-02-121-7/+0
|\ \ | |/
* | [d186605d05] Stop invalid read beyond objv.dgp@users.sourceforge.net2015-02-051-1/+1
|\ \ | |/
| * [d186605d05] Stop invalid read beyond objv.dgp@users.sourceforge.net2015-02-051-1/+1
* | Remove unnecessary end-of-line spacingnijtmans@users.sourceforge.net2014-11-211-1/+1
* | Fix for font configure crash on OS X, thanks to rob@bitkeeper.com for the patchKevin Walzer2014-08-011-33/+33
* | Since fontCache is the first field of struct TkFontInfo, make the code somewh...nijtmans@users.sourceforge.net2013-11-081-5/+5
* | First draft patch trying to fix [f214b8ad5b].dgp@users.sourceforge.net2013-11-051-3/+12
* | Fix refcount bug in FreeFontObjProc. Could result in freeing a TkFont which w...nijtmans@users.sourceforge.net2013-10-311-1/+1
|\ \ | |/
| * Fix refcount bug in FreeFontObjProc. Could result in freeing a TkFont which w...nijtmans@users.sourceforge.net2013-10-311-1/+1
* | Revert [ac229dabaa]. There is a reason the Tcl_GetIndexFromObj wrapper jenglish@flightlab.com2013-02-271-8/+8
* | Eliminate all Tcl_GetIndexFromObj calls, which is only a thin wrapper around ...nijtmans@users.sourceforge.net2013-02-271-8/+8
* | minor improvements to flag handlingdonal.k.fellows@manchester.ac.uk2012-07-311-15/+14
* | Working towards making the error codes more consistent.donal.k.fellows@manchester.ac.uk2012-07-301-1/+1
* | Purged Tcl_AppendElement from all non-test code.donal.k.fellows@manchester.ac.uk2012-07-291-92/+63
* | Much more cleaning up of result handling.donal.k.fellows@manchester.ac.uk2012-07-231-17/+19
* | Working towards adding all the Tcl_SetErrorCode calls that should be there.donal.k.fellows@manchester.ac.uk2012-07-161-1/+9
* | Purge RCS Keywordsdgp@users.sourceforge.net2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp@users.sourceforge.net2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp@users.sourceforge.net2011-06-081-2/+0
| | * * generic/tkFont.c: #ifdef out debug msg printing to stderr.das2007-05-311-1/+3
| | * Fix [Bug 1151523] by making the code conform to the docs.donal.k.fellows@manchester.ac.uk2005-11-221-15/+22
| * | Backport of "misconfigured xft font engine" fixes.donal.k.fellows@manchester.ac.uk2009-09-101-1/+14
| * | [Bug 2791352] backported fix and tests for mis-parsing of certain font descri...patthoyts@users.sourceforge.net2009-05-131-1/+15
| * | Backported some fixes for uninitialized variables identified by das using cla...patthoyts@users.sourceforge.net2009-03-031-2/+2
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedonal.k.fellows@manchester.ac.uk2011-03-121-11/+11
* | | * generic/tkInt.decls (TkDrawAngledTextLayout,TkDrawAngledChars,...):donal.k.fellows@manchester.ac.uk2010-12-021-5/+5
* | | Corrected rounding of coordinates when working with fonts. [Bug 2824916]donal.k.fellows@manchester.ac.uk2010-01-051-3/+1
* | | cast needed on msvc6 for ushort to char to avoid warningpatthoyts@users.sourceforge.net2010-01-031-2/+2
* | | Simplify the postscript generation.donal.k.fellows@manchester.ac.uk2010-01-031-94/+84
* | | SMALL FIX: Remove useless explicit casts now that we require C89 or later.donal.k.fellows@manchester.ac.uk2010-01-021-3/+2
* | | [Tcl Bug 2857044]: Corrections following audit of Tcl_ObjType freeingdonal.k.fellows@manchester.ac.uk2009-11-211-6/+15
* | | Add cast to int to silence warning on msvc.patthoyts@users.sourceforge.net2009-10-211-2/+3
* | | [Bug 1961455]: Draw underlines and overstrikes when using Xft.donal.k.fellows@manchester.ac.uk2009-10-101-3/+8
* | | Put the armouring in the right place.donal.k.fellows@manchester.ac.uk2009-09-101-9/+14
* | | Try to make Tk more resilient in the face of Xft allocation failures.donal.k.fellows@manchester.ac.uk2009-09-091-1/+9
* | | Corrected drawing of rotated underlines. [Bug 2356057]donal.k.fellows@manchester.ac.uk2009-07-211-3/+3
* | | Fix [Bug 2328657] by explicitly excluding hacky zero-char chunks from interse...ferrieux@users.sourceforge.net2009-07-201-4/+5
* | | [Bug 2791352] handle parsing of type 5 font descriptions with hyphenated fami...patthoyts@users.sourceforge.net2009-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...patthoyts@users.sourceforge.net2008-11-221-9/+11
* | | TIP#119 implementation. [Patch 1611359]donal.k.fellows@manchester.ac.uk2008-11-221-3/+385
* | | more internal -Wwrite-strings warning fixesnijtmans2008-11-021-19/+19
* | | Add "const" to many internalnijtmans2008-10-151-5/+5
* | | minor correctionsdonal.k.fellows@manchester.ac.uk2008-10-051-3/+2
* | | Greatly clean up Tk's handling of the writability of the Tcl result object.donal.k.fellows@manchester.ac.uk2008-10-051-22/+24
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-2/+2