summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/path.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-2/+3
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-1/+1
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-11/+11
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-2/+2
* Add tooltip to set default LPE widgetJabier Arraiza2017-09-221-0/+1
* Fix for bug: 1715433 :: Clone original LPE can no longer be used to fill a po...Jabiertxo Arraiza Cenoz2017-09-081-0/+2
* Force not original-d if the clip-path or mask has not a LPE allowed to change itJabiertxof2017-05-281-1/+5
* Rewrite UXJabiertxof2017-04-291-0/+1
* ResetJabiertxof2017-04-281-1/+0
* Allow set and reset default values of LPE parametersJabiertxof2017-04-141-0/+1
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-3/+3
* const ....Johan B. C. Engelen2013-01-171-1/+1
* const methodsJohan B. C. Engelen2013-01-171-1/+1
* clone original path lpe: add boilerplate code to allow to compensate for link...Johan B. C. Engelen2012-04-081-0/+3
* LPE: add new LPE that outputs the original path data. used to make a clone (w...Johan B. C. Engelen2012-01-121-0/+1
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-3/+1
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-271-0/+1
* update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
* try to make LPE optimizations easier. example in LPE BendJohan B. C. Engelen2008-08-071-0/+4
* automatically add helperpath for PathParamsMaximilian Albert2008-07-291-0/+1
* purge LivePathEffect::PathTypeJohan B. C. Engelen2008-07-201-2/+0
* add comments about setting new LPE PathParam path data. refactor things a bit...Johan B. C. Engelen2008-07-201-5/+5
* First shot at a dropdown selector for various shapes in pen/pencil tool, alon...Maximilian Albert2008-07-031-1/+3
* Rename param_writeSVGValue() --> param_getSVGValue() since the method doesn't...Maximilian Albert2008-06-051-1/+1
* Add paramType() method to LPE parameter classesMaximilian Albert2008-06-051-0/+2
* fix lpe-PathPAram when deleting the path that it links toJohan B. C. Engelen2008-03-281-0/+1
* add linking to other paths to lpe-PathParamJohan B. C. Engelen2008-03-271-2/+12
* prepare PathParam for linking to other objectJohan B. C. Engelen2008-03-231-1/+1
* set primary path storage to vector<path> in lpe-PathParam. only convert to pw...Johan B. C. Engelen2008-03-231-1/+8
* return const reference when getting path data from lpe-PathParam!Johan B. C. Engelen2008-03-231-1/+1
* remove multiple inheritance from lpe PathParam. since it is often desired to ...Johan B. C. Engelen2008-03-231-5/+11
* Remove unnecessary dependencies for some of the lpe parameters.Johan B. C. Engelen2008-02-281-1/+0
* * (when debug macro is defined) call ShapeEditor function to on-canvas edit p...Johan B. C. Engelen2008-02-271-2/+2
* fix Bug #191909 crash on lpe stitch sub-paths, also fix crash for bend path lpeJohan B. C. Engelen2008-02-201-1/+1
* add copy button to LPE pathparamJohan B. C. Engelen2008-01-261-0/+1
* path lpe parameter should not know of it's edit button since it has no unique...Johan B. C. Engelen2008-01-261-6/+0
* prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.Johan B. C. Engelen2008-01-151-4/+1
* correctly transform LPE path and point parameters with the SPItem's transformJohan B. C. Engelen2008-01-081-3/+1
* fix typo notepath => nodepathJohan B. C. Engelen2008-01-021-1/+1
* make LPE parameters responsible for transformation (LPE cycles through its pa...Johan B. C. Engelen2008-01-021-0/+2
* Add virtual to a lot of the destructors. Note: perhaps it will have to be rev...Johan B. C. Engelen2007-11-041-1/+1
* make setup_notepath function for LPE's and LPE parameters.Johan B. C. Engelen2007-11-031-0/+1
* LPE: implement NEW path-along-path effect, i think that old one has become ob...Johan B. C. Engelen2007-10-301-0/+2
* LPE: implement 'edit next LPE parameter'. Accessible through key '7'.Johan B. C. Engelen2007-10-281-0/+2
* LPE: add on-canvas editing of path parameters!Johan B. C. Engelen2007-10-201-0/+6
* trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-111-66/+66
* 2 LPE things:Johan B. C. Engelen2007-08-261-0/+1
* Add default value stuff for LPE parametersJohan B. C. Engelen2007-08-191-1/+5