synfig.git
15 years agoFinding the distance along a bezier curve from point x to point x was failing with...
dooglus [Fri, 7 Nov 2008 15:06:42 +0000 (15:06 +0000)]
Finding the distance along a bezier curve from point x to point x was failing with a division by zero.  Fix by always returning 0 in that case.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2163 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoUpdate the scrollbar that controls the time ruler along the bottom of the canvas...
dooglus [Thu, 6 Nov 2008 17:29:46 +0000 (17:29 +0000)]
Update the scrollbar that controls the time ruler along the bottom of the canvas when the start and end time of the movie is modified.  Previously it wasn't updating immediately.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2162 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoSpeed up reverse seeking in the ffmpeg importer by using the ffmpeg -ss option to...
pabs3 [Thu, 6 Nov 2008 10:36:52 +0000 (10:36 +0000)]
Speed up reverse seeking in the ffmpeg importer by using the ffmpeg -ss option to tell ffmpeg to seek to the right frame.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2161 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years ago'const' is ignored in the return type of functions, so don't specify it.
dooglus [Thu, 6 Nov 2008 09:07:28 +0000 (09:07 +0000)]
'const' is ignored in the return type of functions, so don't specify it.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2160 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agonodebase.h appears to be unused. Mark it as such, and don't include it into node...
dooglus [Thu, 6 Nov 2008 09:07:16 +0000 (09:07 +0000)]
nodebase.h appears to be unused.  Mark it as such, and don't include it into node.cpp.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2159 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoInitialise a couple of values before using them.
pabs3 [Thu, 6 Nov 2008 05:25:34 +0000 (05:25 +0000)]
Initialise a couple of values before using them.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2158 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoUse the z printf length modifier when printing the value of size_t values, fixes...
pabs3 [Thu, 6 Nov 2008 04:55:12 +0000 (04:55 +0000)]
Use the z printf length modifier when printing the value of size_t values, fixes a compiler warning in the draw tool code.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2157 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoDon't ignore type qualifiers on a couple of ETL pen functions, fixes a couple of...
pabs3 [Thu, 6 Nov 2008 04:44:26 +0000 (04:44 +0000)]
Don't ignore type qualifiers on a couple of ETL pen functions, fixes a couple of GCC warnings.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2156 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoUse the l printf length modifier when printing the value of long ints, fixes a compil...
pabs3 [Thu, 6 Nov 2008 04:14:42 +0000 (04:14 +0000)]
Use the l printf length modifier when printing the value of long ints, fixes a compiler warning in the gradient code.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2155 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoCheck for EOF before complaining about the lack of PPM in the pipe in the ffmpeg...
pabs3 [Wed, 5 Nov 2008 09:39:07 +0000 (09:39 +0000)]
Check for EOF before complaining about the lack of PPM in the pipe in the ffmpeg importer

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2154 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoWhen we cannot launch ffmpeg in the ffmpeg importer, kill the child process.
pabs3 [Wed, 5 Nov 2008 09:38:43 +0000 (09:38 +0000)]
When we cannot launch ffmpeg in the ffmpeg importer, kill the child process.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2153 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoMake the ffmpeg importer declare that it is animated
pabs3 [Wed, 5 Nov 2008 09:38:18 +0000 (09:38 +0000)]
Make the ffmpeg importer declare that it is animated

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2152 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoIn the ffmpeg importer, if we successfully got a frame, do not say that we didn't...
pabs3 [Wed, 5 Nov 2008 09:37:54 +0000 (09:37 +0000)]
In the ffmpeg importer, if we successfully got a frame, do not say that we didn't get the frame.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2151 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoEnable use of the ffmpeg importer
pabs3 [Wed, 5 Nov 2008 09:37:19 +0000 (09:37 +0000)]
Enable use of the ffmpeg importer

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2150 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoRevision 1150 stopped synfig-core/trunk/examples/star.sifz from rendering correctly...
dooglus [Tue, 4 Nov 2008 20:11:06 +0000 (20:11 +0000)]
Revision 1150 stopped synfig-core/trunk/examples/star.sifz from rendering correctly.  This fixes it.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2149 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoImprove the rendering of curvegradient layers near vertices with zero-length tangents...
dooglus [Tue, 4 Nov 2008 14:45:34 +0000 (14:45 +0000)]
Improve the rendering of curvegradient layers near vertices with zero-length tangents.  See dooglus.rincevent.net/random/arrow-old.png , http://dooglus.rincevent.net/random/arrow-new.png , http://dooglus.rincevent.net/random/arrow.sifz for an example of the various types of glitch that have been fixed in this revision.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2148 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoUse a single scalar product to calculate the distance of each point from the bline.
dooglus [Tue, 4 Nov 2008 14:45:06 +0000 (14:45 +0000)]
Use a single scalar product to calculate the distance of each point from the bline.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2147 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoBuild rectanglular blines in the same handedness as all the other shapes.
dooglus [Tue, 4 Nov 2008 14:44:38 +0000 (14:44 +0000)]
Build rectanglular blines in the same handedness as all the other shapes.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2146 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoFix crash when unsetting import layer filename after using PNG or JPEG importers.
pabs3 [Tue, 4 Nov 2008 07:26:49 +0000 (07:26 +0000)]
Fix crash when unsetting import layer filename after using PNG or JPEG importers.

