dooglus [Sun, 9 Nov 2008 19:09:10 +0000 (19:09 +0000)]
Fail to start if the synfig_modules.cfg file can't be found. Only load the first synfig_modules.cfg file found, and show its path in the console output.
git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2175
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sun, 9 Nov 2008 17:28:04 +0000 (17:28 +0000)]
Removed the four essential modules from this list of optional modules.
git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2174
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sun, 9 Nov 2008 17:24:01 +0000 (17:24 +0000)]
Four of the modules provide features available from the tools in the main toolbox. If any of these four modules fails to load, refuse to start studio.
git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2173
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sun, 9 Nov 2008 17:23:41 +0000 (17:23 +0000)]
Remove unused and undefined function 'load_modules'.
git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2172
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 8 Nov 2008 19:21:31 +0000 (19:21 +0000)]
Implement accelerated_render for the Curve Warp layer. It can now warp text and feathered circles, etc.
git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2171
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs3 [Sat, 8 Nov 2008 05:49:11 +0000 (05:49 +0000)]
Always #include <cstdio> when using sscanf.
Fixes an FTBFS with GCC 4.4.
git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2170
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs3 [Sat, 8 Nov 2008 05:47:11 +0000 (05:47 +0000)]
Don't enable the use of mutexes on platforms other than Windows unless pthread is available.
git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2169
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs3 [Sat, 8 Nov 2008 05:44:21 +0000 (05:44 +0000)]
Fix the pthread and kernel32 library checks to not check for main. The checks fail on GCC 4.4 otherwise.
git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2168
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 7 Nov 2008 18:11:26 +0000 (18:11 +0000)]
Show the start and end points connected, and add a width duck to the start point.
git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2167
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 7 Nov 2008 17:17:30 +0000 (17:17 +0000)]
Using 'width' for the perpendicular scaling factor causes the parameter to be initialised from the toolbox. This isn't ideal, so I renamed the parameter in the code.
git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2166
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 7 Nov 2008 16:58:35 +0000 (16:58 +0000)]
Remove a bunch of unused code.
git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2165
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 7 Nov 2008 16:53:52 +0000 (16:53 +0000)]
First stab at adding genete's suggested 'Curve Warp' layer. It's pretty slow at the moment, because it uses get_color() to render the context pixel by pixel rather than using accelerated_render() to render a block at once.
git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2164
1f10aa63-cdf2-0310-b900-
c93c546f37ac
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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