synfig.git
16 years agoRevert back to r930. The last 2 commits were no good.
dooglus [Mon, 15 Oct 2007 07:23:59 +0000 (07:23 +0000)]
Revert back to r930.  The last 2 commits were no good.

git-svn-id: http://svn.voria.com/code@933 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoUse Synfig::Mutex instead of Glib::Mutex.
dooglus [Mon, 15 Oct 2007 00:50:24 +0000 (00:50 +0000)]
Use Synfig::Mutex instead of Glib::Mutex.

git-svn-id: http://svn.voria.com/code@932 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoPut mutexes around the reference counts for the shared_object class. Maybe this...
dooglus [Sun, 14 Oct 2007 23:28:40 +0000 (23:28 +0000)]
Put mutexes around the reference counts for the shared_object class.  Maybe this will help prevent crashes.

git-svn-id: http://svn.voria.com/code@931 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoShow some debugging output on stdout when deciding which 'auto' target to use.
dooglus [Sun, 14 Oct 2007 23:14:57 +0000 (23:14 +0000)]
Show some debugging output on stdout when deciding which 'auto' target to use.

git-svn-id: http://svn.voria.com/code@930 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoUse filename_extension() and filename_sans_extension().
dooglus [Sun, 14 Oct 2007 22:14:47 +0000 (22:14 +0000)]
Use filename_extension() and filename_sans_extension().

git-svn-id: http://svn.voria.com/code@929 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoWrote filename_extension() and filename_sans_extension(), since they are reimplemente...
dooglus [Sun, 14 Oct 2007 21:20:47 +0000 (21:20 +0000)]
Wrote filename_extension() and filename_sans_extension(), since they are reimplemented (often incorrectly) in lots of places.

git-svn-id: http://svn.voria.com/code@928 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoWhen loading a canvas fails because of undefined valuenodes, show the IDs of the...
dooglus [Sun, 14 Oct 2007 00:00:33 +0000 (00:00 +0000)]
When loading a canvas fails because of undefined valuenodes, show the IDs of the undefined nodes.

git-svn-id: http://svn.voria.com/code@927 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoRemoved the 'fixme' comment, because I fixed it already.
dooglus [Sat, 13 Oct 2007 23:38:25 +0000 (23:38 +0000)]
Removed the 'fixme' comment, because I fixed it already.

git-svn-id: http://svn.voria.com/code@926 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoFix memory leak. The png library was being used slightly wrongly.
dooglus [Sat, 13 Oct 2007 23:28:51 +0000 (23:28 +0000)]
Fix memory leak.  The png library was being used slightly wrongly.

git-svn-id: http://svn.voria.com/code@925 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoThe code documents an unexplained crash in libpng, but was also leaking filehandles...
dooglus [Sat, 13 Oct 2007 22:03:03 +0000 (22:03 +0000)]
The code documents an unexplained crash in libpng, but was also leaking filehandles.  We should close the file handle, or we run out after rendering a few animations which import large .lst files.

git-svn-id: http://svn.voria.com/code@924 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoAdd the 'Switch' valuenode.
dooglus [Sat, 13 Oct 2007 13:00:26 +0000 (13:00 +0000)]
Add the 'Switch' valuenode.

git-svn-id: http://svn.voria.com/code@923 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoAdd 'Switch' valuenode.
dooglus [Sat, 13 Oct 2007 13:00:16 +0000 (13:00 +0000)]
Add 'Switch' valuenode.

git-svn-id: http://svn.voria.com/code@922 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoAllow both 'name' and renddesc parameters to be changed at the same time in the canva...
dooglus [Sat, 13 Oct 2007 03:05:37 +0000 (03:05 +0000)]
Allow both 'name' and renddesc parameters to be changed at the same time in the canvas properties dialog.

git-svn-id: http://svn.voria.com/code@921 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoDon't set_time() twice for the current canvas.
dooglus [Sat, 13 Oct 2007 03:05:29 +0000 (03:05 +0000)]
Don't set_time() twice for the current canvas.

