summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-roughen.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-01Fix various minor typosYuri Chornoivan1-36/+36
2019-01-02modernize loopsMarc Jeanmougin1-10/+9
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-1/+1
This replaces empty constructors and destructors with the default keyword.
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-05-14Misc. typosluz.paz1-1/+1
Found via `codespell` and `grep`
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-3/+3
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-3/+3
2018-03-26Base LPE refactorJabier Arraiza1-0/+3
2017-04-28ResetJabiertxof1-15/+0
(bzr r15620.1.9)
2017-04-14Allow set and reset default values of LPE parametersJabiertxof1-0/+15
(bzr r15620.1.1)
2017-03-12LPE Gtk3 deprecation fixesAlex Valavanis1-4/+4
(bzr r15587)
2016-12-16remove rollback to 15315Jabiertxof1-0/+3
(bzr r15295.1.26)
2016-12-16Rollback 15315Jabiertxof1-3/+0
(bzr r15295.1.25)
2016-12-10Fix headers on LPE'sJabiertxof1-0/+3
(bzr r15318)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-5/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+5
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-5/+0
(bzr r15025)
2016-07-24Fixed a bug on roughen LPE on open pathsJabier Arraiza Cenoz1-4/+1
(bzr r15022)
2016-07-23Order and cleanup of some LPEJabier Arraiza Cenoz1-3/+3
(bzr r15020)
2016-03-02Fix for bug 1540070Jabier Arraiza Cenoz1-3/+1
Fixed bugs: - https://launchpad.net/bugs/1540070 (bzr r14678)
2015-12-02Removed auto calulate distances in roughen LPE because strange resulton ↵Jabier Arraiza Cenoz1-38/+0
apply on LPE copy effect (bzr r14502)
2015-11-15End fixing roughenJabier Arraiza Cenoz1-35/+29
(bzr r14422.3.12)
2015-11-15max_smooth_angle working, now deleted after because dont think a good ↵Jabier Arraiza Cenoz1-107/+117
improvement in realtion of UX complication (bzr r14422.3.11)
2015-11-14Fixing compile problemJabier Arraiza Cenoz1-29/+29
(bzr r14422.3.10)
2015-11-14adding default widthJabier Arraiza Cenoz1-3/+35
(bzr r14422.3.8)
2015-11-13Fix a compile problemJabier Arraiza Cenoz1-46/+0
(bzr r14422.3.7)
2015-11-13Fix bug end node, start calculate size based in number of nodes and lenghtJabier Arraiza Cenoz1-1/+66
(bzr r14422.3.6)
2015-11-13Fixed a bug on Spray Friendly when SPLPEITEM has clones. POinted by Ivan LouetteJabier Arraiza Cenoz1-1/+1
(bzr r14422.3.5)
2015-11-01Typo fixYuri Chornoivan1-1/+1
(bzr r14439)
2015-10-25working on roughenJabier Arraiza Cenoz1-7/+13
(bzr r14422.3.2)
2015-10-25Cleanup Spray tool improvementsJabier Arraiza Cenoz1-40/+51
(bzr r14422.3.1)
2015-10-25Removing new roughen changes to create a new Spray branchJabier Arraiza Cenoz1-51/+40
(bzr r14422.1.11)
2015-10-19working 2 waysJabier Arraiza Cenoz1-14/+20
(bzr r14422.1.2)
2015-10-19fixing roughenJabier Arraiza Cenoz1-32/+37
(bzr r14422.1.1)
2015-10-19Fix first handle position on along nodes modeJabier Arraiza Cenoz1-1/+1
(bzr r14422)
2015-10-19Change oprions of handles to a enum widgetJabier Arraiza Cenoz1-37/+98
Add parameter to limit angle in mode smooth Bug fixes and improvements to "Spray Friendly" option (bzr r14421)
2015-10-18Added "Spray Friendly" Parameter to roughen LPEJabier Arraiza Cenoz1-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)
2015-10-15Bug fixes in roughen and added uption to retract handlesJabier Arraiza Cenoz1-45/+37
(bzr r14418)
2015-10-14improved results of roughen LPEJabier Arraiza Cenoz1-26/+18
(bzr r14410)
2015-10-13Added a parameter to roughen LPE to allow fixed displacement of pointsJabier Arraiza Cenoz1-111/+124
(bzr r14408)
2015-10-13Fix position node splitedJabier Arraiza Cenoz1-18/+107
Added parameter to Symm move nodes, Todo:Get better english strings (bzr r14407)
2015-05-09Remove documentUnits from live_effect/effect.cpp/hJabier Arraiza Cenoz1-19/+3
Remove units from fillet-chamfer and roughen (bzr r14136)
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-2/+2
(bzr r14059.2.1)
2015-04-09Fix coding style issues in roughen LPEJabier Arraiza Cenoz1-103/+103
(bzr r14048)
2014-11-24Units: make it absolutely clear that Document properties unit dropdown is ↵Johan B. C. Engelen1-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)
2014-11-03A bit remove of unnecesary codeJabier Arraiza Cenoz1-9/+3
(bzr r13667)
2014-11-03Added a extra layer of roughen pointed by Ivan LouetteJabier Arraiza Cenoz1-2/+22
(bzr r13666)
2014-11-03Fix a bug pointed by Ivan Louette about strage fixed angle displazementsJabier Arraiza Cenoz1-1/+3
(bzr r13663)
2014-11-02Change calls to desktop with SP_ACTIVE_DESKTOPJabier Arraiza Cenoz1-2/+2
(bzr r13656)