| Commit message (Expand) | Author | Age | Files | Lines |
* | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ |
|
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ |
|
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| | * | * generic/tkFont.c: #ifdef out debug msg printing to stderr. | das | 2007-05-31 | 1 | -1/+3 |
|
|
| | * | Fix [Bug 1151523] by making the code conform to the docs. | dkf | 2005-11-22 | 1 | -15/+22 |
|
|
| * | | Backport of "misconfigured xft font engine" fixes. | dkf | 2009-09-10 | 1 | -1/+14 |
|
|
| * | | [Bug 2791352] backported fix and tests for mis-parsing of certain font descri... | patthoyts | 2009-05-13 | 1 | -1/+15 |
|
|
| * | | Backported some fixes for uninitialized variables identified by das using cla... | patthoyts | 2009-03-03 | 1 | -2/+2 |
|
|
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -11/+11 |
|
|
* | | | * generic/tkInt.decls (TkDrawAngledTextLayout,TkDrawAngledChars,...): | dkf | 2010-12-02 | 1 | -5/+5 |
|
|
* | | | Corrected rounding of coordinates when working with fonts. [Bug 2824916] | dkf | 2010-01-05 | 1 | -3/+1 |
|
|
* | | | cast needed on msvc6 for ushort to char to avoid warning | patthoyts | 2010-01-03 | 1 | -2/+2 |
|
|
* | | | Simplify the postscript generation. | dkf | 2010-01-03 | 1 | -94/+84 |
|
|
* | | | SMALL FIX: Remove useless explicit casts now that we require C89 or later. | dkf | 2010-01-02 | 1 | -3/+2 |
|
|
* | | | [Tcl Bug 2857044]: Corrections following audit of Tcl_ObjType freeing | dkf | 2009-11-21 | 1 | -6/+15 |
|
|
* | | | Add cast to int to silence warning on msvc. | patthoyts | 2009-10-21 | 1 | -2/+3 |
|
|
* | | | [Bug 1961455]: Draw underlines and overstrikes when using Xft. | dkf | 2009-10-10 | 1 | -3/+8 |
|
|
* | | | Put the armouring in the right place. | dkf | 2009-09-10 | 1 | -9/+14 |
|
|
* | | | Try to make Tk more resilient in the face of Xft allocation failures. | dkf | 2009-09-09 | 1 | -1/+9 |
|
|
* | | | Corrected drawing of rotated underlines. [Bug 2356057] | dkf | 2009-07-21 | 1 | -3/+3 |
|
|
* | | | Fix [Bug 2328657] by explicitly excluding hacky zero-char chunks from interse... | ferrieux | 2009-07-20 | 1 | -4/+5 |
|
|
* | | | [Bug 2791352] handle parsing of type 5 font descriptions with hyphenated fami... | patthoyts | 2009-05-13 | 1 | -1/+15 |
|
|
* | | | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 1 | -2/+2 |
|
|
* | | | CONSTify TkDebugBorder, TkStringToKeysym, TkDebugBitmap | nijtmans | 2009-01-09 | 1 | -8/+8 |
|
|
* | | | Fix potential use of uninitialized variable flagged by clang static analyzer | das | 2008-12-07 | 1 | -2/+2 |
|
|
* | | | Fixed up complaints from MSVC engendered by the last commit. In particular re... | patthoyts | 2008-11-22 | 1 | -9/+11 |
|
|
* | | | TIP#119 implementation. [Patch 1611359] | dkf | 2008-11-22 | 1 | -3/+385 |
|
|
* | | | more internal -Wwrite-strings warning fixes | nijtmans | 2008-11-02 | 1 | -19/+19 |
|
|
* | | | Add "const" to many internal | nijtmans | 2008-10-15 | 1 | -5/+5 |
|
|
* | | | minor corrections | dkf | 2008-10-05 | 1 | -3/+2 |
|
|
* | | | Greatly clean up Tk's handling of the writability of the Tcl result object. | dkf | 2008-10-05 | 1 | -22/+24 |
|
|
* | | | fix [2021443] inconsistant "wrong # args" messages (for Tk) | nijtmans | 2008-07-23 | 1 | -2/+2 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -55/+43 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | Only check for -displayof if there are sufficient arguments. This permits che... | patthoyts | 2007-11-17 | 1 | -5/+7 |
|
|
* | | * generic/tkFont.c (Tk{Create,Delete}NamedFont): allow NULL interp. | das | 2007-10-21 | 1 | -8/+11 |
|
|
* | | header cleanup | dgp | 2007-09-07 | 1 | -2/+1 |
|
|
* | | fix compile errors & warnings introduced by dkf's cleanup | das | 2007-06-25 | 1 | -3/+1 |
|
|
* | | Cleaning up whitespace, comments, declarations. No functional changes. | dkf | 2007-06-24 | 1 | -20/+16 |
|
|
* | | * generic/tkFont.c: #ifdef out debug msg printing to stderr. | das | 2007-05-31 | 1 | -1/+3 |
|
|
* | | bug #1716613 propagate error from TkDeleteNamedFont. | patthoyts | 2007-05-11 | 1 | -5/+5 |
|
|
* | | TIP #145 implementation | patthoyts | 2007-05-04 | 1 | -22/+45 |
|
|
* | | Standardize function definition format. | dkf | 2007-04-17 | 1 | -80/+93 |
|
|
* | | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-18 | 1 | -45/+45 |
|
|
* | | various "const" additions in implementation | nijtmans | 2007-01-03 | 1 | -2/+2 |
|
|
* | | fix warning | das | 2006-12-10 | 1 | -2/+2 |
|
|
* | | TIP 300 IMPLEMENTATION | Kevin B Kenny | 2006-12-01 | 1 | -10/+67 |
|
|
* | | * generic/tkFont.c: implementation of ATSUI text rendering | das | 2006-03-22 | 1 | -13/+42 |
|
|
* | | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -1/+3 |
|
|
* | | Fix [Bug 1151523] the non-embarrasing way! | dkf | 2005-11-22 | 1 | -8/+14 |
|
|