summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-show_handles.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* modernize loopsMarc Jeanmougin2019-01-021-17/+17
|
* 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-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-5/+5
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-5/+5
|
* Base LPE refactorJabier Arraiza2018-03-261-1/+1
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+3
| | | | A lot of header clean-up.
* Add option to show also the original LPE pathJabiertxo Arraiza Cenoz2017-12-011-2/+21
|
* Fix headers on LPE'sJabiertxof2016-12-101-0/+2
| | | (bzr r15318)
* fix bug #1644621 on show handles. Fix start knot on closed pathsJabier Arraiza Cenoz2016-12-071-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1644621 (bzr r15306)
* fix bug #1644621 on show handlesJabier Arraiza Cenoz2016-12-071-13/+25
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1644621 (bzr r15305)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-1/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+1
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+0
| | | (bzr r15025)
* Order and cleanup of some LPEJabier Arraiza Cenoz2016-07-231-2/+2
| | | (bzr r15020)
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-11/+8
| | | (bzr r14059.2.1)
* Fix coding style issues in show/handles LPEJabier Arraiza Cenoz2015-04-101-38/+38
| | | (bzr r14053)
* Add rotate nodes parameterJabier Arraiza Cenoz2014-12-151-6/+12
| | | (bzr r13798)
* Add 'Show handles' LPEJabier Arraiza Cenoz2014-08-121-0/+211
(bzr r13341.1.139)