summaryrefslogtreecommitdiffstats
path: root/src/sp-path.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-29revert part of 20988 to fix rendering of LPE on groupsbulia byak1-1/+1
2009-03-28we cannot rely on LPE attributes being properly parsed by the time we read d=...bulia byak1-2/+0
2009-03-27add lpe names to path descriptionbulia byak1-3/+23
2009-03-26do not transform, display, reverse, node-edit, or remove LPE if LPE stack is ...bulia byak1-5/+8
2008-11-21Merge from fe-movedTed Gould1-7/+17
2008-10-27From trunkTed Gould1-20/+19
2008-10-11Merging from trunkTed Gould1-26/+28
2008-09-01Move single-dot-creation function to a better location (and rename it accordi...Maximilian Albert1-60/+0
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-4/+3
2008-08-05Use is_straight_curve() instead of three separate dynamic castsDiederik van Lierop1-3/+2
2008-08-03remove many needless references to n-art-bpath.hJohan B. C. Engelen1-2/+0
2008-07-25update to 2geom rev. 1507Johan B. C. Engelen1-0/+2
2008-07-17convert all SPCurve's points and matrices arguments and return types to 2GeomJohan B. C. Engelen1-2/+2
2008-07-07try to use consistent document for creating guidesMenTaLguY1-2/+1
2008-07-04convert a path to guides using 2geom callsJohan B. C. Engelen1-18/+16
2008-06-22read PathVector instead of NArtBpathJohan B. C. Engelen1-4/+5
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-2/+2
2008-06-11plumb XML::Documents in everywhereMenTaLguY1-4/+3
2008-06-06for sppath, use 2geompath for svg_write: sp_svg_write_path(np->curve->get_pat...Johan B. C. Engelen1-24/+9
2008-06-06merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen1-11/+6
2008-06-05optimization: don't copy SPCurve when transforming it, do this in placebulia byak1-11/+5
2008-05-30LPE STACKING!Johan B. C. Engelen1-1/+1
2008-05-18noop: correct spelling in commentMaximilian Albert1-3/+3
2008-05-17Fix LPE for groups bounding box calculation by using the SPItem->getBounds me...Bastien Bouclet1-1/+2
2008-05-09complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen1-1/+1
2008-05-09- try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen1-2/+2
2008-05-05struct SPCurve => class SPCurveJohan B. C. Engelen1-17/+17
2008-03-28- Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet1-8/+9
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-17/+11
2008-01-27Don't group dot creation with pen-/pencil-specific operations in undo historyMaximilian Albert1-3/+1
2008-01-20Ctrl+click in pen/pencil tool: Created dots are now selected; Alt is used for...Maximilian Albert1-2/+9
2008-01-19Make creation of dots via Ctrl+click also possible in pen context; fill dots ...Maximilian Albert1-0/+64
2008-01-16Add option in Preferences to keep objects after conversion to guidesMaximilian Albert1-2/+0
2008-01-16Make path segments convertable to guides, tooMaximilian Albert1-0/+36
2008-01-02+ Fix bug #179840, forking of LPEsJohan B. C. Engelen1-0/+3
2008-01-02Fix LP bug #179328Johan B. C. Engelen1-0/+14
2007-09-05add path effect indication to the descriptionbulia byak1-2/+7
2007-08-14Commit LivePathEffect branch to trunk!Johan B. C. Engelen1-27/+160
2007-01-21start switching sp_repr_new* over to XML::Document::create*, and rename creat...MenTaLguY1-1/+4
2006-06-07Applied patch #1501709Jon A. Cruz1-3/+1
2006-05-09eliminate direct accesses to SPCurve::bpathMenTaLguY1-2/+2