git-svn-id: http://svn.voria.com/code@920 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoFix a problem in single-thread mode where the canvas isn't always updated.
dooglus [Sat, 13 Oct 2007 01:51:44 +0000 (01:51 +0000)]
Fix a problem in single-thread mode where the canvas isn't always updated.

git-svn-id: http://svn.voria.com/code@919 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoFix the 'close' menu entry and close button when viewing multiple canvases of the...
dooglus [Sat, 13 Oct 2007 01:23:14 +0000 (01:23 +0000)]
Fix the 'close' menu entry and close button when viewing multiple canvases of the same document.  Replace 'close' by 'close window' and 'close document' in the file menu.

git-svn-id: http://svn.voria.com/code@918 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoShow whether a canvas is unsaved or not by putting a '*' in front of its name when...
dooglus [Fri, 12 Oct 2007 22:36:21 +0000 (22:36 +0000)]
Show whether a canvas is unsaved or not by putting a '*' in front of its name when it is unsaved.  Showing '(unsaved)' at the end often doesn't fit in the titlebar.

git-svn-id: http://svn.voria.com/code@917 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoFix a crash when running single-threaded and dragging the time slider.
dooglus [Fri, 12 Oct 2007 17:29:38 +0000 (17:29 +0000)]
Fix a crash when running single-threaded and dragging the time slider.

git-svn-id: http://svn.voria.com/code@916 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoTidying.
dooglus [Fri, 12 Oct 2007 17:29:29 +0000 (17:29 +0000)]
Tidying.

git-svn-id: http://svn.voria.com/code@915 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoClose safely when closing from the caret menu as well as when clicking the 'X' or...
dooglus [Fri, 12 Oct 2007 15:15:31 +0000 (15:15 +0000)]
Close safely when closing from the caret menu as well as when clicking the 'X' or hitting alt-F4.

git-svn-id: http://svn.voria.com/code@914 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoImprove single-threaded operation. It's now safe(r?) to close a canvas while it...
dooglus [Fri, 12 Oct 2007 14:43:52 +0000 (14:43 +0000)]
Improve single-threaded operation.  It's now safe(r?) to close a canvas while it's rendering.

git-svn-id: http://svn.voria.com/code@913 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoFix 1682008: (pressing the X button hides then shows window)
dooglus [Fri, 12 Oct 2007 12:18:26 +0000 (12:18 +0000)]
Fix 1682008: (pressing the X button hides then shows window)

git-svn-id: http://svn.voria.com/code@912 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoWhen single threaded, update the gui after rendering each frame.
dooglus [Thu, 11 Oct 2007 19:36:32 +0000 (19:36 +0000)]
When single threaded, update the gui after rendering each frame.

git-svn-id: http://svn.voria.com/code@911 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoDon't delete the preview renderer if it's still running.
dooglus [Thu, 11 Oct 2007 19:36:23 +0000 (19:36 +0000)]
Don't delete the preview renderer if it's still running.

git-svn-id: http://svn.voria.com/code@910 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoDefault single_threaded to false, because it doesn't work too well yet.
dooglus [Thu, 11 Oct 2007 19:36:15 +0000 (19:36 +0000)]
Default single_threaded to false, because it doesn't work too well yet.

git-svn-id: http://svn.voria.com/code@909 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoOnly initialise threads if they aren't already initialised.
dooglus [Thu, 11 Oct 2007 16:32:21 +0000 (16:32 +0000)]
Only initialise threads if they aren't already initialised.

git-svn-id: http://svn.voria.com/code@908 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoAdd BEGIN_VALUENODES(), VALUENODE(), and END_VALUENODES() macros to allow modules...
dooglus [Thu, 11 Oct 2007 01:54:06 +0000 (01:54 +0000)]
Add BEGIN_VALUENODES(), VALUENODE(), and END_VALUENODES() macros to allow modules to define new valuenode types.

