summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-vonkoch.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-06Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot1-1/+1
2019-01-02modernize loopsMarc Jeanmougin1-12/+12
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-3/+1
2018-03-26Base LPE refactorJabier Arraiza1-2/+2
2017-11-07Misc. typosUnknown1-1/+1
2017-04-28Code formatingJabiertxof1-9/+9
2017-04-28ResetJabiertxof1-9/+9
2017-04-14Allow set and reset default values of LPE parametersJabiertxof1-9/+9
2016-12-16remove rollback to 15315Jabiertxof1-1/+1
2016-12-16Rollback 15315Jabiertxof1-1/+1
2016-12-10Fix headers on LPE'sJabiertxof1-1/+1
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+2
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+0
2016-03-02Fix for bug 1540070Jabier Arraiza Cenoz1-4/+1
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-11/+11
2014-10-12LPEVonKoch: improve rev. 13589 by removing the else branch for complexity cal...Johan B. C. Engelen1-4/+2
2014-10-11LPEVonKoch : remove redundant assignment (is taken care of by the following i...Johan B. C. Engelen1-1/+1
2014-09-29this patch fix the problem whith clips and mask update in live effects. Jabier Arraiza Cenoz1-0/+3
2014-05-15fix C++11 compilationJohan B. C. Engelen1-2/+1
2014-05-15fix C++11 compilationJohan B. C. Engelen1-2/+1
2013-10-04fix hiding overloaded virtualJohan B. C. Engelen1-1/+1
2013-01-17const ....Johan B. C. Engelen1-1/+1
2013-01-17more const happiness (and removal of duplicate code in sp-object.h)Johan B. C. Engelen1-1/+1
2012-06-17Removed unneeded header style filename #definesJon A. Cruz1-2/+0
2012-06-17Removed outdated classes.Jon A. Cruz1-0/+3
2011-10-21cppcheckKris De Gussem1-3/+3
2011-03-20Added some mnemonics for filter path effects (Bug #170765)Kris De Gussem1-4/+4
2011-02-02update to latest 2geom !Johan B. C. Engelen1-14/+14
2010-10-02UI fixes (a.o. Bug #560751 )Kris De Gussem1-4/+4
2010-08-05Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski1-2/+2
2009-12-24Remove remnants of old node toolKrzysztof Kosi??ski1-1/+0
2009-12-08Fix LPEs and break mask transform undoKrzysztof Kosi??ski1-3/+3
2009-09-06textual patch from bug 408093bulia byak1-1/+1
2009-04-07Ctor fixes and misc warning cleanupsJon A. Cruz1-5/+5
2009-03-15correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, all...Johan B. C. Engelen1-0/+2
2008-10-27From trunkTed Gould1-8/+0
2008-10-11Merging from trunkTed Gould1-59/+174
2008-09-18Fixed initialization order issueJon A. Cruz1-8/+8
2008-09-17lpe-vonkoch: added checkbox to restrict to (orientation preserving or not) si...JF Barraud1-0/+7
2008-09-17lpe-vonkoch: updated to handle groups + changed parameter interpretation to a...JF Barraud1-40/+33
2008-07-20add comments about setting new LPE PathParam path data. refactor things a bit...Johan B. C. Engelen1-3/+2
2008-07-03update 2geom (svn rev1433)Johan B. C. Engelen1-1/+1
2008-06-06merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen1-1/+1
2008-05-09- try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen1-7/+0
2008-04-14use sp_nodepath_make_straight_path in LPE VonKochJohan B. C. Engelen1-1/+2
2008-04-13move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*Johan B. C. Engelen1-1/+1
2008-04-09change doEffect functions to use const& parametersJohan B. C. Engelen1-1/+1
2008-03-23remove multiple inheritance from lpe PathParam. since it is often desired to ...Johan B. C. Engelen1-1/+1