summaryrefslogtreecommitdiffstats
path: root/src/live_effects (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-25Fixing warnings.Jon A. Cruz1-2/+2
2012-05-03Adding base configurable sizing of controls/handles.Jon A. Cruz10-65/+44
2012-04-28powerstroke: restrict the 'ray' values for ellipses that powerstroke can gene...Johan B. C. Engelen1-0/+9
2012-04-25powerstroke: cautious fix.Johan B. C. Engelen1-2/+2
2012-04-25powerstroke: add errorhandling for rounded corners.Johan B. C. Engelen1-1/+11
2012-04-18Warning cleanupJon A. Cruz2-5/+6
2012-04-16Loop index type cleanupJon A. Cruz1-1/+1
2012-04-15powerstroke: fix inside of corners.Johan B. C. Engelen1-50/+40
2012-04-14powerstroke: more robust method of determining parameters at joins. should fi...Johan B. C. Engelen1-71/+18
2012-04-13small 2geom updateJohan B. C. Engelen1-15/+0
2012-04-10fix potential issue with tangent calculationJohan B. C. Engelen1-6/+6
2012-04-10powerstroke: remove the need to reload the node tool when adding/deleting con...Johan B. C. Engelen1-12/+33
2012-04-10small cleanupJohan B. C. Engelen1-2/+0
2012-04-08clone original path lpe: add boilerplate code to allow to compensate for link...Johan B. C. Engelen4-0/+23
2012-04-08fix inclusion.Johan B. C. Engelen1-1/+1
2012-04-08powerstroke parameter small fixJohan B. C. Engelen1-3/+6
2012-04-07powerstroke: fix line caps for end/start knots with no handle (1st deriv == 0)Johan B. C. Engelen1-4/+7
2012-04-07powerstroke: previous and this commit fix extrapolated and miter join behavio...Johan B. C. Engelen1-1/+1
2012-04-07complementary to rev11175Johan B. C. Engelen1-1/+1
2012-04-07powerstroke: use path's strokewidth on applying powerstroke effectJohan B. C. Engelen1-5/+16
2012-04-07gives distinguishing colors to two vector params of LPE rough hatchesJohan B. C. Engelen3-1/+11
2012-04-07cleanup knotholder code for LPEsJohan B. C. Engelen18-225/+255
2012-04-07powerstrokepointarray : add todo comment. do not derive from LPEKnotHolderEnt...Johan B. C. Engelen1-1/+6
2012-04-07the knotholders for LPE parameters should not derive from LPEKnotHolderEntity...Johan B. C. Engelen2-3/+3
2012-03-24powerstroke: spiro join: more robust detection of tangent direction. fixes in...Johan B. C. Engelen1-5/+9
2012-03-24powerstroke: add Spiro rounded join! (genius idea Jasper!)Johan B. C. Engelen1-7/+39
2012-03-23final cleanup of spiro?Johan B. C. Engelen2-6/+127
2012-03-23cleanup spiro codeJohan B. C. Engelen8-194/+124
2012-03-23more spiro cleanupJohan B. C. Engelen7-87/+6
2012-03-23clean up spiro codeJohan B. C. Engelen5-88/+146
2012-03-23powerstroke: correct naming of join parameter. breaks earlier created powerst...Johan B. C. Engelen2-28/+28
2012-03-21powerstroke: properly implement rounded joins. brain buster!!Johan B. C. Engelen1-12/+81
2012-03-12Fix false gtk deprecation warnings from gtkmm headersAlex Valavanis2-2/+1
2012-03-08powerstroke: - add miter size limitJohan B. C. Engelen1-20/+51
2012-03-04powerstroke: add miter cusp type. improve tangent detection for cusps drawingJohan B. C. Engelen2-18/+78
2012-02-29cppcheckKris De Gussem1-2/+0
2012-02-26powerstroke: work on cusps, so people can play with it a bit. it is not done ...Johan B. C. Engelen1-13/+53
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis12-43/+37
2012-02-19some clean upJohan B. C. Engelen1-16/+5
2012-02-12Header cleaningAlex Valavanis6-5/+6
2012-02-08add missing files in cmakeCampbell Barton1-0/+3
2012-02-06Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis8-8/+3
2012-01-18add tooltip for powerstroke control pointsJohan B. C. Engelen2-8/+5
2012-01-18select referred path when pressing shift+d (select original) for a path with ...Johan B. C. Engelen1-1/+2
2012-01-17powerstroke: add new linecap type to have zero width at path start/endJohan B. C. Engelen1-10/+22
2012-01-17add underscores to some member variables.Johan B. C. Engelen4-4/+4
2012-01-17more header cleanupJohan B. C. Engelen1-12/+7
2012-01-17turn SPPath into a class, and add some methods...Johan B. C. Engelen3-3/+3
2012-01-17change pencil tool dropdown shapes to use powerstroke, instead of pattern alo...Johan B. C. Engelen1-1/+2
2012-01-16proper forward declJohan B. C. Engelen1-2/+1