summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/path.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-2/+3
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-11/+11
2018-06-12Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot1-2/+2
2017-09-22Add tooltip to set default LPE widgetJabier Arraiza1-0/+1
2017-09-08Fix for bug: 1715433 :: Clone original LPE can no longer be used to fill a po...Jabiertxo Arraiza Cenoz1-0/+2
2017-05-29Initial releaseJabiertxof1-1/+5
2017-05-28Force not original-d if the clip-path or mask has not a LPE allowed to change itJabiertxof1-1/+5
2017-05-28Force not original-d if the clip-path or mask has not a LPE allowed to change itJabiertxof1-1/+5
2017-04-29Rewrite UXJabiertxof1-0/+1
2017-04-28ResetJabiertxof1-1/+0
2017-04-14Allow set and reset default values of LPE parametersJabiertxof1-0/+1
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-3/+3
2013-01-17const ....Johan B. C. Engelen1-1/+1
2013-01-17const methodsJohan B. C. Engelen1-1/+1
2012-04-08clone original path lpe: add boilerplate code to allow to compensate for link...Johan B. C. Engelen1-0/+3
2012-01-12LPE: add new LPE that outputs the original path data. used to make a clone (w...Johan B. C. Engelen1-0/+1
2012-01-03Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis1-3/+1
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
2011-02-27compatibility patch to compile using gcc 4.6Adib Taraben1-0/+1
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
2008-08-07try to make LPE optimizations easier. example in LPE BendJohan B. C. Engelen1-0/+4
2008-07-29automatically add helperpath for PathParamsMaximilian Albert1-0/+1
2008-07-20purge LivePathEffect::PathTypeJohan B. C. Engelen1-2/+0
2008-07-20add comments about setting new LPE PathParam path data. refactor things a bit...Johan B. C. Engelen1-5/+5
2008-07-03First shot at a dropdown selector for various shapes in pen/pencil tool, alon...Maximilian Albert1-1/+3
2008-06-05Rename param_writeSVGValue() --> param_getSVGValue() since the method doesn't...Maximilian Albert1-1/+1
2008-06-05Add paramType() method to LPE parameter classesMaximilian Albert1-0/+2
2008-03-28fix lpe-PathPAram when deleting the path that it links toJohan B. C. Engelen1-0/+1
2008-03-27add linking to other paths to lpe-PathParamJohan B. C. Engelen1-2/+12
2008-03-23prepare PathParam for linking to other objectJohan B. C. Engelen1-1/+1
2008-03-23set primary path storage to vector<path> in lpe-PathParam. only convert to pw...Johan B. C. Engelen1-1/+8
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/+11
2008-02-28Remove unnecessary dependencies for some of the lpe parameters.Johan B. C. Engelen1-1/+0
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-1/+1
2008-01-26add copy button to LPE pathparamJohan B. C. Engelen1-0/+1
2008-01-26path lpe parameter should not know of it's edit button since it has no unique...Johan B. C. Engelen1-6/+0
2008-01-15prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.Johan B. C. Engelen1-4/+1
2008-01-08correctly transform LPE path and point parameters with the SPItem's transformJohan B. C. Engelen1-3/+1
2008-01-02fix typo notepath => nodepathJohan B. C. Engelen1-1/+1
2008-01-02make LPE parameters responsible for transformation (LPE cycles through its pa...Johan B. C. Engelen1-0/+2
2007-11-04Add virtual to a lot of the destructors. Note: perhaps it will have to be rev...Johan B. C. Engelen1-1/+1
2007-11-03make setup_notepath function for LPE's and LPE parameters.Johan B. C. Engelen1-0/+1
2007-10-30LPE: implement NEW path-along-path effect, i think that old one has become ob...Johan B. C. Engelen1-0/+2
2007-10-28LPE: implement 'edit next LPE parameter'. Accessible through key '7'.Johan B. C. Engelen1-0/+2
2007-10-20LPE: add on-canvas editing of path parameters!Johan B. C. Engelen1-0/+6
2007-10-11trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder1-66/+66