git-svn-id: http://svn.voria.com/code@907 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoDefault new random valuenodes to SMOOTH_CUBIC interpolation.
dooglus [Thu, 11 Oct 2007 01:53:57 +0000 (01:53 +0000)]
Default new random valuenodes to SMOOTH_CUBIC interpolation.

git-svn-id: http://svn.voria.com/code@906 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoNew source file for the 'random' valuenode.
dooglus [Thu, 11 Oct 2007 01:53:48 +0000 (01:53 +0000)]
New source file for the 'random' valuenode.

git-svn-id: http://svn.voria.com/code@905 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoNew header file for the 'random' valuenode.
dooglus [Thu, 11 Oct 2007 01:53:40 +0000 (01:53 +0000)]
New header file for the 'random' valuenode.

git-svn-id: http://svn.voria.com/code@904 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoTidying.
dooglus [Thu, 11 Oct 2007 01:53:31 +0000 (01:53 +0000)]
Tidying.

git-svn-id: http://svn.voria.com/code@903 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoAdd the new 'random' valuenode.
dooglus [Thu, 11 Oct 2007 01:53:21 +0000 (01:53 +0000)]
Add the new 'random' valuenode.

git-svn-id: http://svn.voria.com/code@902 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoAdd files for the new 'random' valuenode.
dooglus [Thu, 11 Oct 2007 01:53:03 +0000 (01:53 +0000)]
Add files for the new 'random' valuenode.

git-svn-id: http://svn.voria.com/code@901 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoUse static_cast rather than the old C style cast.
dooglus [Thu, 11 Oct 2007 01:52:48 +0000 (01:52 +0000)]
Use static_cast rather than the old C style cast.

git-svn-id: http://svn.voria.com/code@900 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoPut the mutex code back as it was originally. We can still use it when single threaded.
dooglus [Thu, 11 Oct 2007 01:52:30 +0000 (01:52 +0000)]
Put the mutex code back as it was originally.  We can still use it when single threaded.

git-svn-id: http://svn.voria.com/code@899 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoUse a checkbox in the gui (Toolbox > File > Setup > Misc) for single_threaded, rather...
dooglus [Wed, 10 Oct 2007 21:37:00 +0000 (21:37 +0000)]
Use a checkbox in the gui (Toolbox > File > Setup > Misc) for single_threaded, rather than a compile-time #define.

git-svn-id: http://svn.voria.com/code@898 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoTypo.
dooglus [Wed, 10 Oct 2007 17:30:33 +0000 (17:30 +0000)]
Typo.

git-svn-id: http://svn.voria.com/code@897 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoFix 1809480 (Zoom in beyond 8.75 in nested canvases fails).
dooglus [Wed, 10 Oct 2007 16:34:25 +0000 (16:34 +0000)]
Fix 1809480 (Zoom in beyond 8.75 in nested canvases fails).

git-svn-id: http://svn.voria.com/code@896 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoUse the ETL 'round_to_int' function rather than re-writing it in each of these files.
dooglus [Wed, 10 Oct 2007 15:54:11 +0000 (15:54 +0000)]
Use the ETL 'round_to_int' function rather than re-writing it in each of these files.

git-svn-id: http://svn.voria.com/code@895 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoFix rount_to_int() so it rounds to the nearest integer. Previously it was rounding...
dooglus [Wed, 10 Oct 2007 13:07:47 +0000 (13:07 +0000)]
Fix rount_to_int() so it rounds to the nearest integer.  Previously it was rounding -1.333 to 0.

git-svn-id: http://svn.voria.com/code@894 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoTypo.
dooglus [Wed, 10 Oct 2007 12:50:05 +0000 (12:50 +0000)]
Typo.

git-svn-id: http://svn.voria.com/code@893 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoStable Tag: Copying everything over
dooglus [Wed, 10 Oct 2007 12:42:31 +0000 (12:42 +0000)]
Stable Tag: Copying everything over

