summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/originalpatharray.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-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
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-1/+1
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-10/+10
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2018-06-12Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot1-2/+2
Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1/+2
A lot of header clean-up.
2017-09-22Add tooltip to set default LPE widgetJabier Arraiza1-0/+1
2017-09-21Fix for bug #1715433 Clone original LPE can no longer be used to fill a ↵Jabier Arraiza1-1/+1
powerstroke path
2017-09-13Fixes for clone original LPEJabiertxo Arraiza Cenoz1-3/+4
2017-09-09This commit is based on a coment on bug #1670644. And allow to fill the fill ↵Jabier Arraiza1-12/+16
between many LPE widget that allow attach all paths on the clipboard instead only one Also added to this widget the option visible, to allow work with multiples paths wigout getting full cracy
2017-09-08Fix for bug: 1715433 :: Clone original LPE can no longer be used to fill a ↵Jabiertxo Arraiza Cenoz1-0/+5
powerstroke path
2017-04-29Rewrite UXJabiertxof1-2/+1
(bzr r15620.1.12)
2017-04-28ResetJabiertxof1-1/+2
(bzr r15620.1.9)
2017-04-14Allow set and reset default values of LPE parametersJabiertxof1-2/+1
(bzr r15620.1.1)
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-1/+1
(bzr r14059.2.1)
2014-09-27Update to experimental r13565Liam P. White1-0/+122
(bzr r13341.5.16)
2014-09-14Warnings cleanup; formattingLiam P. White1-2/+1
(bzr r13341.1.206)
2014-09-14Small cleanupLiam P. White1-1/+1
(bzr r13341.1.205)
2014-03-02Experimental merge of Ponyscape features into trunk (will not compile)Liam P. White1-0/+123
(bzr r13090.1.1)