summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-envelope.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-06Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot1-2/+0
2019-01-14Misc. typo and whitespace fixesluz.paz1-1/+1
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
2018-01-07Remove a console warning in envelope about ampersand and allow use markup in ...Jabier Arraiza1-2/+2
2017-11-07Misc. typosUnknown1-1/+1
2017-04-28Code formatingJabiertxof1-6/+6
2017-04-28ResetJabiertxof1-6/+6
2017-04-14Allow set and reset default values of LPE parametersJabiertxof1-6/+6
2016-12-16remove rollback to 15315Jabiertxof1-0/+2
2016-12-16Rollback 15315Jabiertxof1-2/+0
2016-12-10Fix headers on LPE'sJabiertxof1-0/+2
2016-09-02Remove extraneous checks for truth/false.Shlomi Fish1-4/+4
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-14/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+14
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-14/+0
2016-03-02Fix for bug 1540070Jabier Arraiza Cenoz1-3/+1
2014-09-29this patch fix the problem whith clips and mask update in live effects. Jabier Arraiza Cenoz1-1/+4
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
2010-12-29Mnemonics in "Input devices", and LPE dialogs (Bug 170765)Kris De Gussem1-2/+2
2010-10-02UI fixes (a.o. Bug #560751 )Kris De Gussem1-4/+4
2010-08-30Fix file permissions (Bug #314381).Nicolas Dufour1-0/+0
2009-10-05Patch by Johan to fix crashing by undefined path parameters in 4 LPEsJosh Andler1-0/+9
2009-03-15correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, all...Johan B. C. Engelen1-0/+2
2008-10-27From trunkTed Gould1-7/+0
2008-08-03remove many needless references to n-art-bpath.hJohan B. C. Engelen1-3/+0
2008-07-20add comments about setting new LPE PathParam path data. refactor things a bit...Johan B. C. Engelen1-4/+4
2008-07-03update 2geom (svn rev1433)Johan B. C. Engelen1-1/+1
2008-06-12LPE Enveloppe: return input path when xx and yy are both falseJohan B. C. Engelen1-0/+3
2008-05-17New LPE : Envelope deformationBastien Bouclet1-0/+260