summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/originalitem.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move icon-loader and provide a temporary fallback to render pixbufJabiertxof2018-11-091-1/+1
|
* 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
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
|
* adding gtk-themeJabier Arraiza2018-07-211-4/+3
|
* 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.
* 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-2/+2
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-3/+3
| | | | A lot of header clean-up.
* Add better transform handle to Clone Item LPEJabier Arraiza2017-10-011-8/+6
|
* Fix a bug on uninicialitated variable, that perform diferent results in ↵Jabier Arraiza2017-09-161-1/+2
| | | | debug and in release mode. Thanks Michael for help me finfing this bug. Also sused to remove some unnneded code in path chemistry and to better naming the variable uninicilitated
* Remove old icon handling codeAlexander Valavanis2017-06-291-3/+4
|
* Fixing update to trunkJabier Arraiza Cenoz2017-01-241-0/+129
(bzr r15356.1.20)