summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/originalitemarray.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-3/+3
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-6/+6
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-6/+6
|
* Noumerous bugfixes pointed by Lazur on IRCJabier Arraiza2018-04-231-3/+2
|
* Handle transforms and gix groups linked by clipboardJabier Arraiza2018-04-231-1/+1
|
* Base LPE refactorJabier Arraiza2018-03-261-2/+1
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+2
| | | | A lot of header clean-up.
* Remove unused icon-size.hStefano Facchini2017-10-191-1/+0
|
* Add better transform handle to Clone Item LPEJabier Arraiza2017-10-011-1/+1
|
* Add tooltip to set default LPE widgetJabier Arraiza2017-09-221-0/+5
|
* Fix for bug #1715433 Clone original LPE can no longer be used to fill a ↵Jabier Arraiza2017-09-211-12/+20
| | | | powerstroke path
* Added new LPE parameter to store Items array, also bugfixing in patharray ↵Jabiertxo Arraiza Cenoz2017-09-141-0/+458
parameter