git-svn-id: http://svn.voria.com/code@892 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoStable Tag: Removing old tag
dooglus [Wed, 10 Oct 2007 12:42:27 +0000 (12:42 +0000)]
Stable Tag: Removing old tag

git-svn-id: http://svn.voria.com/code@891 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoStable Tag: Copying everything over
dooglus [Wed, 10 Oct 2007 12:42:11 +0000 (12:42 +0000)]
Stable Tag: Copying everything over

git-svn-id: http://svn.voria.com/code@890 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoStable Tag: Removing old tag
dooglus [Wed, 10 Oct 2007 12:42:07 +0000 (12:42 +0000)]
Stable Tag: Removing old tag

git-svn-id: http://svn.voria.com/code@889 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoStable Tag: Copying everything over
dooglus [Wed, 10 Oct 2007 12:41:37 +0000 (12:41 +0000)]
Stable Tag: Copying everything over

git-svn-id: http://svn.voria.com/code@888 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoStable Tag: Removing old tag
dooglus [Wed, 10 Oct 2007 12:41:32 +0000 (12:41 +0000)]
Stable Tag: Removing old tag

git-svn-id: http://svn.voria.com/code@887 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoDon't use SINGLE_THREADED by default.
dooglus [Wed, 10 Oct 2007 03:21:39 +0000 (03:21 +0000)]
Don't use SINGLE_THREADED by default.

git-svn-id: http://svn.voria.com/code@886 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoUse 'ftime' instead of 'f' as the floating point time variable to make it easier...
dooglus [Wed, 10 Oct 2007 03:21:31 +0000 (03:21 +0000)]
Use 'ftime' instead of 'f' as the floating point time variable to make it easier to search for.

git-svn-id: http://svn.voria.com/code@885 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoOnly check whether the renderer is updating when single threaded.
dooglus [Wed, 10 Oct 2007 03:21:22 +0000 (03:21 +0000)]
Only check whether the renderer is updating when single threaded.

git-svn-id: http://svn.voria.com/code@884 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoShow a message on stdout saying that we're single-threaded.
dooglus [Wed, 10 Oct 2007 03:21:14 +0000 (03:21 +0000)]
Show a message on stdout saying that we're single-threaded.

git-svn-id: http://svn.voria.com/code@883 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoRun everything in the same thread.
dooglus [Wed, 10 Oct 2007 03:20:59 +0000 (03:20 +0000)]
Run everything in the same thread.

git-svn-id: http://svn.voria.com/code@882 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoClear the dirty flag before starting the render, not after. This shouldn't make...
dooglus [Wed, 10 Oct 2007 03:20:49 +0000 (03:20 +0000)]
Clear the dirty flag before starting the render, not after.  This shouldn't make any difference, but if this thread gets swapped out between the two lines and the rendering finishes before the flag is clearer, we won't see the results of the render.

git-svn-id: http://svn.voria.com/code@881 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoUse an enumeration type rather than unnamed integers to specify the different types...
dooglus [Wed, 10 Oct 2007 03:20:35 +0000 (03:20 +0000)]
Use an enumeration type rather than unnamed integers to specify the different types of random numbers.  Just like r636, but for mod_noise's random numbers.  Should we merge the two and move them into synfig-core proper?

git-svn-id: http://svn.voria.com/code@880 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoSmall changes to make these files more similar to the ones in modules/mod_noise.
dooglus [Wed, 10 Oct 2007 03:20:24 +0000 (03:20 +0000)]
Small changes to make these files more similar to the ones in modules/mod_noise.

git-svn-id: http://svn.voria.com/code@879 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoRelease synfigstudio_0_61_07
dooglus [Wed, 10 Oct 2007 02:35:06 +0000 (02:35 +0000)]
Release synfigstudio_0_61_07

git-svn-id: http://svn.voria.com/code@878 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoRelease synfig_0_61_07
dooglus [Wed, 10 Oct 2007 02:34:59 +0000 (02:34 +0000)]
Release synfig_0_61_07

