summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-roughen.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix various minor typosYuri Chornoivan2019-07-011-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
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-4/+4
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-2/+2
| | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
* Fix headers on LPE'sJabiertxof2016-12-101-1/+0
| | | (bzr r15318)
* Order some headersJabier Arraiza Cenoz2016-07-241-1/+1
| | | (bzr r15023)
* Order and cleanup of some LPEJabier Arraiza Cenoz2016-07-231-0/+1
| | | (bzr r15020)
* Removed auto calulate distances in roughen LPE because strange resulton ↵Jabier Arraiza Cenoz2015-12-021-1/+0
| | | | | apply on LPE copy effect (bzr r14502)
* End fixing roughenJabier Arraiza Cenoz2015-11-151-2/+0
| | | (bzr r14422.3.12)
* Fix bug end node, start calculate size based in number of nodes and lenghtJabier Arraiza Cenoz2015-11-131-0/+1
| | | (bzr r14422.3.6)
* Cleanup Spray tool improvementsJabier Arraiza Cenoz2015-10-251-1/+2
| | | (bzr r14422.3.1)
* Removing new roughen changes to create a new Spray branchJabier Arraiza Cenoz2015-10-251-2/+1
| | | (bzr r14422.1.11)
* fixing roughenJabier Arraiza Cenoz2015-10-191-1/+2
| | | (bzr r14422.1.1)
* Change oprions of handles to a enum widgetJabier Arraiza Cenoz2015-10-191-7/+15
| | | | | | Add parameter to limit angle in mode smooth Bug fixes and improvements to "Spray Friendly" option (bzr r14421)
* Added "Spray Friendly" Parameter to roughen LPEJabier Arraiza Cenoz2015-10-181-0/+1
| | | | | | Adds, but not used by the moment a extra parameter to bool and scalar LPE parameter to hide the widget. This allow to store scalar values and bool values inside the LPEObject to intermediate use by the LPE, whithout disturbing to the user. (bzr r14420)
* Bug fixes in roughen and added uption to retract handlesJabier Arraiza Cenoz2015-10-151-0/+1
| | | (bzr r14418)
* Added a parameter to roughen LPE to allow fixed displacement of pointsJabier Arraiza Cenoz2015-10-131-2/+3
| | | (bzr r14408)
* Fix position node splitedJabier Arraiza Cenoz2015-10-131-3/+4
| | | | | Added parameter to Symm move nodes, Todo:Get better english strings (bzr r14407)
* Remove documentUnits from live_effect/effect.cpp/hJabier Arraiza Cenoz2015-05-091-2/+0
| | | | | Remove units from fillet-chamfer and roughen (bzr r14136)
* Fix coding style issues in roughen LPEJabier Arraiza Cenoz2015-04-091-7/+7
| | | (bzr r14048)
* Added a extra layer of roughen pointed by Ivan LouetteJabier Arraiza Cenoz2014-11-031-0/+2
| | | (bzr r13666)
* this patch fix the problem whith clips and mask update in live effects. Jabier Arraiza Cenoz2014-09-291-1/+1
| | | | | More info in the bug: https://bugs.launchpad.net/inkscape/+bug/1241902 (bzr r13341.1.229)
* Roughen LPE: cleanup, improvements in code -loop part thanks Nathan-, ↵Jabier Arraiza Cenoz2014-09-151-29/+35
| | | | | credits and license fixed (bzr r13341.1.208)
* Added roughen LPEJabier Arraiza Cenoz2014-07-301-0/+57
(bzr r13341.1.106)