summaryrefslogtreecommitdiffstats
path: root/src/live_effects (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixing warnings.Jon A. Cruz2012-05-251-2/+2
* Adding base configurable sizing of controls/handles.Jon A. Cruz2012-05-0310-65/+44
* 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
* Warning cleanupJon A. Cruz2012-04-182-5/+6
* 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: remove the need to reload the node tool when adding/deleting con...Johan B. C. Engelen2012-04-101-12/+33
* small cleanupJohan B. C. Engelen2012-04-101-2/+0
* clone original path lpe: add boilerplate code to allow to compensate for link...Johan B. C. Engelen2012-04-084-0/+23
* fix inclusion.Johan B. C. Engelen2012-04-081-1/+1
* powerstroke parameter small fixJohan B. C. Engelen2012-04-081-3/+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
* gives distinguishing colors to two vector params of LPE rough hatchesJohan B. C. Engelen2012-04-073-1/+11
* cleanup knotholder code for LPEsJohan B. C. Engelen2012-04-0718-225/+255
* powerstrokepointarray : add todo comment. do not derive from LPEKnotHolderEnt...Johan B. C. Engelen2012-04-071-1/+6
* the knotholders for LPE parameters should not derive from LPEKnotHolderEntity...Johan B. C. Engelen2012-04-072-3/+3
* 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
* final cleanup of spiro?Johan B. C. Engelen2012-03-232-6/+127
* cleanup spiro codeJohan B. C. Engelen2012-03-238-194/+124
* more spiro cleanupJohan B. C. Engelen2012-03-237-87/+6
* clean up spiro codeJohan B. C. Engelen2012-03-235-88/+146
* powerstroke: correct naming of join parameter. breaks earlier created powerst...Johan B. C. Engelen2012-03-232-28/+28
* powerstroke: properly implement rounded joins. brain buster!!Johan B. C. Engelen2012-03-211-12/+81
* Fix false gtk deprecation warnings from gtkmm headersAlex Valavanis2012-03-122-2/+1
* 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-042-18/+78
* cppcheckKris De Gussem2012-02-291-2/+0
* powerstroke: work on cusps, so people can play with it a bit. it is not done ...Johan B. C. Engelen2012-02-261-13/+53
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-2612-43/+37
* some clean upJohan B. C. Engelen2012-02-191-16/+5
* Header cleaningAlex Valavanis2012-02-126-5/+6
* add missing files in cmakeCampbell Barton2012-02-081-0/+3
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-068-8/+3
* add tooltip for powerstroke control pointsJohan B. C. Engelen2012-01-182-8/+5
* select referred path when pressing shift+d (select original) for a path with ...Johan B. C. Engelen2012-01-181-1/+2
* 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-174-4/+4
* more header cleanupJohan B. C. Engelen2012-01-171-12/+7
* turn SPPath into a class, and add some methods...Johan B. C. Engelen2012-01-173-3/+3
* change pencil tool dropdown shapes to use powerstroke, instead of pattern alo...Johan B. C. Engelen2012-01-171-1/+2
* proper forward declJohan B. C. Engelen2012-01-161-2/+1