synfig.git
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

16 years agoPrevent the "Gtk-CRITICAL **: gtk_label_set_label: assertion `str != NULL' failed...
dooglus [Wed, 3 Oct 2007 21:42:38 +0000 (21:42 +0000)]
Prevent the "Gtk-CRITICAL **: gtk_label_set_label: assertion `str != NULL' failed" warning, and give 'view > play' an icon, too.

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

16 years agoDefault timesliders to 24fps, not 0fps, to prevent the warning: "GLib-GObject-WARNING...
dooglus [Wed, 3 Oct 2007 20:13:59 +0000 (20:13 +0000)]
Default timesliders to 24fps, not 0fps, to prevent the warning: "GLib-GObject-WARNING **: value "inf" of type `gdouble' is invalid or out of range for property `step-increment' of type `gdouble'".

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

16 years agoPrevent a warning from Gtk about ownership of floating reference. The code's still...
dooglus [Wed, 3 Oct 2007 19:57:56 +0000 (19:57 +0000)]
Prevent a warning from Gtk about ownership of floating reference.  The code's still not right, and will be leaking a little (when new dialogs are opened), but I'm sure there are much bigger leaks elsewhere.

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

16 years agoIf 'view->play' is interrupted with the 'stop' button, note that the playback has...
dooglus [Wed, 3 Oct 2007 19:35:48 +0000 (19:35 +0000)]
If 'view->play' is interrupted with the 'stop' button, note that the playback has stopped.

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

16 years agoRemoved a couple of debugpoints.
dooglus [Wed, 3 Oct 2007 17:51:13 +0000 (17:51 +0000)]
Removed a couple of debugpoints.

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

16 years agoDon't save settings which we can't find a value for. This prevents warnings on startup.
dooglus [Wed, 3 Oct 2007 17:41:32 +0000 (17:41 +0000)]
Don't save settings which we can't find a value for.  This prevents warnings on startup.

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

16 years agoMake stdout quieter.
dooglus [Wed, 3 Oct 2007 17:41:23 +0000 (17:41 +0000)]
Make stdout quieter.

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

16 years agoFix #1806852: sort PasteCanvas layers by z-depth even if they do have a non-zero...
dooglus [Wed, 3 Oct 2007 12:31:16 +0000 (12:31 +0000)]
Fix #1806852: sort PasteCanvas layers by z-depth even if they do have a non-zero time offset.

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

16 years agoApply 1805544: un/install the sifz examples properly in the Win32 installer. Patch...
pabs [Wed, 3 Oct 2007 05:25:36 +0000 (05:25 +0000)]
Apply 1805544: un/install the sifz examples properly in the Win32 installer. Patch by Atrus.

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

