| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | complete adding const to have only NArtBpath const * get_bpath() const; for ↵ | Johan B. C. Engelen | 2008-05-09 | 1 | -3/+3 |
| | | | | | | accessing the protected member of SPCurve. Nowhere in Inkscape source is the path data changed of SPCurve, except within SPCurve's own methods ! So removed the non-const NArtBpath* get_bpath. (bzr r5642) | ||||
| * | - try to use more forward declarations for less dependencies on display/curve.h | Johan B. C. Engelen | 2008-05-09 | 1 | -1/+1 |
| | | | | | | | - change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve (bzr r5636) | ||||
| * | make determining smooth nodes more robust | bulia byak | 2008-05-06 | 1 | -9/+14 |
| | | | | (bzr r5613) | ||||
| * | struct SPCurve => class SPCurve | Johan B. C. Engelen | 2008-05-05 | 1 | -7/+7 |
| | | | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609) | ||||
| * | Warning and whitespace cleanup | Jon A. Cruz | 2008-05-01 | 1 | -6/+6 |
| | | | | (bzr r5564) | ||||
| * | suppress helperpath and handles showing for LPESpiro | Johan B. C. Engelen | 2008-04-14 | 1 | -1/+4 |
| | | | | (bzr r5439) | ||||
| * | suppress helperpath display for spiro | bulia byak | 2008-04-14 | 1 | -0/+5 |
| | | | | (bzr r5432) | ||||
| * | Spiro splines LPE using code by Raph Levien | bulia byak | 2008-04-12 | 1 | -0/+196 |
| (bzr r5409) | |||||
