summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-powerstroke.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* (audible sound of head banging off wall)Liam P. White2015-03-201-18/+15
* powerstroke: enable unset fill fallback when style is nullptr. fixes nullptr ...Johan B. C. Engelen2014-11-081-1/+1
* Fix LPE Powerstroke unintuitive / unstable / scale-dependent behaviorJohan B. C. Engelen2014-10-181-0/+12
* Update to trunk r13580Liam P. White2014-10-061-4/+5
|\
| * 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-041-1/+2
* | Update to experimental r13531Liam P. White2014-08-311-1/+2
|\ \
| * | To help the SVG WG discussion on powerstroke, a quick code-up of centripetal ...Johan B. C. Engelen2014-08-231-1/+2
| |/
* | Update to trunk and fix issuesLiam P. White2014-04-291-2/+2
|\|
* | remove easter eggsLiam P. White2014-04-201-0/+3
* | Update to trunkLiam P. White2014-03-261-2/+1
|\|
| * powerstroke: fix bad coding bug!Johan B. C. Engelen2014-03-231-2/+1
* | Experimental merge of Ponyscape features into trunk (will not compile)Liam P. White2014-03-021-11/+86
|/
* update 2geom's copy to r2142Johan B. C. Engelen2014-01-121-2/+2
* more const happiness (and removal of duplicate code in sp-object.h)Johan B. C. Engelen2013-01-171-1/+1
* update cmake files & make function static.Campbell Barton2012-10-221-1/+1
* powerstroke: fix stuff! (apparently commit didn't work yesterday)Johan B. C. Engelen2012-10-101-68/+61
* UI consistency fix (pointed Bug #955060, comment #24).Nicolas Dufour2012-10-091-1/+1
* powerstroke: arc extrp. corner case handlingJohan B. C. Engelen2012-10-071-7/+28
* powerstroke: arc extrapolate fixJohan B. C. Engelen2012-10-071-3/+5
* powerstroke: add arc-extrapolation, but disable it for releaseJohan B. C. Engelen2012-10-061-1/+140
* code cleanup: make more functions static or include their own headers.Campbell Barton2012-10-041-8/+8
* Translations. Adding new LPE to the translation template, UI consistency fixe...Nicolas Dufour2012-10-011-7/+7
* powerstroke: restrict the 'ray' values for ellipses that powerstroke can gene...Johan B. C. Engelen2012-04-281-0/+9
* powerstroke: cautious fix.Johan B. C. Engelen2012-04-251-2/+2
* powerstroke: add errorhandling for rounded corners.Johan B. C. Engelen2012-04-251-1/+11
* Loop index type cleanupJon A. Cruz2012-04-161-1/+1
* powerstroke: fix inside of corners.Johan B. C. Engelen2012-04-151-50/+40
* powerstroke: more robust method of determining parameters at joins. should fi...Johan B. C. Engelen2012-04-141-71/+18
* small 2geom updateJohan B. C. Engelen2012-04-131-15/+0
* fix potential issue with tangent calculationJohan B. C. Engelen2012-04-101-6/+6
* powerstroke: fix line caps for end/start knots with no handle (1st deriv == 0)Johan B. C. Engelen2012-04-071-4/+7
* powerstroke: previous and this commit fix extrapolated and miter join behavio...Johan B. C. Engelen2012-04-071-1/+1
* complementary to rev11175Johan B. C. Engelen2012-04-071-1/+1
* powerstroke: use path's strokewidth on applying powerstroke effectJohan B. C. Engelen2012-04-071-5/+16
* powerstroke: spiro join: more robust detection of tangent direction. fixes in...Johan B. C. Engelen2012-03-241-5/+9
* powerstroke: add Spiro rounded join! (genius idea Jasper!)Johan B. C. Engelen2012-03-241-7/+39
* powerstroke: correct naming of join parameter. breaks earlier created powerst...Johan B. C. Engelen2012-03-231-27/+27
* powerstroke: properly implement rounded joins. brain buster!!Johan B. C. Engelen2012-03-211-12/+81
* powerstroke: - add miter size limitJohan B. C. Engelen2012-03-081-20/+51
* powerstroke: add miter cusp type. improve tangent detection for cusps drawingJohan B. C. Engelen2012-03-041-18/+77
* powerstroke: work on cusps, so people can play with it a bit. it is not done ...Johan B. C. Engelen2012-02-261-13/+53
* powerstroke: add new linecap type to have zero width at path start/endJohan B. C. Engelen2012-01-171-10/+22
* add underscores to some member variables.Johan B. C. Engelen2012-01-171-1/+1
* Powerstroke: fix crashersJohan B. C. Engelen2012-01-111-3/+9
* lpe: add slider to scalar param optionally (does not work very well yet)Johan B. C. Engelen2011-11-091-0/+3
* Powerstroke: add smoothness parameter for CubicBezierJohanJohan B. C. Engelen2011-11-081-0/+5
* split interpolator code from main powerstroke codeJohan B. C. Engelen2011-11-081-243/+1
* Powerstroke: adjust control points when adding or deleting knots, to try and ...Johan B. C. Engelen2011-11-051-3/+8
* cppcheckKris De Gussem2011-10-211-1/+1