diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-19 14:41:50 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-19 14:41:50 (GMT) |
commit | 4e9cc914ae924ff2c51ac4ddfb02bc3181f6f482 (patch) | |
tree | 43f6b228d89c4d50a99b3df1a4ff37ac609e5c13 /ChangeLog | |
parent | b38732572b83ccf7d34ac8957c00028386cc5258 (diff) | |
download | tk-4e9cc914ae924ff2c51ac4ddfb02bc3181f6f482.zip tk-4e9cc914ae924ff2c51ac4ddfb02bc3181f6f482.tar.gz tk-4e9cc914ae924ff2c51ac4ddfb02bc3181f6f482.tar.bz2 |
TIP#168 implementation. Based on [Patch 886240]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2004-08-19 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + TIP#168 IMPLEMENTATION + + * generic/tkTrig.c (TkMakeRawCurve, TkMakeRawCurvePostscript): + * generic/tkInt.decls: New functions to handle the geometry for + "raw" bezier curves. + * generic/tkCanvUtil.c (tkRawSmoothMethod, InitSmoothMethods) + (TkSmoothParseProc): Add new type of smoothing method, simplify + the method initialization, and change the old smoothing method to + be called "true" and just keep "bezier" as an alias. + * tests/canvas.test (canvas-17.1): Basic test of built-in + smoothing method support. + * doc/canvas.n: Documentation updates. + 2004-08-18 Donal K. Fellows <donal.k.fellows@man.ac.uk> * generic/tkPanedWindow.c (optionSpecs): Add missing GEOMETRY flag |