summaryrefslogtreecommitdiffstats
path: root/src/sp-path.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix LPE for groups bounding box calculation by using the SPItem->getBounds ↵Bastien Bouclet2008-05-171-1/+2
| | | | | | | method. Some preliminary work for LPE stacking. (bzr r5683)
* 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)
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-2/+2
| | | | | | - 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)
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-17/+17
| | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609)
* - Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet2008-03-281-8/+9
| | | | | | - LPEs can now be applied to groups - Updated the bend path to work properly with groups (bzr r5219)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-17/+11
| | | (bzr r5149)
* Don't group dot creation with pen-/pencil-specific operations in undo historyMaximilian Albert2008-01-271-3/+1
| | | (bzr r4603)
* Ctrl+click in pen/pencil tool: Created dots are now selected; Alt is used ↵Maximilian Albert2008-01-201-2/+9
| | | | | for randomness, Shift doubles dot size; clearer preferences labels (bzr r4568)
* Make creation of dots via Ctrl+click also possible in pen context; fill dots ↵Maximilian Albert2008-01-191-0/+64
| | | | | with current stroke color (and unset stroke); add preferences settings for dot radius and status bar messages; Shift+Ctrl+click varies the radius slightly (bzr r4563)
* Add option in Preferences to keep objects after conversion to guidesMaximilian Albert2008-01-161-2/+0
| | | (bzr r4514)
* Make path segments convertable to guides, tooMaximilian Albert2008-01-161-0/+36
| | | (bzr r4503)
* + Fix bug #179840, forking of LPEsJohan B. C. Engelen2008-01-021-0/+3
| | | | | + Groundwork for fixing transforming LPE bugs. TODO: implement the actual transformation of LPE parameters. (bzr r4367)
* Fix LP bug #179328Johan B. C. Engelen2008-01-021-0/+14
| | | (bzr r4365)
* add path effect indication to the descriptionbulia byak2007-09-051-2/+7
| | | (bzr r3690)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-27/+160
| | | | | (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-211-1/+4
| | | | | create methods to match DOM (bzr r2253)
* Applied patch #1501709Jon A. Cruz2006-06-071-3/+1
| | | (bzr r1176)
* eliminate direct accesses to SPCurve::bpathMenTaLguY2006-05-091-2/+2
| | | (bzr r787)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+325
(bzr r1)