16 years agoRevert r764. pxegeek on IRC reports:
dooglus [Wed, 3 Oct 2007 02:43:12 +0000 (02:43 +0000)]
Revert r764.  pxegeek on IRC reports:

  Looks like my build of 813 failed.  Looks like it was trying to render the logo
  synfig(5228): info: ValueNode::subsys_stop()
  synfig(5228): info: Importer::subsys_stop()
  synfig(5228): info: Target::subsys_stop()
  synfig(5228): info: Layer::subsys_stop()
  synfig(5228): info: Module::subsys_stop()
  I think it's hung - it shouldn't take this long. :(

Looks like it's hanging while stopping the module subsystem.  Maybe he has some modules I don't, and they're causing a crash.  I don't see any crash here.

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

16 years agoStop the "Gtk-WARNING **: node type doesn't match 2 (menu-main is type 7)" messages...
dooglus [Wed, 3 Oct 2007 02:18:10 +0000 (02:18 +0000)]
Stop the "Gtk-WARNING **: node type doesn't match 2 (menu-main is type 7)" messages.  The main menu is a popup, not a menubar.

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

16 years agoMake stdout quieter.
dooglus [Wed, 3 Oct 2007 02:18:03 +0000 (02:18 +0000)]
Make stdout quieter.

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

16 years agoMake stdout quieter.
dooglus [Wed, 3 Oct 2007 02:17:55 +0000 (02:17 +0000)]
Make stdout quieter.

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

16 years agoRemoved debugpoint.
dooglus [Wed, 3 Oct 2007 02:17:47 +0000 (02:17 +0000)]
Removed debugpoint.

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

16 years agoMake stdout quieter.
dooglus [Wed, 3 Oct 2007 02:17:38 +0000 (02:17 +0000)]
Make stdout quieter.

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

16 years agoMake stdout quieter.
dooglus [Wed, 3 Oct 2007 02:17:31 +0000 (02:17 +0000)]
Make stdout quieter.

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

16 years agoMake stdout quieter.
dooglus [Wed, 3 Oct 2007 02:17:21 +0000 (02:17 +0000)]
Make stdout quieter.

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

16 years agoRemove debugpoint.
dooglus [Wed, 3 Oct 2007 02:17:13 +0000 (02:17 +0000)]
Remove debugpoint.

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

16 years agoTidying.
dooglus [Wed, 3 Oct 2007 02:17:04 +0000 (02:17 +0000)]
Tidying.

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

16 years agoFixed a typo.
dooglus [Wed, 3 Oct 2007 02:16:55 +0000 (02:16 +0000)]
Fixed a typo.

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

16 years agoChanging the time slider on a child canvas wasn't updating the grandchild canvas...
dooglus [Tue, 2 Oct 2007 14:28:52 +0000 (14:28 +0000)]
Changing the time slider on a child canvas wasn't updating the grandchild canvas' time slider.  Now it does.

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

16 years agoTidying.
dooglus [Tue, 2 Oct 2007 14:28:43 +0000 (14:28 +0000)]
Tidying.

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

16 years agoCommented the "Adjust for time" code in valuenode_animated.cpp while trying to unders...
dooglus [Tue, 2 Oct 2007 13:30:12 +0000 (13:30 +0000)]
Commented the "Adjust for time" code in valuenode_animated.cpp while trying to understand what it's doing.

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

16 years agoWhen the user moves a canvas' time slider, update the time sliders of any open child...
dooglus [Tue, 2 Oct 2007 13:04:55 +0000 (13:04 +0000)]
When the user moves a canvas' time slider, update the time sliders of any open child canvas' workareas.

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

16 years agoMake the linear interpolation linear. See http://dooglus.rincevent.net/synfig/linear...
dooglus [Mon, 1 Oct 2007 23:18:56 +0000 (23:18 +0000)]
Make the linear interpolation linear.  See dooglus.rincevent.net/synfig/linear.sifz for an example of how linear interpolation currently works.  Both circles are animated over the same distance with identical waypoints, but one of them has an extra linear waypoint at frame zero.  That extra waypoints makes its entire movement non-linear.

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

16 years agoOnly fix the red border if we're not using the Gtk frame background color to draw...
dooglus [Mon, 1 Oct 2007 21:49:02 +0000 (21:49 +0000)]
Only fix the red border if we're not using the Gtk frame background color to draw the red border.

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

16 years agoKeep the red 'animate edit mode' border and the current keyframe name from leaving...
dooglus [Mon, 1 Oct 2007 21:48:48 +0000 (21:48 +0000)]
Keep the red 'animate edit mode' border and the current keyframe name from leaving artifacts when scrolling.

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

16 years agoFix typos.
dooglus [Mon, 1 Oct 2007 21:48:37 +0000 (21:48 +0000)]
Fix typos.

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

16 years agoFixed the way that the decision is made which value to use when linking values togeth...
dooglus [Sun, 30 Sep 2007 20:48:47 +0000 (20:48 +0000)]
Fixed the way that the decision is made which value to use when linking values together.  Also, output some information about the decision to the console.  Also show an error message if the user tries to link two different exported values, or values of two different types, rather than failing silently as before.

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

16 years agoTidying.
dooglus [Sun, 30 Sep 2007 20:48:39 +0000 (20:48 +0000)]
Tidying.

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

16 years agoMade a note that type names shouldn't be translated.
dooglus [Sun, 30 Sep 2007 20:48:30 +0000 (20:48 +0000)]
Made a note that type names shouldn't be translated.

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

16 years agoI messed up the last commit. Oops!
dooglus [Sat, 29 Sep 2007 20:13:43 +0000 (20:13 +0000)]
I messed up the last commit.  Oops!

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

16 years ago#include color.h to get the gamma_in() #define.
dooglus [Sat, 29 Sep 2007 20:04:14 +0000 (20:04 +0000)]
#include color.h to get the gamma_in() #define.

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