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

15 years agoFix 2119764 "eyedropper doesn't work with straight blends" for rectangles.
dooglus [Sat, 20 Sep 2008 15:46:33 +0000 (15:46 +0000)]
Fix 2119764 "eyedropper doesn't work with straight blends" for rectangles.

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

15 years agoFix 2120629: "circles with large feather and zero radius are invisible". Only shortc...
dooglus [Sat, 20 Sep 2008 15:02:11 +0000 (15:02 +0000)]
Fix 2120629: "circles with large feather and zero radius are invisible".  Only shortcut zero-radius circles if they're not inverted and have no feathering.

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

15 years agoFix 2119764 "eyedropper doesn't work with straight blends" for circles.
dooglus [Sat, 20 Sep 2008 10:47:57 +0000 (10:47 +0000)]
Fix 2119764 "eyedropper doesn't work with straight blends" for circles.

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

15 years agoFix 1960543: "Straight Onto fails in a file". When an layer was composed 'straight...
dooglus [Fri, 19 Sep 2008 16:13:02 +0000 (16:13 +0000)]
Fix 1960543: "Straight Onto fails in a file".  When an layer was composed 'straight onto' a context with which its bounding box had no overlap, the context was being displayed as if the 'straight onto' layer wasn't there.

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

15 years agoUse #defined constants for converting between different units.
dooglus [Thu, 18 Sep 2008 08:58:59 +0000 (08:58 +0000)]
Use #defined constants for converting between different units.

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

15 years agoApply http://patches.synfig.org/r/4/: Fix bad time entry when format is set to FFf...
genete [Wed, 17 Sep 2008 20:27:17 +0000 (20:27 +0000)]
Apply patches.synfig.org/r/4/: Fix bad time entry when format is set to FFf. Patch by dooglus

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

15 years agoFix 2108984: configure doesn't use pkg-config to find libswscale.
gballintijn [Mon, 15 Sep 2008 11:34:34 +0000 (11:34 +0000)]
Fix 2108984: configure doesn't use pkg-config to find libswscale.

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

15 years agoFix bug [ 2096641 ] Thrown exception when all Cpoints are removed in the
genete [Sun, 14 Sep 2008 20:34:26 +0000 (20:34 +0000)]
Fix bug [ 2096641 ] Thrown exception when all Cpoints are removed in the
gradient editor

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

15 years agoPatch to allow Windows Builds with Open EXR 1.6.1
pxegeek [Sun, 14 Sep 2008 04:46:31 +0000 (04:46 +0000)]
Patch to allow Windows Builds with Open EXR 1.6.1

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

15 years agoIgnore generated files and directories, similarly to the source directories in synfig...
gballintijn [Sat, 13 Sep 2008 17:29:48 +0000 (17:29 +0000)]
Ignore generated files and directories, similarly to the source directories in synfig-core.

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

15 years agoIgnore generated files and directories, similarly to the other module directories.
gballintijn [Sat, 13 Sep 2008 17:17:31 +0000 (17:17 +0000)]
Ignore generated files and directories, similarly to the other module directories.

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

15 years agoIgnore generated files, such as PNG files.
gballintijn [Sat, 13 Sep 2008 16:37:57 +0000 (16:37 +0000)]
Ignore generated files, such as PNG files.

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

15 years agoApply patch http://patches.synfig.org/r/2/ Allow "Reset FG and BG colors" & buttons...
genete [Sat, 13 Sep 2008 08:24:31 +0000 (08:24 +0000)]
Apply patch patches.synfig.org/r/2/ Allow "Reset FG and BG colors" & buttons and "Swap FG and BG colors" icons to fit in the button size in Default Ubuntu
Theme (Humans)

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

15 years agoFix bug introduced in patch applied in svn 2033 making it work properly.
genete [Fri, 12 Sep 2008 23:44:38 +0000 (23:44 +0000)]
Fix bug introduced in patch applied in svn 2033 making it work properly.

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

15 years agoUpdated synfig-studio Spanish translation.
genete [Fri, 12 Sep 2008 17:58:54 +0000 (17:58 +0000)]
Updated synfig-studio Spanish translation.

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