summaryrefslogtreecommitdiffstats
path: root/src/live_effects (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | Fix a bug in perspective/envelope LPE, rendering points -handles- outside ↵Jabier Arraiza Cenoz2014-11-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bounding box It affect to Envelope mode, sometimes give undesirable results, now fixed. (bzr r13655)
* | | | | | | | Warning cleanup.Jon A. Cruz2014-11-012-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r13653)
* | | | | | | | 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)
* | | | | | | | Fixed 32-bit build break.Jon A. Cruz2014-11-011-1/+1
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | (bzr r13650)
* | | | | | | Fix a bug whith units pointed by suvJabier Arraiza Cenoz2014-10-302-12/+9
| | | | | | | | | | | | | | | | | | | | | (bzr r13647)
* | | | | | | Update perspective-envelope to be affected by the clip or mask on LPE patchJabier Arraiza Cenoz2014-10-231-0/+3
| | | | | | | | | | | | | | | | | | | | | (bzr r13341.1.285)
* | | | | | | Update to trunk r13625Liam P. White2014-10-191-33/+16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | (bzr r13341.1.280)
| * | | | | | | noop: remove cruft from powerstrokepointarray.cppJohan B. C. Engelen2014-10-181-27/+1
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r13624)
| * | | | | | | LPE Powerstroke, editing behavior: implement scaling of strokepath width ↵Johan B. C. Engelen2014-10-181-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when the proportional-stroke-scaling toggle is on. Patch by Javier, tweaks by Johan. (bzr r13623)
* | | | | | | | Fix LPE Powerstroke unintuitive / unstable / scale-dependent behaviorJohan B. C. Engelen2014-10-181-0/+12
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (visible for example with Catmul-Rom interpolation) The instability happens when the width-value of adjacent control knots are the same. It's technical, but here goes quickly. Knots are treated as [offset along path, width] points. The offset along path is the segment number + the location along that segment. The width is (may not be true, but for ease of discussion) in canvas coordinates. This means that the interpolation is performed in a *very* compressed coordinate system, where the x-coords may range from, say, 0 to 5, and the y-coords from 0 to 2000. This is also scale dependent; changing the scale of your path and scaling all widths accordingly will change the look of your path. The fix now does the interpolation in a scaled coordinate system. It stretches the x-coordinates to the arclength of the path. After interpolation, the inverse scaling is applied to the interpolation result. (bzr r13341.1.279)
* | | | | | | Update to trunk r13621Liam P. White2014-10-171-4/+2
|\| | | | | | | | | | | | | | | | | | | | (bzr r13341.1.278)
| * | | | | | LPEVonKoch: improve rev. 13589 by removing the else branch for complexity ↵Johan B. C. Engelen2014-10-121-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | calculation for better human readability (bzr r13591)
| * | | | | | LPEVonKoch : remove redundant assignment (is taken care of by the following ↵Johan B. C. Engelen2014-10-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | if-statement) Found by clang static analyzer (bzr r13589)
* | | | | | | Fix previous revision.Liam P. White2014-10-166-121/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | revid:jtx@jtx.marker.es-20141016153516-eng0y49ppsk2vt5b 13617 Jabiertxof2014-10-16 Change LPE from envelope-perspective to perspective-envelope For me is easy to use/find with this new name. Also fix a rounding error on envelope at small sizes (bzr r13341.1.276)
* | | | | | | Update to bspline branch, now helper path fixed and optionalroot2014-10-162-50/+94
| |_|_|_|_|/ |/| | | | | | | | | | | (bzr r13341.1.275)
* | | | | | Update to trunk r13580Liam P. White2014-10-065-8/+8
|\| | | | | | | | | | | | | | | | | (bzr r13341.1.255)
| * | | | | i18n. Fix for Bug #380522 (strings that need to be fixed for translation).Nicolas Dufour2014-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translations. Inkscape.pot and French translation update. Fixed bugs: - https://launchpad.net/bugs/380522 (bzr r13576)
| * | | | | Fix bug #1367520 (crash regression)Liam P. White2014-09-102-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1367520 (bzr r13551)
| * | | | | LPE Powerstroke: enable Extrapolated arc, remove Extrapolated (mirroring)Johan B. C. Engelen2014-09-051-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The code to deal with Extrapolated mirroring is still working (if someone has an old file with that type of extrapolation), but perhaps that should also be removed. (bzr r13546)
| * | | | | LPE Powerstroke: add Centripetal Catmull-Rom interpolatorJohan B. C. Engelen2014-09-042-2/+91
| | | | | | | | | | | | | | | | | | (bzr r13545)
| * | | | | Fix bug #1068987 LPE prespective_path crash inkscapeJabier Arraiza Cenoz2014-08-202-3/+102
| | | | | | | | | | | | | | | | | | (bzr r13529)
* | | | | | Move more UI code into ui/Liam P. White2014-10-056-7/+7
| | | | | | | | | | | | | | | | | | (bzr r13341.1.253)
* | | | | | add support for document-units in the helper path of bsplineJabier Arraiza Cenoz2014-09-291-2/+9
| | | | | | | | | | | | | | | | | | (bzr r13341.1.234)
* | | | | | A little fix in fillet-chamfer to hide knot helper path at hide the knotsJabier Arraiza Cenoz2014-09-291-1/+5
| | | | | | | | | | | | | | | | | | (bzr r13341.1.230)
* | | | | | this patch fix the problem whith clips and mask update in live effects. Jabier Arraiza Cenoz2014-09-2914-3/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More info in the bug: https://bugs.launchpad.net/inkscape/+bug/1241902 (bzr r13341.1.229)
* | | | | | This push add a partial solution to scale powerstroke shapes without distorsionJabier Arraiza Cenoz2014-09-292-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently best results are for fixed ratio scales, non fixed scale give a aproximation. (bzr r13341.1.228)
* | | | | | Add helper paths to BSPlineJabier Arraiza Cenoz2014-09-292-0/+37
| | | | | | | | | | | | | | | | | | (bzr r13341.1.226)
* | | | | | Fillet-Chamfer update. Two things.Jabier Arraiza Cenoz2014-09-293-24/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Helper paths on knots: now work well in rect and curves Method: Now the method ase selectable. Three methods: Auto: Straight lines whith arcs and curves whith bezier Arc: Always use arc. Bezier: Always use bezier. (bzr r13341.1.225)
* | | | | | remove magic numbers from bsplineJabier Arraiza Cenoz2014-09-231-19/+23
| | | | | | | | | | | | | | | | | | (bzr r13341.1.219)
* | | | | | Fix for strange gap at shift to cusp in bsplineJabier Arraiza Cenoz2014-09-221-259/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now curves with cusp noden in bspline mode looks better, more smooth. Remove some duplicate code from outside for loops Fix a bug continuing shapes in bspline-spiro mode. Style code formating (bzr r13341.1.215)
* | | | | | Refactor LPETaperStroke a little bitLiam P. White2014-09-162-106/+111
| | | | | | | | | | | | | | | | | | (bzr r13341.1.211)
* | | | | | Roughen LPE: cleanup, improvements in code -loop part thanks Nathan-, ↵Jabier Arraiza Cenoz2014-09-152-359/+300
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | credits and license fixed (bzr r13341.1.208)
* | | | | | More formattingLiam P. White2014-09-141-20/+28
| | | | | | | | | | | | | | | | | | (bzr r13341.1.207)
* | | | | | Warnings cleanup; formattingLiam P. White2014-09-147-99/+93
| | | | | | | | | | | | | | | | | | (bzr r13341.1.206)
* | | | | | Small cleanupLiam P. White2014-09-148-35/+40
| | | | | | | | | | | | | | | | | | (bzr r13341.1.205)
* | | | | | Merge in ponyscape features by Theo and worked on my LiamWMartin Owens2014-09-1436-39/+3885
|\ \ \ \ \ \ | | | | | | | | | | | | | | (bzr r13341.1.204)
| * | | | | | Update to experimental r13543Liam P. White2014-09-071-1/+1
| | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.108)
| * | | | | | Fix gtk3 buildLiam P. White2014-09-021-0/+2
| | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.107)
| * | | | | | Update to experimental r13531Liam P. White2014-08-3118-36/+399
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | (bzr r13090.1.106)
| * \ \ \ \ \ \ Update to experimental r13483Liam P. White2014-08-178-4/+290
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | (bzr r13090.1.105)
| * \ \ \ \ \ \ \ Update to experimental r13479Liam P. White2014-08-122-63/+75
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.103)
| * \ \ \ \ \ \ \ \ Update to experimental r13460Liam P. White2014-08-061-1/+1
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | | (bzr r13090.1.98)
| * | | | | | | | | Update to experimental r13452Liam P. White2014-07-307-11/+486
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.95)
| * | | | | | | | | | Refactoring of linejoin codeLiam P. White2014-07-232-301/+283
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.94)
| * | | | | | | | | | This file does not need executable permissionsLiam P. White2014-07-231-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.93)
| * | | | | | | | | | Update to experimental r13436Liam P. White2014-07-232-13/+11
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.92)
| * | | | | | | | | | | Duplicate LPE entriesLiam P. White2014-07-231-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.91)
| * | | | | | | | | | | Update to experimental r13429Liam P. White2014-07-173-15/+94
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.90)
| * \ \ \ \ \ \ \ \ \ \ \ Update to experimental r13428Liam P. White2014-07-0913-838/+867
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.89)
| * \ \ \ \ \ \ \ \ \ \ \ \ Update to experimental r13418Liam P. White2014-07-059-0/+1540
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.87)