git-svn-id: http://svn.voria.com/code@877 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoRelease ETL_0_04_10
dooglus [Wed, 10 Oct 2007 02:34:51 +0000 (02:34 +0000)]
Release ETL_0_04_10

git-svn-id: http://svn.voria.com/code@876 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoUpdated svn revision number and date in NEWS files.
dooglus [Wed, 10 Oct 2007 02:32:58 +0000 (02:32 +0000)]
Updated svn revision number and date in NEWS files.

git-svn-id: http://svn.voria.com/code@875 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoDon't include <ETL/fixed> because it's not used.
dooglus [Wed, 10 Oct 2007 02:12:32 +0000 (02:12 +0000)]
Don't include <ETL/fixed> because it's not used.

git-svn-id: http://svn.voria.com/code@874 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years ago#include <ETL/fixed> so ETL/_bezier.h doesn't have to.
dooglus [Wed, 10 Oct 2007 02:12:25 +0000 (02:12 +0000)]
#include <ETL/fixed> so ETL/_bezier.h doesn't have to.

git-svn-id: http://svn.voria.com/code@873 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoVarious changes: Improve the formatting of the output. Stop the compiler optimizing...
dooglus [Wed, 10 Oct 2007 01:59:21 +0000 (01:59 +0000)]
Various changes: Improve the formatting of the output.  Stop the compiler optimizing out the calculations.  Allow greater error when multiplying by PI if _fixed.h isn't rounding to the nearest integer.  Define variable before using it.  Tidy the source code layout.  Prevent a core dump by not allowing numbers to wrap around to zero.

git-svn-id: http://svn.voria.com/code@872 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoConditionally compile in the '+0.5' code to make fixed point numbers more accurate...
dooglus [Wed, 10 Oct 2007 01:59:14 +0000 (01:59 +0000)]
Conditionally compile in the '+0.5' code to make fixed point numbers more accurate.  Currently disabled.

git-svn-id: http://svn.voria.com/code@871 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoRemove obsolete Encoding field from .desktop file
pabs [Wed, 10 Oct 2007 01:03:29 +0000 (01:03 +0000)]
Remove obsolete Encoding field from .desktop file

git-svn-id: http://svn.voria.com/code@870 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoRelease synfigstudio_0_61_07_rc3
dooglus [Mon, 8 Oct 2007 15:37:07 +0000 (15:37 +0000)]
Release synfigstudio_0_61_07_rc3

git-svn-id: http://svn.voria.com/code@869 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoRelease synfig_0_61_07_rc3
dooglus [Mon, 8 Oct 2007 15:36:59 +0000 (15:36 +0000)]
Release synfig_0_61_07_rc3

git-svn-id: http://svn.voria.com/code@868 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoRelease ETL_0_04_10_rc3
dooglus [Mon, 8 Oct 2007 15:36:53 +0000 (15:36 +0000)]
Release ETL_0_04_10_rc3

git-svn-id: http://svn.voria.com/code@867 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoAdd binaries produced by ETL's 'make check'. Also add my own top-level symlinks.
dooglus [Mon, 8 Oct 2007 13:39:09 +0000 (13:39 +0000)]
Add binaries produced by ETL's 'make check'.  Also add my own top-level symlinks.

git-svn-id: http://svn.voria.com/code@866 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoUpdated NEWS files.
dooglus [Mon, 8 Oct 2007 13:39:00 +0000 (13:39 +0000)]
Updated NEWS files.

git-svn-id: http://svn.voria.com/code@865 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoAdd an error message explaining why the 'fixed' tests fail.
dooglus [Mon, 8 Oct 2007 02:34:57 +0000 (02:34 +0000)]
Add an error message explaining why the 'fixed' tests fail.

git-svn-id: http://svn.voria.com/code@864 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoRelease synfigstudio_0_61_07_rc2
dooglus [Sun, 7 Oct 2007 23:54:18 +0000 (23:54 +0000)]
Release synfigstudio_0_61_07_rc2

