summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-test-doEffect-stack.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-06Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot1-2/+0
This makes the code a lot less readable and greppable for no reason.
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-equals-default pass.Emmanuel Gil Peyrot1-3/+1
This replaces empty constructors and destructors with the default keyword.
2017-04-28Code formatingJabiertxof1-4/+4
(bzr r15649)
2017-04-28ResetJabiertxof1-4/+4
(bzr r15620.1.9)
2017-04-14Allow set and reset default values of LPE parametersJabiertxof1-4/+4
(bzr r15620.1.1)
2016-12-16remove rollback to 15315Jabiertxof1-2/+3
(bzr r15295.1.26)
2016-12-16Rollback 15315Jabiertxof1-3/+2
(bzr r15295.1.25)
2016-12-10Fix headers on LPE'sJabiertxof1-2/+3
(bzr r15318)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-3/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+3
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+0
(bzr r15025)
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-3/+3
(bzr r14059.2.1)
2015-03-12Point parameter refactor, Fixes a bug in Lattice2 whith lines.Jabier Arraiza Cenoz1-1/+1
(bzr r13995)
2015-03-02Merged pointreseteable parameter to point parameterJabier Arraiza Cenoz1-0/+1
(bzr r13961)
2012-10-21UI uniformisationKris De Gussem1-3/+3
(bzr r11817)
2012-06-17Removed unneeded header style filename #definesJon A. Cruz1-2/+0
(bzr r11503)
2012-06-17Removed outdated classes.Jon A. Cruz1-0/+2
Pruned header to not introduce extraneous includes. (bzr r11502)
2008-09-23add a path parameter to doeffect_stack_test to test a bug + fix a stupid ↵JF Barraud1-1/+1
error. sorry. (bzr r6876)
2008-09-23add a path parameter to doeffect_stack_test to test a bugJF Barraud1-1/+3
(bzr r6875)
2008-08-03remove many needless references to n-art-bpath.hJohan B. C. Engelen1-1/+0
(bzr r6540)
2008-06-06merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen1-22/+1
(bzr r5823)
2008-05-20Const fix for testJon A. Cruz1-1/+1
(bzr r5716)
2008-04-24fix a couple of g++-4.3 compile errors.Peter Moulder1-0/+2
(bzr r5503)
2008-04-09change doEffect functions to use const& parametersJohan B. C. Engelen1-2/+2
(bzr r5394)
2008-03-20define color of point parameter in LPEdoEffectStackTestJohan B. C. Engelen1-2/+4
add tooltips to parameters of LPEdoEffectStackTest (bzr r5134)
2008-03-02NEW: temporary on-canvas indicatorsJohan B. C. Engelen1-1/+3
(bzr r4918)
2007-11-12LPE: no longer overload doEffect methods, but name them according to ↵Johan B. C. Engelen1-5/+5
accepted arguments. This saves developer brain time because of 'hiding' issues. (bzr r4067)
2007-10-11trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder1-96/+96
(bzr r3884)
2007-09-13* Marking empty strings as non-translatableLuca Bruno1-1/+1
(bzr r3742)
2007-08-17Fix LPE:Johan B. C. Engelen1-2/+2
* add default values for parameters * remove text for LPE_INVALID * update example for skel strokes * clean a bit of the code (bzr r3498)
2007-08-14Commit LivePathEffect branch to trunk!Johan B. C. Engelen1-0/+96
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)