summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-lattice2.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-3/+4
| | | | | | - 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-override pass.Emmanuel Gil Peyrot2018-06-181-6/+6
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-2/+2
| | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
* Add perimetral only lattice 2 optionaly and allow hide knots on point parameterJabier Arraiza2018-01-051-6/+7
|
* Convert source files from latin1 to utf-8.Shlomi Fish2017-01-041-1/+1
| | | | | It is the path of least surprise and doesn't break my scripts. (bzr r15369.1.6)
* Fix headers on LPE'sJabiertxof2016-12-101-1/+1
| | | (bzr r15318)
* Order some headersJabier Arraiza Cenoz2016-07-241-1/+1
| | | (bzr r15023)
* Order and cleanup of some LPEJabier Arraiza Cenoz2016-07-231-1/+1
| | | (bzr r15020)
* Add option to Lattice2 to update LPE only on release knot.Jabier Arraiza Cenoz2016-01-171-0/+1
| | | | | | | This could be useful if item is too complex, making previous knots unusable This can be used in other LPE if anyone want or ping me to it. Maybe could be usefull add similar thing to path parameter, Same slow item become tooooo slow with bend path. (bzr r14604)
* Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-271-1/+5
| | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* Fix coding style issues in lattice2 LPEJabier Arraiza Cenoz2015-04-091-34/+29
| | | (bzr r14047)
* Fix a bug in lattice2 with SegmentLines and add a Expander widget to ↵Jabier Arraiza Cenoz2015-03-121-1/+6
| | | | | contract all point parameters (bzr r13998)
* Final cleanup to point parameter, lattice2 and perspective envelope. Also ↵Jabier Arraiza Cenoz2015-03-101-0/+6
| | | | | added to lattice 2 a symmetry options (bzr r13989)
* Merged pointreseteable parameter to point parameterJabier Arraiza Cenoz2015-03-021-26/+26
| | | (bzr r13961)
* Added Latice2 deformation LPEJabier Arraiza Cenoz2014-05-131-0/+92
(bzr r13341.1.14)