summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-lattice.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-4/+4
| | | | | 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.
* 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)
* Added Latice2 deformation LPEJabier Arraiza Cenoz2014-05-131-1/+0
| | | (bzr r13341.1.14)
* 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)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-3/+1
| | | (bzr r11018)
* Remove addHelperPaths() from Effect; now getHelperPaths() returns a list of ↵Maximilian Albert2008-07-291-1/+1
| | | | | canvas indicators provided by the effect itself or its parameters (overload addCanvasIndicators to provide them in derived effects) (bzr r6450)
* Display helper grid for LPELattice; automatically add helper paths for LPE ↵Maximilian Albert2008-06-181-0/+2
| | | | | PathParams (bzr r5996)
* set eol-style:native for recently added filesMaximilian Albert2008-06-021-69/+69
| | | (bzr r5782)
* add missing filesJohan B. C. Engelen2008-05-301-0/+69
(bzr r5767)