summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | update to trunkJabier Arraiza Cenoz2015-03-181-5/+11
|\| | | | | | | | | | | (bzr r13682.1.23)
| * | | Point parameter refactor, Fixes a bug in Lattice2 whith lines.Jabier Arraiza Cenoz2015-03-121-3/+5
| | | | | | | | | | | | (bzr r13995)
| * | | Inicialite variables to prevent crashesJabier Arraiza Cenoz2015-03-111-0/+4
| | | | | | | | | | | | (bzr r13990)
| * | | Update simplify and bspline to auto size some helper paths based on current zoomJabier Arraiza Cenoz2015-03-081-2/+2
| |/ / | | | | | | (bzr r13974)
* | | update to trunkJabier Arraiza Cenoz2015-03-181-3/+3
|\| | | | | | | | (bzr r13682.1.22)
| * | Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ↵Tavmjong Bah2014-11-261-2/+2
| | | | | | | | | | | | | | | by function. (bzr r13774)
| * | Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White2014-11-261-1/+1
| | | | | | | | | (bzr r13768)
| * | Update to trunk r13750Liam P. White2014-11-241-4/+6
| |\| | | | | | | (bzr r13341.5.23)
| * | Update to trunk r13690Liam P. White2014-11-091-2/+33
| |\ \ | | | | | | | | (bzr r13341.5.22)
| * \ \ Update to experimental r13619Liam P. White2014-10-181-4/+4
| |\ \ \ | | | | | | | | | | (bzr r13341.5.18)
| * \ \ \ Update to experimental r13598Liam P. White2014-10-081-1/+1
| |\ \ \ \ | | | | | | | | | | | | (bzr r13341.5.17)
| * | | | | Update to experimental r13565Liam P. White2014-09-271-6/+71
| | | | | | | | | | | | | | | | | | (bzr r13341.5.16)
| * | | | | Update to experimental r13527Liam P. White2014-08-301-1/+12
| |\ \ \ \ \ | | | | | | | | | | | | | | (bzr r13341.5.15)
| * \ \ \ \ \ Update to experimental r13464Liam P. White2014-08-081-0/+5
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | (bzr r13341.5.14)
| * \ \ \ \ \ \ Update to experimental r13440Liam P. White2014-07-241-7/+13
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | (bzr r13341.5.13)
| * | | | | | | | 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | disallow pointers to Application (bzr r13341.5.9)
* | | | | | | | | Add vertical and horizontal modesJabier Arraiza Cenoz2014-11-151-2/+9
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | (bzr r13682.1.11)
* | | | | | | | | ignore this commitJabier Arraiza Cenoz2014-11-151-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13682.1.10)
* | | | | | | | | ignore this commitJabier Arraiza Cenoz2014-11-151-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13682.1.9)
* | | | | | | | | update to trunkJabier Arraiza Cenoz2014-11-131-3/+6
|\| | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13682.1.7)
| * | | | | | | | Fixed bug in node point selection to LPE.Jabier Arraiza Cenoz2014-11-121-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13704)
* | | | | | | | | update to trunkJabier Arraiza Cenoz2014-11-101-1/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13682.1.2)
| * | | | | | | | fix a bug pointed by su_v in fillet chamfer dialog, about unitsJabier Arraiza Cenoz2014-11-091-1/+0
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | (bzr r13697)
* / | | | | | | adding blending supportJabier Arraiza Cenoz2014-11-101-1/+1
|/ / / / / / / | | | | | | | | | | | | | | (bzr r13682.1.1)
* | | | | | / Refactor to remove references to Desktop/Ui in Effect, bspline and ↵Jabier Arraiza Cenoz2014-11-051-2/+33
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fillet-chamfer. Also fixed the selected node problem in units not px. Also fixed two var to not allow NULL pointed by Johan Engelen. (bzr r13672)
* | | | | | Fix previous revision.Liam P. White2014-10-161-4/+4
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* | | | | Move more UI code into ui/Liam P. White2014-10-051-1/+1
| | | | | | | | | | | | | | | (bzr r13341.1.253)
* | | | | Warnings cleanup; formattingLiam P. White2014-09-141-2/+2
| | | | | | | | | | | | | | | (bzr r13341.1.206)
* | | | | Update to experimental r13531Liam P. White2014-08-311-0/+7
|\ \ \ \ \ | | |_|_|/ | |/| | | (bzr r13090.1.106)
| * | | | To help the SVG WG discussion on powerstroke, a quick code-up of centripetal ↵Johan B. C. Engelen2014-08-231-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Catmull-Rom interpolation. The code probably needs a clean up pass, and more generally, the interpolation functions should move into 2geom or at least into a .cpp file. - Add Catmull-Rom interpolation to powerstroke interpolation options - Add LPE Interpolate points (bzr r13341.1.156)
* | | | | Update to experimental r13483Liam P. White2014-08-171-1/+6
|\| | | | | | | | | | | | | | (bzr r13090.1.105)
| * | | | Add 'Show handles' LPEJabier Arraiza Cenoz2014-08-121-1/+6
| | |_|/ | |/| | | | | | (bzr r13341.1.139)
* | | | Update to experimental r13452Liam P. White2014-07-301-0/+5
|\| | | | | | | | | | | (bzr r13090.1.95)
| * | | Added roughen LPEJabier Arraiza Cenoz2014-07-301-0/+5
| | |/ | |/| | | | (bzr r13341.1.106)
* | | Duplicate LPE entriesLiam P. White2014-07-231-5/+0
| | | | | | | | | (bzr r13090.1.91)
* | | Update to experimental r13428Liam P. White2014-07-091-1/+6
|\| | | | | | | | (bzr r13090.1.89)
| * | Coding style improvementsLiam P. White2014-07-061-7/+9
| | | | | | | | | (bzr r13341.1.81)
* | | Update to experimental r13418Liam P. White2014-07-051-0/+4
|\| | | | | | | | (bzr r13090.1.87)
| * | Fix buildLiam P. White2014-07-021-0/+1
| | | | | | | | | (bzr r13341.1.76)
| * | Add LPE fillet-chamferJabier Arraiza Cenoz2014-07-021-0/+3
| |/ | | | | (bzr r13341.1.74)
* | Update to experimental r13402Liam P. White2014-06-141-8/+0
|\| | | | | (bzr r13090.1.82)
| * Removed original path helper paths pointed by LiamWJabier Arraiza Cenoz2014-06-131-8/+0
| | | | | | (bzr r13341.1.61)
* | Update to experimental r13389Liam P. White2014-06-061-0/+6
|\| | | | | (bzr r13090.1.81)
| * Added Perspective-Envelope live effectJabier Arraiza Cenoz2014-05-301-0/+5
| | | | | | (bzr r13341.1.43)
* | Update to experimental (r13376)Liam P. White2014-05-171-4/+17
|\| | | | | (bzr r13090.1.79)
| * Added Latice2 deformation LPEJabier Arraiza Cenoz2014-05-131-0/+5
| | | | | | (bzr r13341.1.14)
| * Add Simplify LPEJabier Arraiza Cenoz2014-05-131-3/+11
| | | | | | (bzr r13341.1.13)
* | Update to trunk/integrate BSplineLiam P. White2014-05-091-3/+7
|\| | | | | (bzr r13090.1.73)
| * Merging Jabier's spirolive+bspline branchVinícius dos Santos Oliveira2014-05-081-0/+5
| |\ | | | | | | (bzr r13341.2.1)
| | * update to trunkJabier Arraiza Cenoz2014-01-181-13/+7
| | |\ | | | | | | | | (bzr r11950.1.235)