summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-simplify.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-12Add icons to show help in set defauls LPE parametersJabier Arraiza1-2/+2
2019-07-19Fixes for pressure pencilJabier Arraiza1-9/+10
2019-07-19Improvements finish pointed by MarenJabier Arraiza1-1/+1
2019-01-02modernize loopsMarc Jeanmougin1-10/+10
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-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-4/+4
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-4/+4
2018-03-26Base LPE refactorJabier Arraiza1-0/+3
2017-04-28ResetJabiertxof1-15/+0
(bzr r15620.1.9)
2017-04-27Add end of preferences GUIJabier Arraiza Cenoz1-1/+1
(bzr r15620.1.6)
2017-04-14Allow set and reset default values of LPE parametersJabiertxof1-0/+15
(bzr r15620.1.1)
2016-12-19Add update_helperpaths not member of nodetool class to easy call from outsideJabier Arraiza Cenoz1-5/+1
(bzr r15335)
2016-12-16remove rollback to 15315Jabiertxof1-0/+2
(bzr r15295.1.26)
2016-12-16Rollback 15315Jabiertxof1-2/+0
(bzr r15295.1.25)
2016-12-10Fix headers on LPE'sJabiertxof1-0/+2
(bzr r15318)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-9/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+9
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-9/+0
(bzr r15025)
2016-07-23Order and cleanup of some LPEJabier Arraiza Cenoz1-3/+2
(bzr r15020)
2016-03-02Fix for bug 1540070Jabier Arraiza Cenoz1-3/+1
Fixed bugs: - https://launchpad.net/bugs/1540070 (bzr r14678)
2016-02-08Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski1-2/+2
(bzr r14639)
2015-11-30Bug fixes for simplify LPE and applied fix also affected #166937Jabier Arraiza Cenoz1-8/+11
(bzr r14495)
2015-10-28typoKris De Gussem1-1/+1
(bzr r14431)
2015-07-27add flattern button to interactive simplifyJabier Arraiza Cenoz1-0/+1
(bzr r14261)
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-9/+6
(bzr r14059.2.1)
2015-04-09Fix coding style issues in simplify LPEJabier Arraiza Cenoz1-95/+95
(bzr r14046)
2015-04-09fix a bug in refactorJabier Arraiza Cenoz1-3/+3
(bzr r13973.1.14)
2015-04-09Coding style fixesJabier Arraiza Cenoz1-40/+40
(bzr r13973.1.13)
2015-04-09astyle simplify LPEJabier Arraiza Cenoz1-67/+67
(bzr r13973.1.12)
2015-03-10Remove redundant buttons on simplify LPEJabier Arraiza Cenoz1-31/+6
(bzr r13986)
2015-03-09Fix a bad stringJabier Arraiza Cenoz1-1/+1
(bzr r13982)
2015-03-09Removed auto size helper paths because strange resultJabier Arraiza Cenoz1-21/+20
(bzr r13981)
2015-03-08Fixed a bug on simplify pointed by su_vJabier Arraiza Cenoz1-24/+3
(bzr r13978)
2015-03-08i10n. Fix for Bug #1429579 (Various typos in the trunk code).Yuri Chornoivan1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1429579 (bzr r13976)
2015-03-08Update simplify and bspline to auto size some helper paths based on current zoomJabier Arraiza Cenoz1-14/+43
(bzr r13974)
2015-03-07Improved popup mesage to a LPE Simplify parameterJabier Arraiza Cenoz1-1/+1
(bzr r13973)
2015-03-07Add a smooth angles parameter to Simplify LPEJabier Arraiza Cenoz1-14/+59
(bzr r13972)
2014-11-02Change calls to desktop with SP_ACTIVE_DESKTOPJabier Arraiza Cenoz1-2/+2
(bzr r13656)
2014-09-29this patch fix the problem whith clips and mask update in live effects. Jabier Arraiza Cenoz1-0/+3
More info in the bug: https://bugs.launchpad.net/inkscape/+bug/1241902 (bzr r13341.1.229)
2014-08-11Code refactor: now helper paths draw ok when handle is degenerate or cirle ↵Jabier Arraiza Cenoz1-28/+22
handle is biger then the distance to node. also remove code duplication at loop (bzr r13341.1.136)
2014-08-11Simplify original paths on helper paths pointed by Liam. Also used arcs for ↵Jabier Arraiza Cenoz1-2/+2
handles pointed by suv (bzr r13341.1.134)
2014-08-10fix bug pointed by suvJabier Arraiza Cenoz1-1/+1
(bzr r13341.1.133)
2014-08-10Better helper paths in simplify LPE sugested by suvJabier Arraiza Cenoz1-4/+8
(bzr r13341.1.132)
2014-07-21Add icons on/off to use in simplify LPE toggle buttonsJabier Arraiza Cenoz1-4/+4
(bzr r13341.1.90)
2014-07-19Fix buildLiam P. White1-3/+3
(bzr r13341.1.89)
2014-07-13Update togglebutton parameter to handle if you want:Jabier Arraiza Cenoz1-6/+10
Active text, Active icon, Inactive text, Inactive Icon (bzr r13341.1.88)
2014-05-13adding missing files from LPE simplifyJabier Arraiza Cenoz1-0/+287
(bzr r13341.1.16)