Improve the rendering of curvegradient layers near vertices with zero-length tangents...
[synfig.git] / synfig-core / trunk / src / modules / mod_gradient / curvegradient.cpp
2008-11-04 dooglusImprove the rendering of curvegradient layers near...
2008-11-04 dooglusUse a single scalar product to calculate the distance...
2008-10-13 geneteUpdate/add the copyright for poeple who modified synfig...
2008-04-11 dooglusRename all 'offset' parameters to 'origin'.
2008-02-15 dooglusParamDesc::set_scalar(String) and ParamDesc::set_hint...
2007-12-10 dooglusEdited the single line description of each source file...
2007-11-13 pabsInitial attempt at i18n support using gettext
2007-10-06 dooglusAdd my copyright to files I've modified.
2007-09-13 dooglusWhen a curve gradient layer's bline is looped and perpe...
2007-09-12 dooglusFix 1792063: problem with curve gradients when a vertex...
2007-09-11 dooglusAdded a few comments.
2007-09-10 dooglusRearranged "if (!x) a; else b;" to "if (x) b; else...
2007-09-08 dooglusPrevent compiler warnings about unused parameters.
2007-04-18 dooglusAdded a slower but more accurate find_closest() routine...
2007-03-23 dooglusFixed indentation.
2007-03-23 dooglusRemoved unused members p1, p2, diff.
2007-03-23 dooglusAdded missing $Id$ keyword to the header.
2007-03-23 dooglusDeleting all the verticies from a Curve Gradient used...
2007-03-22 dooglusFix 1684240 (as it applies to curve gradients): Curve...
2007-03-16 dooglusEnable $Id$ expansion.
2007-03-15 dooglusFixing warnings from doxygen:
2007-03-12 dooglusRemoved trailing whitespace.
2005-12-05 darcoRemoved more confidential notices
2005-04-19 darcomoreupdates
2005-03-24 darcoInitial Stable Commit