summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-envelope.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot2019-03-061-2/+0
| | | | This makes the code a lot less readable and greppable for no reason.
* Misc. typo and whitespace fixesluz.paz2019-01-141-1/+1
| | | Found via `codespell` and `atom editor`
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-3/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Base LPE refactorJabier Arraiza2018-03-261-2/+2
|
* Remove a console warning in envelope about ampersand and allow use markup in ↵Jabier Arraiza2018-01-071-2/+2
| | | | bool widget labels
* Misc. typosUnknown2017-11-071-1/+1
| | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
* Code formatingJabiertxof2017-04-281-6/+6
| | | (bzr r15649)
* Fix headers on LPE'sJabiertxof2016-12-101-0/+2
| | | (bzr r15318)
* Remove extraneous checks for truth/false.Shlomi Fish2016-09-021-4/+4
| | | | | Convert to a plain var-access or the "!" operator. (bzr r15100.1.5)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-14/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+14
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-14/+0
| | | (bzr r15025)
* Fix for bug 1540070Jabier Arraiza Cenoz2016-03-021-3/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1540070 (bzr r14678)
* this patch fix the problem whith clips and mask update in live effects. Jabier Arraiza Cenoz2014-09-291-1/+4
| | | | | More info in the bug: https://bugs.launchpad.net/inkscape/+bug/1241902 (bzr r13341.1.229)
* const ....Johan B. C. Engelen2013-01-171-1/+1
| | | (bzr r12039)
* more const happiness (and removal of duplicate code in sp-object.h)Johan B. C. Engelen2013-01-171-1/+1
| | | (bzr r12038)
* Removed unneeded header style filename #definesJon A. Cruz2012-06-171-2/+0
| | | (bzr r11503)
* Mnemonics in "Input devices", and LPE dialogs (Bug 170765)Kris De Gussem2010-12-291-2/+2
| | | (bzr r9990)
* UI fixes (a.o. Bug #560751 )Kris De Gussem2010-10-021-4/+4
| | | (bzr r9807)
* Fix file permissions (Bug #314381).Nicolas Dufour2010-08-301-0/+0
| | | (bzr r9732)
* Patch by Johan to fix crashing by undefined path parameters in 4 LPEsJosh Andler2009-10-051-0/+9
| | | (bzr r8723)
* correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, ↵Johan B. C. Engelen2009-03-151-0/+2
| | | | | all default values are written to SVG. This greatly improves future compatibility. (bzr r7499)
* From trunkTed Gould2008-10-271-7/+0
| | | (bzr r6885)
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-031-3/+0
| | | (bzr r6540)
* add comments about setting new LPE PathParam path data. refactor things a ↵Johan B. C. Engelen2008-07-201-4/+4
| | | | | bit for easier comprehension and optimization possibility from within nodepath (bzr r6371)
* update 2geom (svn rev1433)Johan B. C. Engelen2008-07-031-1/+1
| | | (bzr r6134)
* LPE Enveloppe: return input path when xx and yy are both falseJohan B. C. Engelen2008-06-121-0/+3
| | | (bzr r5911)
* New LPE : Envelope deformationBastien Bouclet2008-05-171-0/+260
(bzr r5684)