git-svn-id: http://svn.voria.com/code@863 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoRelease synfig_0_61_07_rc2
dooglus [Sun, 7 Oct 2007 23:54:12 +0000 (23:54 +0000)]
Release synfig_0_61_07_rc2

git-svn-id: http://svn.voria.com/code@862 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoRelease ETL_0_04_10_rc2
dooglus [Sun, 7 Oct 2007 23:54:01 +0000 (23:54 +0000)]
Release ETL_0_04_10_rc2

git-svn-id: http://svn.voria.com/code@861 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoUse 'Fast Gaussian' instead of 'Gaussian' for blur type, because 'Gaussian' has O...
dooglus [Sun, 7 Oct 2007 22:45:51 +0000 (22:45 +0000)]
Use 'Fast Gaussian' instead of 'Gaussian' for blur type, because 'Gaussian' has O(n^6) complexity.  ie. it's v. slow when zooming in on the dead heads.

git-svn-id: http://svn.voria.com/code@860 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoTypo.
dooglus [Sun, 7 Oct 2007 22:45:42 +0000 (22:45 +0000)]
Typo.

git-svn-id: http://svn.voria.com/code@859 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoFix a crash in the warp layer when the bounding_rect gets very small.
dooglus [Sun, 7 Oct 2007 22:28:43 +0000 (22:28 +0000)]
Fix a crash in the warp layer when the bounding_rect gets very small.

git-svn-id: http://svn.voria.com/code@858 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoTypo.
dooglus [Sun, 7 Oct 2007 22:28:34 +0000 (22:28 +0000)]
Typo.

git-svn-id: http://svn.voria.com/code@857 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoTypo.
dooglus [Sun, 7 Oct 2007 22:28:26 +0000 (22:28 +0000)]
Typo.

git-svn-id: http://svn.voria.com/code@856 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoRemove dups and clarify.
dooglus [Sun, 7 Oct 2007 09:33:57 +0000 (09:33 +0000)]
Remove dups and clarify.

git-svn-id: http://svn.voria.com/code@855 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoTurned on the smoke. It uses the plant layer, which works now.
dooglus [Sun, 7 Oct 2007 09:33:45 +0000 (09:33 +0000)]
Turned on the smoke.  It uses the plant layer, which works now.

git-svn-id: http://svn.voria.com/code@854 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoRelease synfigstudio_0_61_06
dooglus [Sat, 6 Oct 2007 13:53:10 +0000 (13:53 +0000)]
Release synfigstudio_0_61_06

git-svn-id: http://svn.voria.com/code@853 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoRelease synfigstudio_0_61_07_rc1
dooglus [Sat, 6 Oct 2007 13:41:10 +0000 (13:41 +0000)]
Release synfigstudio_0_61_07_rc1

git-svn-id: http://svn.voria.com/code@852 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoRelease synfig_0_61_07_rc1
dooglus [Sat, 6 Oct 2007 13:41:03 +0000 (13:41 +0000)]
Release synfig_0_61_07_rc1

git-svn-id: http://svn.voria.com/code@851 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoRelease ETL_0_04_10_rc1
dooglus [Sat, 6 Oct 2007 13:40:49 +0000 (13:40 +0000)]
Release ETL_0_04_10_rc1

git-svn-id: http://svn.voria.com/code@850 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoBump the required versions of ETL and synfig.
dooglus [Sat, 6 Oct 2007 02:28:50 +0000 (02:28 +0000)]
Bump the required versions of ETL and synfig.

git-svn-id: http://svn.voria.com/code@849 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoAdd my copyright to files I've modified.
dooglus [Sat, 6 Oct 2007 02:25:36 +0000 (02:25 +0000)]
Add my copyright to files I've modified.

git-svn-id: http://svn.voria.com/code@848 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoBump the version numbers ready for the coming release.
dooglus [Sat, 6 Oct 2007 02:25:10 +0000 (02:25 +0000)]
Bump the version numbers ready for the coming release.

