summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/path.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-17Removed outdated classes.Jon A. Cruz1-0/+2
2012-04-08clone original path lpe: add boilerplate code to allow to compensate for link...Johan B. C. Engelen1-0/+10
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-0/+2
2012-02-12Header cleaningAlex Valavanis1-0/+1
2012-01-12LPE: add new LPE that outputs the original path data. used to make a clone (w...Johan B. C. Engelen1-1/+6
2012-01-03Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis1-6/+6
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-1/+1
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-1/+1
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
2010-07-14SPShape c++ified to the extent it was possible and more changes done for XML ...Abhishek Sharma Public1-1/+1
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-2/+2
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-1/+1
2010-03-19Cleanup of SP_ACTIVE_DESKTOP to prepare clipboard code for reuse.Jon A. Cruz1-2/+2
2010-01-22Fix some of the LPE issues.Krzysztof Kosi??ski1-2/+2
2010-01-15Warning cleanup.Jon A. Cruz1-2/+2
2009-12-24Remove remnants of old node toolKrzysztof Kosi??ski1-2/+0
2009-12-08Fix LPEs and break mask transform undoKrzysztof Kosi??ski1-6/+27
2009-11-29First GSoC node tool commit to BazaarKrzysztof Kosi??ski1-13/+3
2009-04-11Fix two missing icons in live effect parametersKrzysztof Kosi??ski1-2/+2
2009-03-19tidy up SPObjects that must always be LivePathEffectObjectsJohan B. C. Engelen1-1/+1
2009-01-08move shape_editor from node context to the parent class, event contextbulia byak1-1/+1
2008-09-25Sorry, I got off on a branch and ended up with a bunch of things. I'm just g...Ted Gould1-1/+1
2008-08-07try to make LPE optimizations easier. example in LPE BendJohan B. C. Engelen1-4/+12
2008-08-03Fixed broken empty string checkJon A. Cruz1-10/+10
2008-08-03remove many needless references to n-art-bpath.hJohan B. C. Engelen1-1/+0
2008-08-01Warning cleanupJon A. Cruz1-1/+1
2008-07-29automatically add helperpath for PathParamsMaximilian Albert1-0/+6
2008-07-20add comments about setting new LPE PathParam path data. refactor things a bit...Johan B. C. Engelen1-17/+45
2008-07-14Enable simultaneous knotholder and nodepathMaximilian Albert1-1/+1
2008-07-05move undo commits closer to the UIbulia byak1-2/+2
2008-07-03First shot at a dropdown selector for various shapes in pen/pencil tool, alon...Maximilian Albert1-5/+10
2008-06-22use pathvector directly from SPCurve in LPE path parameter.Johan B. C. Engelen1-1/+1
2008-06-06merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen1-6/+6
2008-06-05Rename param_writeSVGValue() --> param_getSVGValue() since the method doesn't...Maximilian Albert1-1/+1
2008-05-05struct SPCurve => class SPCurveJohan B. C. Engelen1-1/+1
2008-04-13fix typoJohan B. C. Engelen1-1/+0
2008-04-13now with 2geom's arc implem. : accept pasting ellipse path params.Johan B. C. Engelen1-13/+6
2008-04-13move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*Johan B. C. Engelen1-1/+1
2008-03-28fix lpe-PathPAram when deleting the path that it links toJohan B. C. Engelen1-2/+16
2008-03-27add linking to other paths to lpe-PathParamJohan B. C. Engelen1-18/+137
2008-03-26system clipboard support (bug #170185) from Chris KosiƄskiMenTaLguY1-24/+17
2008-03-24Corrected initialization orderJon A. Cruz1-1/+1
2008-03-23prepare PathParam for linking to other objectJohan B. C. Engelen1-20/+28
2008-03-23set primary path storage to vector<path> in lpe-PathParam. only convert to pw...Johan B. C. Engelen1-16/+53
2008-03-23return const reference when getting path data from lpe-PathParam!Johan B. C. Engelen1-1/+1
2008-03-23remove multiple inheritance from lpe PathParam. since it is often desired to ...Johan B. C. Engelen1-5/+22
2008-02-27* (when debug macro is defined) call ShapeEditor function to on-canvas edit p...Johan B. C. Engelen1-2/+2
2008-02-20fix Bug #191909 crash on lpe stitch sub-paths, also fix crash for bend path lpeJohan B. C. Engelen1-0/+6
2008-01-26add copy button to LPE pathparamJohan B. C. Engelen1-0/+15
2008-01-26path lpe parameter should not know of it's edit button since it has no unique...Johan B. C. Engelen1-2/+0