summaryrefslogtreecommitdiffstats
path: root/src/live_effects (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bug pointed by suv running from comand line, also removed another des...Jabier Arraiza Cenoz2014-11-211-2/+3
* remove extra commnetsJabier Arraiza Cenoz2014-11-191-2/+0
* fix a bug in fillet/chamfer on apply on non shapesJabier Arraiza Cenoz2014-11-171-0/+2
* fix a bug in bspline on apply on non shapesJabier Arraiza Cenoz2014-11-172-18/+5
* Fixes crash with perspective_lpeJabier Arraiza Cenoz2014-11-172-20/+25
* Fixed problems on groups and add a extra option to not need calculate degrees...Jabier Arraiza Cenoz2014-11-162-47/+17
* add snap to fillet/chamfer knots. Fixed a bug whith 180 degree node angleJabier Arraiza Cenoz2014-11-152-24/+5
* Update Chamfer Steps to more unequivocal number, thanks to the feedback of Iv...Jabier Arraiza Cenoz2014-11-151-3/+3
* Add inverse subdivision chamfer to fillet chamfer LPE, feature sugested by Iv...Jabier Arraiza Cenoz2014-11-143-26/+86
* Fixed bug in node point selection to LPE.Jabier Arraiza Cenoz2014-11-121-3/+6
* fix a bug pointed by su_v in fillet chamfer dialog, about unitsJabier Arraiza Cenoz2014-11-094-2/+9
* powerstroke: enable unset fill fallback when style is nullptr. fixes nullptr ...Johan B. C. Engelen2014-11-081-1/+1
* Refactor to remove references to Desktop/Ui in Effect, bspline and fillet-cha...Jabier Arraiza Cenoz2014-11-058-219/+96
* i18n. Fix for bug #1389509 (typos in trunk-r13669).Masato Hashimoto2014-11-051-1/+1
* Update wrong variable name and apply the same way to select nodes to fillet/c...Jabier Arraiza Cenoz2014-11-034-25/+25
* A bit remove of unnecesary codeJabier Arraiza Cenoz2014-11-031-9/+3
* Added a extra layer of roughen pointed by Ivan LouetteJabier Arraiza Cenoz2014-11-032-2/+24
* Update fillet/chamfer to allow subdivisions in chamfer mode. Jabier Arraiza Cenoz2014-11-034-35/+50
* Fix a bug pointed by Ivan Louette about strage fixed angle displazementsJabier Arraiza Cenoz2014-11-031-1/+3
* Change calls to desktop with SP_ACTIVE_DESKTOPJabier Arraiza Cenoz2014-11-026-15/+14
* Fix a bug in perspective/envelope LPE, rendering points -handles- outside bou...Jabier Arraiza Cenoz2014-11-011-2/+2
* Warning cleanup.Jon A. Cruz2014-11-012-3/+3
* Fix a bug whith units pointed by suv in fillet-chamfer, affecting also to rou...Jabier Arraiza Cenoz2014-11-011-4/+7
* Fixed 32-bit build break.Jon A. Cruz2014-11-011-1/+1
* Fix a bug whith units pointed by suvJabier Arraiza Cenoz2014-10-302-12/+9
* Update perspective-envelope to be affected by the clip or mask on LPE patchJabier Arraiza Cenoz2014-10-231-0/+3
* Update to trunk r13625Liam P. White2014-10-191-33/+16
|\
| * noop: remove cruft from powerstrokepointarray.cppJohan B. C. Engelen2014-10-181-27/+1
| * LPE Powerstroke, editing behavior: implement scaling of strokepath width when...Johan B. C. Engelen2014-10-181-2/+16
* | Fix LPE Powerstroke unintuitive / unstable / scale-dependent behaviorJohan B. C. Engelen2014-10-181-0/+12
* | Update to trunk r13621Liam P. White2014-10-171-4/+2
|\|
| * LPEVonKoch: improve rev. 13589 by removing the else branch for complexity cal...Johan B. C. Engelen2014-10-121-4/+2
| * LPEVonKoch : remove redundant assignment (is taken care of by the following i...Johan B. C. Engelen2014-10-111-1/+1
* | Fix previous revision.Liam P. White2014-10-166-121/+58
* | Update to bspline branch, now helper path fixed and optionalroot2014-10-162-50/+94
* | Update to trunk r13580Liam P. White2014-10-065-8/+8
|\|
| * i18n. Fix for Bug #380522 (strings that need to be fixed for translation).Nicolas Dufour2014-10-021-1/+1
| * Fix bug #1367520 (crash regression)Liam P. White2014-09-102-2/+2
| * LPE Powerstroke: enable Extrapolated arc, remove Extrapolated (mirroring)Johan B. C. Engelen2014-09-051-6/+5
| * LPE Powerstroke: add Centripetal Catmull-Rom interpolatorJohan B. C. Engelen2014-09-042-2/+91
| * Fix bug #1068987 LPE prespective_path crash inkscapeJabier Arraiza Cenoz2014-08-202-3/+102
* | Move more UI code into ui/Liam P. White2014-10-056-7/+7
* | add support for document-units in the helper path of bsplineJabier Arraiza Cenoz2014-09-291-2/+9
* | A little fix in fillet-chamfer to hide knot helper path at hide the knotsJabier Arraiza Cenoz2014-09-291-1/+5
* | this patch fix the problem whith clips and mask update in live effects. Jabier Arraiza Cenoz2014-09-2914-3/+50
* | This push add a partial solution to scale powerstroke shapes without distorsionJabier Arraiza Cenoz2014-09-292-5/+8
* | Add helper paths to BSPlineJabier Arraiza Cenoz2014-09-292-0/+37
* | Fillet-Chamfer update. Two things.Jabier Arraiza Cenoz2014-09-293-24/+37
* | remove magic numbers from bsplineJabier Arraiza Cenoz2014-09-231-19/+23
* | Fix for strange gap at shift to cusp in bsplineJabier Arraiza Cenoz2014-09-221-259/+101