summaryrefslogtreecommitdiffstats
path: root/src/sp-shape.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* complete adding const to have only NArtBpath const * get_bpath() const; for ↵Johan B. C. Engelen2008-05-091-1/+1
| | | | | 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)
* - Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet2008-03-281-29/+3
| | | | | | - LPEs can now be applied to groups - Updated the bend path to work properly with groups (bzr r5219)
* + Fix bug #179840, forking of LPEsJohan B. C. Engelen2008-01-021-0/+4
| | | | | + Groundwork for fixing transforming LPE bugs. TODO: implement the actual transformation of LPE parameters. (bzr r4367)
* LPE: implement 'edit next LPE parameter'. Accessible through key '7'.Johan B. C. Engelen2007-10-281-0/+3
| | | (bzr r3968)
* fix pasting of LPE's across multiple document; plus a number of small fixes.Johan B. C. Engelen2007-09-141-1/+2
| | | (bzr r3745)
* store and properly disconnect lpe modified connectionbulia byak2007-09-061-0/+1
| | | (bzr r3693)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-1/+21
| | | | | (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)
* switch to sigc++ SPObject signals for SPShapeMenTaLguY2006-07-281-3/+3
| | | (bzr r1495)
* export markers APIbulia byak2006-05-261-4/+7
| | | (bzr r1012)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+62
(bzr r1)