summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-roughen.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix various minor typosYuri Chornoivan2019-07-011-36/+36
|
* modernize loopsMarc Jeanmougin2019-01-021-10/+9
|
* 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-1/+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.
* Misc. typosluz.paz2018-05-141-1/+1
| | | Found via `codespell` and `grep`
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-3/+3
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-3/+3
|
* Base LPE refactorJabier Arraiza2018-03-261-0/+3
|
* LPE Gtk3 deprecation fixesAlex Valavanis2017-03-121-4/+4
| | | (bzr r15587)
* Fix headers on LPE'sJabiertxof2016-12-101-0/+3
| | | (bzr r15318)
* 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)
* Fixed a bug on roughen LPE on open pathsJabier Arraiza Cenoz2016-07-241-4/+1
| | | (bzr r15022)
* Order and cleanup of some LPEJabier Arraiza Cenoz2016-07-231-3/+3
| | | (bzr r15020)
* Fix for bug 1540070Jabier Arraiza Cenoz2016-03-021-3/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1540070 (bzr r14678)
* Removed auto calulate distances in roughen LPE because strange resulton ↵Jabier Arraiza Cenoz2015-12-021-38/+0
| | | | | apply on LPE copy effect (bzr r14502)
* End fixing roughenJabier Arraiza Cenoz2015-11-151-35/+29
| | | (bzr r14422.3.12)
* max_smooth_angle working, now deleted after because dont think a good ↵Jabier Arraiza Cenoz2015-11-151-107/+117
| | | | | improvement in realtion of UX complication (bzr r14422.3.11)
* Fixing compile problemJabier Arraiza Cenoz2015-11-141-29/+29
| | | (bzr r14422.3.10)
* adding default widthJabier Arraiza Cenoz2015-11-141-3/+35
| | | (bzr r14422.3.8)
* Fix a compile problemJabier Arraiza Cenoz2015-11-131-46/+0
| | | (bzr r14422.3.7)
* Fix bug end node, start calculate size based in number of nodes and lenghtJabier Arraiza Cenoz2015-11-131-1/+66
| | | (bzr r14422.3.6)
* Fixed a bug on Spray Friendly when SPLPEITEM has clones. POinted by Ivan LouetteJabier Arraiza Cenoz2015-11-131-1/+1
| | | (bzr r14422.3.5)
* update to trunkJabier Arraiza Cenoz2015-11-081-1/+1
|\ | | | | (bzr r14422.3.3)
| * Typo fixYuri Chornoivan2015-11-011-1/+1
| | | | | | (bzr r14439)
* | working on roughenJabier Arraiza Cenoz2015-10-251-7/+13
| | | | | | (bzr r14422.3.2)
* | Cleanup Spray tool improvementsJabier Arraiza Cenoz2015-10-251-40/+51
| | | | | | (bzr r14422.3.1)
* | Removing new roughen changes to create a new Spray branchJabier Arraiza Cenoz2015-10-251-51/+40
| | | | | | (bzr r14422.1.11)
* | working 2 waysJabier Arraiza Cenoz2015-10-191-14/+20
| | | | | | (bzr r14422.1.2)
* | fixing roughenJabier Arraiza Cenoz2015-10-191-32/+37
|/ | | (bzr r14422.1.1)
* Fix first handle position on along nodes modeJabier Arraiza Cenoz2015-10-191-1/+1
| | | (bzr r14422)
* Change oprions of handles to a enum widgetJabier Arraiza Cenoz2015-10-191-37/+98
| | | | | | 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-3/+20
| | | | | | 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-45/+37
| | | (bzr r14418)
* improved results of roughen LPEJabier Arraiza Cenoz2015-10-141-26/+18
| | | (bzr r14410)
* Added a parameter to roughen LPE to allow fixed displacement of pointsJabier Arraiza Cenoz2015-10-131-111/+124
| | | (bzr r14408)
* Fix position node splitedJabier Arraiza Cenoz2015-10-131-18/+107
| | | | | Added parameter to Symm move nodes, Todo:Get better english strings (bzr r14407)
* Merge from trunkKrzysztof Kosi??ski2015-05-221-19/+3
|\ | | | | (bzr r14059.2.15)
| * Remove documentUnits from live_effect/effect.cpp/hJabier Arraiza Cenoz2015-05-091-19/+3
| | | | | | | | | | Remove units from fillet-chamfer and roughen (bzr r14136)
* | 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-2/+2
|/ | | (bzr r14059.2.1)
* Fix coding style issues in roughen LPEJabier Arraiza Cenoz2015-04-091-103/+103
| | | (bzr r14048)
* Units: make it absolutely clear that Document properties unit dropdown is ↵Johan B. C. Engelen2014-11-241-5/+5
| | | | | | | for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751)
* A bit remove of unnecesary codeJabier Arraiza Cenoz2014-11-031-9/+3
| | | (bzr r13667)
* Added a extra layer of roughen pointed by Ivan LouetteJabier Arraiza Cenoz2014-11-031-2/+22
| | | (bzr r13666)
* Fix a bug pointed by Ivan Louette about strage fixed angle displazementsJabier Arraiza Cenoz2014-11-031-1/+3
| | | (bzr r13663)
* Change calls to desktop with SP_ACTIVE_DESKTOPJabier Arraiza Cenoz2014-11-021-2/+2
| | | (bzr r13656)
* Fix a bug whith units pointed by suv in fillet-chamfer, affecting also to ↵Jabier Arraiza Cenoz2014-11-011-4/+7
| | | | | roughen, thanks to Ivan Louette for advert me (bzr r13651)
* this patch fix the problem whith clips and mask update in live effects. Jabier Arraiza Cenoz2014-09-291-1/+4
| | | | | More info in the bug: https://bugs.launchpad.net/inkscape/+bug/1241902 (bzr r13341.1.229)