summaryrefslogtreecommitdiffstats
path: root/src/sp-path.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-1/+0
2013-04-05Merged Item.Markus Engel1-1/+0
2013-04-05Merged more classes.Markus Engel1-1/+0
2013-04-05Merged Shape and subclasses. Cleaned up a bit.Markus Engel1-8/+6
2013-04-04Combined some classes.Markus Engel1-136/+114
2013-04-02Cleaned up a bit. Uses some C++11 features.Markus Engel1-35/+1
2013-04-02Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...Markus Engel1-0/+11
2013-04-01Added constructors to SP classes.Markus Engel1-8/+14
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+1
2013-03-29Renamed virtual function names.Markus Engel1-14/+14
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-4/+4
2013-03-14Various changes.Markus Engel1-1/+1
2013-01-26More GObject boilerplate reductionAlex Valavanis1-39/+11
2012-10-06Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel1-3/+3
2012-09-29Removed old calls to set_shape and update_patheffect.Markus Engel1-1/+1
2012-08-18Added "virtual pad" to SPPath.Markus Engel1-63/+123
2012-04-08clone lpe: preserve transformations on paths with clone_original lpe. This en...Johan B. C. Engelen1-1/+6
2012-02-15cppcheckKris De Gussem1-1/+1
2012-01-17clean up after myself...Johan B. C. Engelen1-9/+0
2012-01-17add underscores to some member variables.Johan B. C. Engelen1-34/+35
2012-01-17turn SPPath into a class, and add some methods...Johan B. C. Engelen1-40/+33
2012-01-17part 1 of SPPath cleanup for LPE... remove duplicated original_curve in SPPat...Johan B. C. Engelen1-37/+50
2011-07-19remove some unnecessary inkscape_active_desktop() callsJohan B. C. Engelen1-1/+1
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-2/+2
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-1/+1
2011-04-01add curve before LPE to SPShape. this is useful for helperpath display. It wa...Johan B. C. Engelen1-0/+1
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-4/+4
2011-02-02update to latest 2geom !Johan B. C. Engelen1-4/+4
2010-08-04Wholesale cruft removal part 2Krzysztof Kosi??ski1-2/+1
2010-07-14SPShape c++ified to the extent it was possible and more changes done for XML ...Abhishek Sharma Public1-5/+5
2010-07-12SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public1-8/+8
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-5/+5
2010-02-21Disabled unfinished connection point edit mode. Added inkscape:connection-sta...Arcadie M. Cracan1-0/+2
2009-12-04Make curvature work again by fixing a minor omissionArcadie M. Cracan1-0/+1
2009-11-23work on the lpe group undo bug. it's not solved, but i think LPE code does ev...Johan B. C. Engelen1-0/+10
2009-10-07Patch by Johan to fix 391368Josh Andler1-4/+4
2009-08-26fix bug #377958: don't write inkscape:path-effect to plain svgJohan B. C. Engelen1-7/+9
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-2/+2
2009-08-05SPDocument->Documentjohnce1-2/+2
2009-05-14fix broken rendering of paths with unknown LPEs, fix rendering of paths in a ...Johan B. C. Engelen1-1/+1
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