summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-powerstroke.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #1718224 Removing PowerStroke LPE from path in master sets negative s...Jabier Arraiza2017-09-191-1/+1
* Code formatingJabiertxof2017-04-281-8/+8
* Fix headers on LPE'sJabiertxof2016-12-101-0/+3
* Fix bug:1622321 on powerstrokeJabier Arraiza Cenoz2016-10-081-1/+2
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-15/+0
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+15
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-15/+0
* Fixes some bugs related to powerstroke 'Powerstroke infinite loop'Jabier Arraiza Cenoz2016-06-161-16/+9
* lpe-powerstroke. validity check on data. (Bug 1487424)Alvin Penner2015-08-301-2/+5
* fix typo in intersection_point() (Bug 1475097)Alvin Penner2015-07-191-1/+1
* Update to 2Geom revision 2396Krzysztof Kosi??ski2015-05-221-79/+15
* Fix calls to Geom::cross() - sign change.Krzysztof Kosi??ski2015-04-281-2/+2
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-13/+15
* (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