summaryrefslogtreecommitdiffstats
path: root/src/sp-path.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove some unnecessary inkscape_active_desktop() callsJohan B. C. Engelen2011-07-191-1/+1
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen2011-07-171-2/+2
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-1/+1
* Merge from trunkKrzysztof Kosi??ski2011-04-071-8/+9
|\
| * add curve before LPE to SPShape. this is useful for helperpath display. It wa...Johan B. C. Engelen2011-04-011-0/+1
| * Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-4/+4
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-4/+4
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-20/+19
|\|
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-20/+19
| |\
| | * SPShape c++ified to the extent it was possible and more changes done for XML ...Abhishek Sharma Public2010-07-141-5/+5
| | * SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public2010-07-121-8/+8
| | * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-5/+5
| |/
* / Wholesale cruft removal part 2Krzysztof Kosi??ski2010-08-041-2/+1
|/
* Disabled unfinished connection point edit mode. Added inkscape:connection-sta...Arcadie M. Cracan2010-02-211-0/+2
* Make curvature work again by fixing a minor omissionArcadie M. Cracan2009-12-041-0/+1
* work on the lpe group undo bug. it's not solved, but i think LPE code does ev...Johan B. C. Engelen2009-11-231-0/+10
* Patch by Johan to fix 391368Josh Andler2009-10-071-4/+4
* fix bug #377958: don't write inkscape:path-effect to plain svgJohan B. C. Engelen2009-08-261-7/+9
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-2/+2
* SPDocument->Documentjohnce2009-08-051-2/+2
* fix broken rendering of paths with unknown LPEs, fix rendering of paths in a ...Johan B. C. Engelen2009-05-141-1/+1
* revert part of 20988 to fix rendering of LPE on groupsbulia byak2009-03-291-1/+1
* we cannot rely on LPE attributes being properly parsed by the time we read d=...bulia byak2009-03-281-2/+0
* add lpe names to path descriptionbulia byak2009-03-271-3/+23
* do not transform, display, reverse, node-edit, or remove LPE if LPE stack is ...bulia byak2009-03-261-5/+8
* Merge from fe-movedTed Gould2008-11-211-7/+17
* From trunkTed Gould2008-10-271-20/+19
* Merging from trunkTed Gould2008-10-111-26/+28
* Move single-dot-creation function to a better location (and rename it accordi...Maximilian Albert2008-09-011-60/+0
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-4/+3
* Use is_straight_curve() instead of three separate dynamic castsDiederik van Lierop2008-08-051-3/+2
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-031-2/+0
* update to 2geom rev. 1507Johan B. C. Engelen2008-07-251-0/+2
* convert all SPCurve's points and matrices arguments and return types to 2GeomJohan B. C. Engelen2008-07-171-2/+2
* try to use consistent document for creating guidesMenTaLguY2008-07-071-2/+1
* convert a path to guides using 2geom callsJohan B. C. Engelen2008-07-041-18/+16
* read PathVector instead of NArtBpathJohan B. C. Engelen2008-06-221-4/+5
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-2/+2
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-4/+3
* for sppath, use 2geompath for svg_write: sp_svg_write_path(np->curve->get_pat...Johan B. C. Engelen2008-06-061-24/+9
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-061-11/+6
* optimization: don't copy SPCurve when transforming it, do this in placebulia byak2008-06-051-11/+5
* LPE STACKING!Johan B. C. Engelen2008-05-301-1/+1
* noop: correct spelling in commentMaximilian Albert2008-05-181-3/+3
* Fix LPE for groups bounding box calculation by using the SPItem->getBounds me...Bastien Bouclet2008-05-171-1/+2
* complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen2008-05-091-1/+1
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-2/+2
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-17/+17
* - Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet2008-03-281-8/+9
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-17/+11