[Synfig-devl] Carlos Lopez : Avoid crash when reversed manipulation for certain converted types parameters

2011-03-13 Thread root
Author: Carlos Lopez Date: Sun Mar 13 22:04:29 2011 +0100 Avoid crash when reversed manipulation for certain converted types parameters --- .../src/synfigapp/actions/valuedescset.cpp | 10 -- 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/synfig-studio/src/s

[Synfig-devl] Carlos Lopez : Add actions to change the tip types using contextual menu on single widhtpoint selection

2011-03-13 Thread root
Author: Carlos Lopez Date: Sun Mar 13 19:27:43 2011 +0100 Add actions to change the tip types using contextual menu on single widhtpoint selection --- synfig-studio/src/gui/instance.cpp | 153 +++- 1 files changed, 152 insertions(+), 1 deletions(-) diff --g

[Synfig-devl] Carlos Lopez : Remove unused headers and update my copyrights and description

2011-03-13 Thread root
Author: Carlos Lopez Date: Sun Mar 13 17:13:59 2011 +0100 Remove unused headers and update my copyrights and description --- .../src/modules/mod_geometry/advanced_outline.cpp |8 ++-- 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/synfig-core/src/modules/mod_geometry

[Synfig-devl] Carlos Lopez : Fix one more render artifact due to bad initialisation of position for iteration cycle .

2011-03-13 Thread root
Author: Carlos Lopez Date: Sun Mar 13 13:06:28 2011 +0100 Fix one more render artifact due to bad initialisation of position for iteration cycle. --- .../src/modules/mod_geometry/advanced_outline.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/synfig-core/src/

[Synfig-devl] Carlos Lopez : Add Flat tip type and use rounded tips for the newly created bline

2011-03-13 Thread root
Author: Carlos Lopez Date: Sun Mar 13 12:50:42 2011 +0100 Add Flat tip type and use rounded tips for the newly created bline --- .../src/modules/mod_geometry/advanced_outline.cpp | 14 ++ synfig-core/src/synfig/valuenode_composite.cpp |2 ++ synfig-core/src/synfig/widt

[Synfig-devl] Carlos Lopez : Add squared and peak tip types and fix some more render artifacts.

2011-03-13 Thread root
Author: Carlos Lopez Date: Sun Mar 13 12:32:56 2011 +0100 Add squared and peak tip types and fix some more render artifacts. --- .../src/modules/mod_geometry/advanced_outline.cpp | 77 +++- 1 files changed, 74 insertions(+), 3 deletions(-) diff --git a/synfig-core/src/mod