summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-vonkoch.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot2019-03-061-1/+1
* modernize loopsMarc Jeanmougin2019-01-021-12/+12
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-3/+1
* Base LPE refactorJabier Arraiza2018-03-261-2/+2
* Misc. typosUnknown2017-11-071-1/+1
* Code formatingJabiertxof2017-04-281-9/+9
* Fix headers on LPE'sJabiertxof2016-12-101-1/+1
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-2/+0
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+2
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+0
* Fix for bug 1540070Jabier Arraiza Cenoz2016-03-021-4/+1
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-11/+11
* Update to trunk r13621Liam P. White2014-10-171-4/+2
|\
| * LPEVonKoch: improve rev. 13589 by removing the else branch for complexity cal...Johan B. C. Engelen2014-10-121-4/+2
| * LPEVonKoch : remove redundant assignment (is taken care of by the following i...Johan B. C. Engelen2014-10-111-1/+1
| * fix C++11 compilationJohan B. C. Engelen2014-05-151-2/+1
* | this patch fix the problem whith clips and mask update in live effects. Jabier Arraiza Cenoz2014-09-291-0/+3
* | fix C++11 compilationJohan B. C. Engelen2014-05-151-2/+1
|/
* fix hiding overloaded virtualJohan B. C. Engelen2013-10-041-1/+1
* const ....Johan B. C. Engelen2013-01-171-1/+1
* more const happiness (and removal of duplicate code in sp-object.h)Johan B. C. Engelen2013-01-171-1/+1
* Removed unneeded header style filename #definesJon A. Cruz2012-06-171-2/+0
* Removed outdated classes.Jon A. Cruz2012-06-171-0/+3
* cppcheckKris De Gussem2011-10-211-3/+3
* Merge from trunkKrzysztof Kosi??ski2011-04-071-18/+18
|\
| * Added some mnemonics for filter path effects (Bug #170765)Kris De Gussem2011-03-201-4/+4
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-14/+14
* | Merge from trunkKrzysztof Kosi??ski2010-11-251-4/+4
|\|
| * UI fixes (a.o. Bug #560751 )Kris De Gussem2010-10-021-4/+4
* | Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski2010-08-051-2/+2
|/
* Remove remnants of old node toolKrzysztof Kosi??ski2009-12-241-1/+0
* Fix LPEs and break mask transform undoKrzysztof Kosi??ski2009-12-081-3/+3
* textual patch from bug 408093bulia byak2009-09-061-1/+1
* Ctor fixes and misc warning cleanupsJon A. Cruz2009-04-071-5/+5
* correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, all...Johan B. C. Engelen2009-03-151-0/+2
* From trunkTed Gould2008-10-271-8/+0
* Merging from trunkTed Gould2008-10-111-59/+174
* Fixed initialization order issueJon A. Cruz2008-09-181-8/+8
* lpe-vonkoch: added checkbox to restrict to (orientation preserving or not) si...JF Barraud2008-09-171-0/+7
* lpe-vonkoch: updated to handle groups + changed parameter interpretation to a...JF Barraud2008-09-171-40/+33
* add comments about setting new LPE PathParam path data. refactor things a bit...Johan B. C. Engelen2008-07-201-3/+2
* update 2geom (svn rev1433)Johan B. C. Engelen2008-07-031-1/+1
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-061-1/+1
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-7/+0
* use sp_nodepath_make_straight_path in LPE VonKochJohan B. C. Engelen2008-04-141-1/+2
* move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*Johan B. C. Engelen2008-04-131-1/+1
* change doEffect functions to use const& parametersJohan B. C. Engelen2008-04-091-1/+1
* remove multiple inheritance from lpe PathParam. since it is often desired to ...Johan B. C. Engelen2008-03-231-1/+1
* lpe-vonkoch: complexity bound + choose bbox/segment as reference.JF Barraud2008-03-161-21/+77