Thanks to wlaut for discovering it.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2145 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoDelete generated ETL/etl_profile_.h.in file
pabs3 [Mon, 3 Nov 2008 08:50:01 +0000 (08:50 +0000)]
Delete generated ETL/etl_profile_.h.in file

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2144 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoFix 2112320: "Change 'Grab' button in the Gradient Editor". Renamed the 'Grab' butto...
dooglus [Sun, 2 Nov 2008 18:31:51 +0000 (18:31 +0000)]
Fix 2112320: "Change 'Grab' button in the Gradient Editor".  Renamed the 'Grab' button to 'Set as Default', and greyed it out when it is editing the default gradient.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2143 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoFix 1968248: "Opening of any other XML-file crashes synfigstudio". Attempting to...
dooglus [Sun, 2 Nov 2008 17:24:35 +0000 (17:24 +0000)]
Fix 1968248: "Opening of any other XML-file crashes synfigstudio".  Attempting to open a non-SIF format XML file will now produce an error message, not a crash.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2142 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoFix 2205700: fix some issues with the desktop file:
pabs3 [Wed, 29 Oct 2008 01:32:00 +0000 (01:32 +0000)]
Fix 2205700: fix some issues with the desktop file:
* MimeType should end with a semicolon
* Icon should not contain the image extension
* Categories should contain GTK since synfigstudio is a GTK+ app

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2141 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoRather than reporting "Couldn't create parsing context" when a file isn't readable...
dooglus [Sun, 26 Oct 2008 20:44:20 +0000 (20:44 +0000)]
Rather than reporting "Couldn't create parsing context" when a file isn't readable or doesn't exist, report "Can't open file <filename>".

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2140 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoChange error message "unable to open file" to "unable to load", since the error may...
dooglus [Sun, 26 Oct 2008 20:44:10 +0000 (20:44 +0000)]
Change error message "unable to open file" to "unable to load", since the error may not be that we can't open it; perhaps we could open it, but didn't like the contents.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2139 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoDon't show "file not found" error messages whenever find_canvas() and surefind_canvas...
dooglus [Sun, 26 Oct 2008 20:03:06 +0000 (20:03 +0000)]
Don't show "file not found" error messages whenever find_canvas() and surefind_canvas() fail to load the requested canvas.  Instead show the error messages generated.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2138 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoImprove the error messages created by the canvas chooser widget.
dooglus [Sun, 26 Oct 2008 20:02:46 +0000 (20:02 +0000)]
Improve the error messages created by the canvas chooser widget.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2137 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoMake Canvas::find_canvas() and Canvas::surefind_canvas() look more alike. No functio...
dooglus [Sun, 26 Oct 2008 20:02:26 +0000 (20:02 +0000)]
Make Canvas::find_canvas() and Canvas::surefind_canvas() look more alike.  No functional change here.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2136 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoShow an appropriate error message when the command line --append flag fails to open...
dooglus [Sun, 26 Oct 2008 20:02:07 +0000 (20:02 +0000)]
Show an appropriate error message when the command line --append flag fails to open a .sif file.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2135 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoWhen 'import' fails to import a .sif file, display the error messages rather than...
dooglus [Sun, 26 Oct 2008 20:01:48 +0000 (20:01 +0000)]
When 'import' fails to import a .sif file, display the error messages rather than just "Unable to open this composition".

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2134 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoRemoved a couple of functions that are never used.
dooglus [Sun, 26 Oct 2008 20:01:28 +0000 (20:01 +0000)]
Removed a couple of functions that are never used.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2133 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoWhen a .sif file fails to load, display the error messages in the studio GUI, not...
dooglus [Sun, 26 Oct 2008 20:01:02 +0000 (20:01 +0000)]
When a .sif file fails to load, display the error messages in the studio GUI, not just in the terminal.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2132 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoFIx a typo in the previous commit
genete [Sun, 26 Oct 2008 12:36:00 +0000 (12:36 +0000)]
FIx a typo in the previous commit

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2131 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoFix 2195749: "Crash when try to open a sif with canvas size to be 0,0". Check the...
dooglus [Sun, 26 Oct 2008 12:15:50 +0000 (12:15 +0000)]
Fix 2195749: "Crash when try to open a sif with canvas size to be 0,0".  Check the width and height when loading a canvas.  Prohibit and size less than one.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2130 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoRelease 0.61.09
genete [Tue, 21 Oct 2008 21:27:51 +0000 (21:27 +0000)]
Release 0.61.09

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2129 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoRelease 0.61.09
genete [Tue, 21 Oct 2008 21:26:43 +0000 (21:26 +0000)]
Release 0.61.09

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2128 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoRelease 0.04.12
genete [Tue, 21 Oct 2008 21:24:37 +0000 (21:24 +0000)]
Release 0.04.12

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2127 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoRemove bad tag
genete [Tue, 21 Oct 2008 21:18:59 +0000 (21:18 +0000)]
Remove bad tag

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2126 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoRemove bad tag
genete [Tue, 21 Oct 2008 21:17:28 +0000 (21:17 +0000)]
Remove bad tag

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2125 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoRemove bad tag
genete [Tue, 21 Oct 2008 21:16:00 +0000 (21:16 +0000)]
Remove bad tag

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2124 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoRelease synfigstudio_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@
genete [Tue, 21 Oct 2008 19:32:12 +0000 (19:32 +0000)]
Release synfigstudio_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2123 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoStable Tag: Copying everything over
genete [Tue, 21 Oct 2008 19:31:44 +0000 (19:31 +0000)]
Stable Tag: Copying everything over

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2122 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoStable Tag: Removing old tag
genete [Tue, 21 Oct 2008 19:31:19 +0000 (19:31 +0000)]
Stable Tag: Removing old tag

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2121 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoRelease synfig_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@
genete [Tue, 21 Oct 2008 19:30:47 +0000 (19:30 +0000)]
Release synfig_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2120 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoStable Tag: Copying everything over
genete [Tue, 21 Oct 2008 19:30:16 +0000 (19:30 +0000)]
Stable Tag: Copying everything over

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2119 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoStable Tag: Removing old tag
genete [Tue, 21 Oct 2008 19:30:00 +0000 (19:30 +0000)]
Stable Tag: Removing old tag

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2118 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoRelease ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@
genete [Tue, 21 Oct 2008 19:28:52 +0000 (19:28 +0000)]
Release ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2117 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoStable Tag: Copying everything over
genete [Tue, 21 Oct 2008 19:28:00 +0000 (19:28 +0000)]
Stable Tag: Copying everything over

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2116 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoStable Tag: Removing old tag
genete [Tue, 21 Oct 2008 19:27:27 +0000 (19:27 +0000)]
Stable Tag: Removing old tag

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2115 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoRelease of synfigstudio 0.61.09 version. *****
genete [Tue, 21 Oct 2008 14:36:49 +0000 (14:36 +0000)]
Release of synfigstudio 0.61.09 version. *****

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2114 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoRelease of synfig 0.61.09 version. *****
genete [Tue, 21 Oct 2008 14:35:55 +0000 (14:35 +0000)]
Release of synfig 0.61.09 version. *****

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2113 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoRelease of etl 0.04.12 version. *****
genete [Tue, 21 Oct 2008 14:31:05 +0000 (14:31 +0000)]
Release of etl 0.04.12 version. *****

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2112 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoFormal Release of etl 0.04.12
genete [Tue, 21 Oct 2008 14:21:39 +0000 (14:21 +0000)]
Formal Release of etl 0.04.12

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2111 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoThe star and circle tool were both causing warnings from gtkmm 2.14. This prevents...
dooglus [Mon, 20 Oct 2008 23:08:50 +0000 (23:08 +0000)]
The star and circle tool were both causing warnings from gtkmm 2.14.  This prevents the warnings.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2110 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoI forgot to commit this file as part of r2108.
dooglus [Mon, 20 Oct 2008 19:28:09 +0000 (19:28 +0000)]
I forgot to commit this file as part of r2108.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2109 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agogtkmm 2.14 keeps warning "GtkSpinButton: setting an adjustment with non-zero page...
dooglus [Sun, 19 Oct 2008 02:30:40 +0000 (02:30 +0000)]
gtkmm 2.14 keeps warning "GtkSpinButton: setting an adjustment with non-zero page size is deprecated", so don't specify non-zero page sizes in adjustments that are used with spinbuttons.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2108 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoSVN r1777 causes get_tooltips_object() to return a NULL pointer for the meta panel...
dooglus [Sun, 19 Oct 2008 01:38:45 +0000 (01:38 +0000)]
SVN r1777 causes get_tooltips_object() to return a NULL pointer for the meta panel, leading to a crash.  Only set the tip if the pointer isn't NULL.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2107 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoUpdate SVN_REPOSITORY variable to the new svn in sourceforge
genete [Fri, 17 Oct 2008 15:23:30 +0000 (15:23 +0000)]
Update SVN_REPOSITORY variable to the new svn in sourceforge

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2106 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoUpdate SVN_REPOSITORY variable to the new svn in sourceforge
genete [Fri, 17 Oct 2008 15:22:50 +0000 (15:22 +0000)]
Update SVN_REPOSITORY variable to the new svn in sourceforge

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2105 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoUpdate SVN_REPOSITORY variable to the new svn in sourceforge
genete [Fri, 17 Oct 2008 15:21:58 +0000 (15:21 +0000)]
Update SVN_REPOSITORY variable to the new svn in sourceforge

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2104 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoClean up the images directory properly on both make clean and make distclean.
pabs3 [Thu, 16 Oct 2008 18:22:50 +0000 (18:22 +0000)]
Clean up the images directory properly on both make clean and make distclean.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2103 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoDon't forget to include the SVG icon in the source tarball.
pabs3 [Thu, 16 Oct 2008 02:19:27 +0000 (02:19 +0000)]
Don't forget to include the SVG icon in the source tarball.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2102 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoRelease 0.61.09!
genete [Tue, 14 Oct 2008 21:41:48 +0000 (21:41 +0000)]
Release 0.61.09!

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2101 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoRelease 0.61.09!
genete [Tue, 14 Oct 2008 21:38:51 +0000 (21:38 +0000)]
Release 0.61.09!

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2100 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoRelease 0.04.12!
genete [Tue, 14 Oct 2008 21:27:50 +0000 (21:27 +0000)]
Release 0.04.12!

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2099 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoUpdate/add copyrights for people who modified the code.
genete [Tue, 14 Oct 2008 21:00:21 +0000 (21:00 +0000)]
Update/add copyrights for people who modified the code.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2098 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoUpdate/add copyright of people who modified the code.
genete [Tue, 14 Oct 2008 14:16:28 +0000 (14:16 +0000)]
Update/add copyright of people who modified the code.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2097 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoAdd Carlos López and Gerco Ballintijn copyright to README file.
genete [Mon, 13 Oct 2008 23:18:33 +0000 (23:18 +0000)]
Add Carlos López and Gerco Ballintijn copyright to README file.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2096 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoUpdate/add the copyright for poeple who modified synfig-core code.
genete [Mon, 13 Oct 2008 23:13:07 +0000 (23:13 +0000)]
Update/add the copyright for poeple who modified synfig-core code.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2095 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoAllow Growth parameter be bigger than 1.0, modified small and big
genete [Sat, 11 Oct 2008 09:19:52 +0000 (09:19 +0000)]
Allow Growth parameter be bigger than 1.0, modified small and big
increments.
Also set default value for Radius parameter to be not 0. Now
the tool works better.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2094 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoFix 2152666: Animation of Rotate Layer produces jitter.
dooglus [Sat, 11 Oct 2008 07:00:30 +0000 (07:00 +0000)]
Fix 2152666: Animation of Rotate Layer produces jitter.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2093 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoMove a bunch of code into a block to make it clear which variables are only used...
dooglus [Sat, 11 Oct 2008 07:00:11 +0000 (07:00 +0000)]
Move a bunch of code into a block to make it clear which variables are only used locally.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2092 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoEnable the width tool by default. It can be disabled by setting
dooglus [Sat, 11 Oct 2008 06:06:42 +0000 (06:06 +0000)]
Enable the width tool by default.  It can be disabled by setting
environment variable SYNFIG_DISABLE_WIDTH.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2091 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoDefault the width tool's "relative growth" to OFF.
dooglus [Sat, 11 Oct 2008 06:06:21 +0000 (06:06 +0000)]
Default the width tool's "relative growth" to OFF.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2090 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoPolish NEWS file for 0.61.09 release
pabs3 [Fri, 10 Oct 2008 16:12:07 +0000 (16:12 +0000)]
Polish NEWS file for 0.61.09 release

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2089 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoFix 2119764 "eyedropper doesn't work with straight blends" for checkerboards. http...
dooglus [Thu, 9 Oct 2008 17:47:24 +0000 (17:47 +0000)]
Fix 2119764 "eyedropper doesn't work with straight blends" for checkerboards.  dooglus.rincevent.net/synfig/eyedrop-checkerboard.sifz shows an example of how it wasn't working before.  View the Info panel which moving the mouse cursor over the transparent canvas and see non-transparent pixel values.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2088 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoUpdated towards 0.61.09 release
genete [Thu, 9 Oct 2008 14:57:36 +0000 (14:57 +0000)]
Updated towards 0.61.09 release

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2087 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoUpdated towards 0.61.09 release
genete [Thu, 9 Oct 2008 14:56:54 +0000 (14:56 +0000)]
Updated towards 0.61.09 release

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2086 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoUpdated towards 0.61.09 release
genete [Thu, 9 Oct 2008 14:56:10 +0000 (14:56 +0000)]
Updated towards 0.61.09 release

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2085 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoAdd new splash screen for the upcoming 0.6.09 release. Contrats Yaco and genete!
pabs3 [Thu, 9 Oct 2008 08:20:18 +0000 (08:20 +0000)]
Add new splash screen for the upcoming 0.6.09 release. Contrats Yaco and genete!

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2084 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoUpdate Français translation, thanks rore
pabs3 [Mon, 6 Oct 2008 07:20:25 +0000 (07:20 +0000)]
Update Français translation, thanks rore

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2083 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoRevised Spanish translation for synfigstudio. Thanks genete.
pabs3 [Mon, 6 Oct 2008 07:10:46 +0000 (07:10 +0000)]
Revised Spanish translation for synfigstudio. Thanks genete.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2082 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoMark new strings to be translated.
genete [Sun, 5 Oct 2008 22:50:21 +0000 (22:50 +0000)]
Mark new strings to be translated.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2081 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoUpdate Français translation, thanks rore
pabs3 [Thu, 2 Oct 2008 12:41:20 +0000 (12:41 +0000)]
Update Français translation, thanks rore

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2080 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoImplement 2109095: Add multiple sizes and a scalable version of synfig_icon installed...
pabs3 [Thu, 2 Oct 2008 12:02:34 +0000 (12:02 +0000)]
Implement 2109095: Add multiple sizes and a scalable version of synfig_icon installed in freedesktop.org icon directories. Scalable version by Daniel Hornung (rubikcube).

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2079 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoApply patch 5: add a configure flag to switch on/off jpeg support. Patch by Daniel...
pabs3 [Thu, 2 Oct 2008 11:44:43 +0000 (11:44 +0000)]
Apply patch 5: add a configure flag to switch on/off jpeg support. Patch by Daniel Hornung (rubikcube)

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2078 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoRevised Spanish translation for synfigstudio.
genete [Wed, 1 Oct 2008 21:52:26 +0000 (21:52 +0000)]
Revised Spanish translation for synfigstudio.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2077 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoUpdated translation for synfig-core/po/es.po. Typos and corrections.
genete [Tue, 30 Sep 2008 22:18:36 +0000 (22:18 +0000)]
Updated translation for synfig-core/po/es.po. Typos and corrections.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2076 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoCope with some changes in the locations of the libavformat and libswscale headers.
pabs3 [Mon, 29 Sep 2008 17:10:47 +0000 (17:10 +0000)]
Cope with some changes in the locations of the libavformat and libswscale headers.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2075 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoUndo last commit. Gif support was already added.
genete [Thu, 25 Sep 2008 22:31:48 +0000 (22:31 +0000)]
Undo last commit. Gif support was already added.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2074 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoAdd GIF support for imported Papagayo files.
genete [Thu, 25 Sep 2008 21:25:56 +0000 (21:25 +0000)]
Add GIF support for imported Papagayo files.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2073 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoFix a bug introduced in SVN r2014. The 'origin' parameter of regions and outlines...
dooglus [Thu, 25 Sep 2008 19:08:24 +0000 (19:08 +0000)]
Fix a bug introduced in SVN r2014.  The 'origin' parameter of regions and outlines used to be called 'offset'.  Old .sif files still use 'offset'.  If an old .sif file contains a region and an outline with linked offset ducks then it was impossible to edit the offset duck's position.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2072 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoFix 1988939: Error trying to change value of Filename property.
dooglus [Wed, 24 Sep 2008 21:57:49 +0000 (21:57 +0000)]
Fix 1988939: Error trying to change value of Filename property.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2071 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoFix a bug that was causing the timeslider to not be displayed in certain circumstances.
dooglus [Wed, 24 Sep 2008 13:51:53 +0000 (13:51 +0000)]
Fix a bug that was causing the timeslider to not be displayed in certain circumstances.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2070 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoShow time 3.0 as "3s" in the default (FORMAT_NORMAL) time display mode, rather than...
dooglus [Wed, 24 Sep 2008 13:10:58 +0000 (13:10 +0000)]
Show time 3.0 as "3s" in the default (FORMAT_NORMAL) time display mode, rather than sometimes showing "3s 0f".

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2069 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoComment the RendDesc::Lock flags showing which flags correspond to which GUI elements.
dooglus [Tue, 23 Sep 2008 22:36:22 +0000 (22:36 +0000)]
Comment the RendDesc::Lock flags showing which flags correspond to which GUI elements.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2068 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoFix 1959669: "Not backward compatibility". Update the canvas version to 0.6 and...
dooglus [Tue, 23 Sep 2008 17:47:09 +0000 (17:47 +0000)]
Fix 1959669: "Not backward compatibility".  Update the canvas version to 0.6 and allow for a couple of missing links in older versions.  This allows, for example dooglus.rincevent.net/random/centipede-2.sifz to load again.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2067 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoFix 1959064: Crash when use circle tool over an existing duck.
dooglus [Tue, 23 Sep 2008 12:19:26 +0000 (12:19 +0000)]
Fix 1959064: Crash when use circle tool over an existing duck.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2066 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoCommunication page on the website was renamed to Contact, fix the help menu.
pabs3 [Tue, 23 Sep 2008 08:43:51 +0000 (08:43 +0000)]
Communication page on the website was renamed to Contact, fix the help menu.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2065 1f10aa63-cdf2-0310-b900-c93c546f37ac

15 years agoFix 2119764 "eyedropper doesn't work with straight blends" for all layer_shape layers...
dooglus [Sat, 20 Sep 2008 16:48:35 +0000 (16:48 +0000)]
Fix 2119764 "eyedropper doesn't work with straight blends" for all layer_shape layers (region, outline, etc).

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2064 1f10aa63-cdf2-0310-b900-c93c546f37ac