summaryrefslogtreecommitdiffstats
path: root/generic/tkFont.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [514ff64dd0]: canvas rotated text overlap detection not working.fvogel2017-09-241-8/+6
|\
| * Fix [514ff64dd0]: canvas rotated text overlap detection not workingbug_514ff64dd0fvogel2017-09-171-8/+6
* | merge core-8-6-branchjan.nijtmans2017-05-201-0/+1
|\ \ | |/
| * .... missing else ... in previous commitjan.nijtmans2017-05-201-0/+1
* | merge core-8-6-branchjan.nijtmans2017-05-201-1/+1
|\ \ | |/
| * Bug-fix [434d294df] continuation: fix logic error detected by Christian Werne...jan.nijtmans2017-05-201-1/+1
* | merge core-8-6-branchjan.nijtmans2017-05-191-19/+24
|\ \ | |/
| * Slightly use of more "int" in stead of double, for 100% compatibility at scri...bug_434d294dfjan.nijtmans2017-05-191-15/+14
| |\
| * \ merge trunk. jan.nijtmans2017-05-181-1/+5
| |\ \ | | |/
| * | Another attempt to fix [434d294df8b053246ee86e7898d06bc3a6d1d771|434d294df8],...jan.nijtmans2017-05-151-17/+19
| |/
* | More internal use of size_t, so refcounts can be bigger than before (2^31 -> ...jan.nijtmans2016-11-041-3/+2
* | Fix UNIX buildjan.nijtmans2016-09-301-3/+2
|\ \ | |/
| * Fix UNIX build, and eliminate possible warning in Makefilejan.nijtmans2016-09-301-5/+8
* | Fix [6c0d7aec67]: unicode text input Windows 8jan.nijtmans2016-09-291-8/+15
|\ \ | |/
| * Fix [6c0d7aec6713ab6a7c3e12dff7f26bff4679bc9d|6c0d7aec67]: unicode text input...jan.nijtmans2016-09-291-9/+16
| |\
| | * Merge core-8-6-branch. More surrogate handling, e.g. in HandleIMEComposition()jan.nijtmans2016-09-271-1/+1
| | |\ | | |/ | |/|
| | * Enhanced proposed fix [6c0d7aec67]: unicode text input Windows 8. More places...jan.nijtmans2016-09-191-8/+14
| | |\ | |/ /
| | * More simplificationsjan.nijtmans2016-09-191-3/+3
| | * Rename TkUtfToUniChar32 to TkUtfToUniChar2, and various simplifications needi...jan.nijtmans2016-09-161-41/+6
| | * Patch from Christian Werner, for evaluationjan.nijtmans2016-09-161-0/+41
| |/ |/|
* | Make Tk compile warning-free against TIP-389-enabled Tcl 8.7. No change of fu...jan.nijtmans2016-03-161-3/+3
|/
* Fixed bug [220854fff] - Trailing tab characters in entry widgets are not disp...fvogel2015-11-081-2/+2
|\
| * Fixed bug [220854fff] - Trailing tab characters in entry widgets are not disp...bug_220854ffffvogel2015-10-291-2/+2
* | Silence some compiler warnings.dgp2015-02-121-7/+0
|\ \ | |/
* | [d186605d05] Stop invalid read beyond objv.dgp2015-02-051-1/+1
|\ \ | |/
| * [d186605d05] Stop invalid read beyond objv.dgp2015-02-051-1/+1
* | Remove unnecessary end-of-line spacingjan.nijtmans2014-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...bug_f214b8jan.nijtmans2013-11-081-5/+5
* | First draft patch trying to fix [f214b8ad5b].dgp2013-11-051-3/+12
* | Fix refcount bug in FreeFontObjProc. Could result in freeing a TkFont which w...jan.nijtmans2013-10-311-1/+1
|\ \ | |/
| * Fix refcount bug in FreeFontObjProc. Could result in freeing a TkFont which w...jan.nijtmans2013-10-311-1/+1
* | Revert [ac229dabaa]. There is a reason the Tcl_GetIndexFromObj wrapper jenglish2013-02-271-8/+8
* | Eliminate all Tcl_GetIndexFromObj calls, which is only a thin wrapper around ...jan.nijtmans2013-02-271-8/+8
* | minor improvements to flag handlingdkf2012-07-311-15/+14
* | Working towards making the error codes more consistent.dkf2012-07-301-1/+1
* | Purged Tcl_AppendElement from all non-test code.dkf2012-07-291-92/+63
* | Much more cleaning up of result handling.dkf2012-07-231-17/+19
* | Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-1/+9
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-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.dkf2005-11-221-15/+22
| * | Backport of "misconfigured xft font engine" fixes.dkf2009-09-101-1/+14
| * | [Bug 2791352] backported fix and tests for mis-parsing of certain font descri...patthoyts2009-05-131-1/+15
| * | Backported some fixes for uninitialized variables identified by das using cla...patthoyts2009-03-031-2/+2
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-11/+11
* | | * generic/tkInt.decls (TkDrawAngledTextLayout,TkDrawAngledChars,...):dkf2010-12-021-5/+5
* | | Corrected rounding of coordinates when working with fonts. [Bug 2824916]dkf2010-01-051-3/+1