git-svn-id: http://svn.voria.com/code@847 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoAdd my copyright.
dooglus [Sat, 6 Oct 2007 02:25:00 +0000 (02:25 +0000)]
Add my copyright.

git-svn-id: http://svn.voria.com/code@846 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoSet the default optimization level to be 2 now that it works OK.
dooglus [Sat, 6 Oct 2007 02:24:54 +0000 (02:24 +0000)]
Set the default optimization level to be 2 now that it works OK.

git-svn-id: http://svn.voria.com/code@845 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoUpdated to r843.
dooglus [Fri, 5 Oct 2007 23:56:42 +0000 (23:56 +0000)]
Updated to r843.

git-svn-id: http://svn.voria.com/code@844 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoFix 1807709: radial blur doesn't render properly. It renders much more properly...
dooglus [Fri, 5 Oct 2007 21:57:38 +0000 (21:57 +0000)]
Fix 1807709: radial blur doesn't render properly.  It renders much more properly now.  Compare dooglus.rincevent.net/synfig/radial-blur-without-fix.png and http://dooglus.rincevent.net/synfig/radial-blur-with-fix.png (rendered from http://dooglus.rincevent.net/synfig/radial-blur-3.sifz ).

git-svn-id: http://svn.voria.com/code@843 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoFix r841. Previously it was setting the menu to quality 10, but using parameteric...
dooglus [Thu, 4 Oct 2007 22:20:47 +0000 (22:20 +0000)]
Fix r841.  Previously it was setting the menu to quality 10, but using parameteric rendering.

git-svn-id: http://svn.voria.com/code@842 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoShow the correct initially selected quality level in the "View > Preview Quality...
dooglus [Thu, 4 Oct 2007 21:53:26 +0000 (21:53 +0000)]
Show the correct initially selected quality level in the "View > Preview Quality" menu.

git-svn-id: http://svn.voria.com/code@841 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoSorted by type, and added 'Time' to the list of acceptable types.
dooglus [Thu, 4 Oct 2007 21:53:18 +0000 (21:53 +0000)]
Sorted by type, and added 'Time' to the list of acceptable types.

git-svn-id: http://svn.voria.com/code@840 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoPrevent warnings when compiling with optimization.
dooglus [Thu, 4 Oct 2007 21:53:10 +0000 (21:53 +0000)]
Prevent warnings when compiling with optimization.

git-svn-id: http://svn.voria.com/code@839 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoShow filename and line number on a few error messages, and remove a noisy info message.
dooglus [Thu, 4 Oct 2007 21:53:00 +0000 (21:53 +0000)]
Show filename and line number on a few error messages, and remove a noisy info message.

git-svn-id: http://svn.voria.com/code@838 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoGive filename and line number in some warning messages.
dooglus [Thu, 4 Oct 2007 01:51:16 +0000 (01:51 +0000)]
Give filename and line number in some warning messages.

git-svn-id: http://svn.voria.com/code@837 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoFix the bug that caused almost everything in the caret menu of the 'other' canvas...
dooglus [Thu, 4 Oct 2007 01:51:08 +0000 (01:51 +0000)]
Fix the bug that caused almost everything in the caret menu of the 'other' canvas to be disabled when the focused canvas was closed.  Use present() to present the other canvas, rather than manipulating selected_canvas_view directly.  This allows CanvasView::on_focus_in_event() to run and call insert_action_group() to re-enable the menu.

git-svn-id: http://svn.voria.com/code@836 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoTidying.
dooglus [Thu, 4 Oct 2007 01:51:00 +0000 (01:51 +0000)]
Tidying.

git-svn-id: http://svn.voria.com/code@835 1f10aa63-cdf2-0310-b900-c93c546f37ac

16 years agoRemoved some debugging code that I didn't mean to commit.
dooglus [Thu, 4 Oct 2007 01:50:52 +0000 (01:50 +0000)]
Removed some debugging code that I didn't mean to commit.

git-svn-id: http://svn.voria.com/code@834 1f10aa63-cdf2-0310-b900-c93c546f37ac