summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-gears.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot2019-03-061-1/+0
| | | | This makes the code a lot less readable and greppable for no reason.
* 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
* 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.
* fix typos, add translator commentIvan Mas??r2016-12-301-1/+1
| | | (bzr r15373)
* Fix headers on LPE'sJabiertxof2016-12-101-3/+2
| | | (bzr r15318)
* Bug#744612. Add minimun radius value to minimize hangsJabier Arraiza Cenoz2016-09-051-6/+11
| | | | | | Fixed bugs: - https://launchpad.net/bugs/744612 (bzr r15105)
* Fix bug#744612Jabier Arraiza Cenoz2016-09-041-0/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/744612 (bzr r15104)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-5/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+5
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-5/+0
| | | (bzr r15025)
* Merge from trunkKrzysztof Kosi??ski2015-05-081-1/+1
|\ | | | | (bzr r14059.2.11)
| * fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-1/+1
| | | | | | (bzr r14126)
* | 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-3/+3
|/ | | (bzr r14059.2.1)
* code cleanup: make more functions static or include their own headers.Campbell Barton2012-10-041-1/+2
| | | (bzr r11736)
* Removed unneeded header style filename #definesJon A. Cruz2012-06-171-2/+0
| | | (bzr r11503)
* Removed outdated classes.Jon A. Cruz2012-06-171-0/+3
| | | | | Pruned header to not introduce extraneous includes. (bzr r11502)
* cppcheckKris De Gussem2011-10-181-2/+3
| | | (bzr r10681)
* Mnemonics in "Input devices", and LPE dialogs (Bug 170765)Kris De Gussem2010-12-291-2/+2
| | | (bzr r9990)
* UI fixes (a.o. Bug #560751 )Kris De Gussem2010-10-021-2/+2
| | | (bzr r9807)
* reduce include dependenciesJohan B. C. Engelen2010-05-181-1/+1
| | | (bzr r9432)
* add Aaron and Michael as copyright holders of lpe-gears.cpp. Sorry I forgot ↵Johan B. C. Engelen2010-02-181-0/+2
| | | | | them :-( (bzr r9098)
* Remove remnants of old node toolKrzysztof Kosi??ski2009-12-241-2/+0
| | | (bzr r8846.2.6)
* Fix LPEs and break mask transform undoKrzysztof Kosi??ski2009-12-081-7/+0
| | | (bzr r8846.2.3)
* use sp_nodepath_make_straight_path in LPEGearsJohan B. C. Engelen2008-04-141-1/+1
| | | (bzr r5438)
* change doEffect functions to use const& parametersJohan B. C. Engelen2008-04-091-1/+1
| | | (bzr r5394)
* Fix missing tooltips in LPE's. (Closes LP: #178471)Bryce Harrington2008-01-061-1/+8
| | | | | Whitespace cleanup. (bzr r4413)
* fix typo notepath => nodepathJohan B. C. Engelen2008-01-021-2/+2
| | | (bzr r4369)
* Set teeth selector in lpe-gears to an integer value >= 3.Bryce Harrington2007-12-301-21/+23
| | | | | Fix trailing whitespace. (bzr r4342)
* LPE: no longer overload doEffect methods, but name them according to ↵Johan B. C. Engelen2007-11-121-1/+1
| | | | | accepted arguments. This saves developer brain time because of 'hiding' issues. (bzr r4067)
* make setup_notepath function for LPE's and LPE parameters.Johan B. C. Engelen2007-11-031-2/+8
| | | (bzr r4018)
* LPE: implement NEW path-along-path effect, i think that old one has become ↵Johan B. C. Engelen2007-10-301-0/+2
| | | | | obsolete and is renamed accordingly. implement straight path node editting for gears effect. (bzr r3983)
* trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-111-266/+266
| | | (bzr r3884)
* Fix LPE:Johan B. C. Engelen2007-08-171-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)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-0/+266
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)