synfig.git
15 years agoSilence a couple of g++ 4.4 warnings in ETL make check
pabs3 [Thu, 13 Nov 2008 04:42:09 +0000 (04:42 +0000)]
Silence a couple of g++ 4.4 warnings in ETL make check

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

15 years agoFix the header include paths for ETL make check
pabs3 [Thu, 13 Nov 2008 04:28:10 +0000 (04:28 +0000)]
Fix the header include paths for ETL make check

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

15 years agoStop a bunch of compile warnings about not used returned value from vasprintf functio...
genete [Wed, 12 Nov 2008 19:01:34 +0000 (19:01 +0000)]
Stop a bunch of compile warnings about not used returned value from vasprintf function in _string.h file.

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

15 years agoMake the checkboxes added in the previous commit work.
dooglus [Tue, 11 Nov 2008 19:51:53 +0000 (19:51 +0000)]
Make the checkboxes added in the previous commit work.

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

15 years agoAdd checkboxes to create outlines, regions, etc. for the polygon tool. They're not...
dooglus [Tue, 11 Nov 2008 19:51:37 +0000 (19:51 +0000)]
Add checkboxes to create outlines, regions, etc. for the polygon tool.  They're not wired up to anything yet.

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

15 years agoAdd a 'feather' setting to the polygon tool's 'Tool Options' panel.
dooglus [Tue, 11 Nov 2008 19:51:20 +0000 (19:51 +0000)]
Add a 'feather' setting to the polygon tool's 'Tool Options' panel.

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

15 years agoAdd an 'invert' checkbox to the polygon tool's 'Tool Options' panel.
dooglus [Tue, 11 Nov 2008 19:51:03 +0000 (19:51 +0000)]
Add an 'invert' checkbox to the polygon tool's 'Tool Options' panel.

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

15 years agoLeft-justify the 'invert' tool option, like in the other tools.
dooglus [Tue, 11 Nov 2008 19:50:42 +0000 (19:50 +0000)]
Left-justify the 'invert' tool option, like in the other tools.

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

15 years agoFurther improvements to the Curve Warp layer.
dooglus [Tue, 11 Nov 2008 16:48:45 +0000 (16:48 +0000)]
Further improvements to the Curve Warp layer.

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

15 years agoRevert the previous commit. This is an issue that needs resolving somehow but just...
dooglus [Tue, 11 Nov 2008 16:41:48 +0000 (16:41 +0000)]
Revert the previous commit.  This is an issue that needs resolving somehow but just removing the line isn't how.

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

15 years agoRemove the "AC_CONFIG_SUBDIRS(libltdl)" line. It fails with libtool 2.
dooglus [Tue, 11 Nov 2008 16:33:54 +0000 (16:33 +0000)]
Remove the "AC_CONFIG_SUBDIRS(libltdl)" line.  It fails with libtool 2.

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

15 years agoApply 2198806: add support for alpha in paletted PNG files in the PNG importer. Patch...
pabs3 [Tue, 11 Nov 2008 04:47:50 +0000 (04:47 +0000)]
Apply 2198806: add support for alpha in paletted PNG files in the PNG importer. Patch by wtachi (hyperwiz)

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

15 years agoNew environment variable "SYNFIG_FORCE_TILE_RENDER" to cause tile rendering to always...
dooglus [Mon, 10 Nov 2008 16:45:06 +0000 (16:45 +0000)]
New environment variable "SYNFIG_FORCE_TILE_RENDER" to cause tile rendering to always be used.  Overrides even SYNFIG_DISABLE_TILE_RENDER.

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

15 years agolibsynfig attempted to load modules from ~/.synfig/modules/ but didn't understand...
dooglus [Sun, 9 Nov 2008 19:50:18 +0000 (19:50 +0000)]
libsynfig attempted to load modules from ~/.synfig/modules/ but didn't understand what '~' meant.  Now it uses the HOME environment variable instead.

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

15 years agoWhen studio fails to start up, show a more specific error message stating why.
dooglus [Sun, 9 Nov 2008 19:22:28 +0000 (19:22 +0000)]
When studio fails to start up, show a more specific error message stating why.

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

15 years agoFix 2250533: "synfig_modules.cfg in ~/.synfig never loaded". Use the HOME environmen...
dooglus [Sun, 9 Nov 2008 19:09:45 +0000 (19:09 +0000)]
Fix 2250533: "synfig_modules.cfg in ~/.synfig never loaded".  Use the HOME environment variable if it's available.

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

15 years agoRemove a few non-useful comments.
dooglus [Sun, 9 Nov 2008 19:09:28 +0000 (19:09 +0000)]
Remove a few non-useful comments.

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

15 years agoFail to start if the synfig_modules.cfg file can't be found. Only load the first...
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

15 years agoRemoved the four essential modules from this list of optional modules.
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

15 years agoFour of the modules provide features available from the tools in the main toolbox...
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

15 years agoRemove unused and undefined function 'load_modules'.
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

15 years agoImplement accelerated_render for the Curve Warp layer. It can now warp text and...
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

15 years agoAlways #include <cstdio> when using sscanf.
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

15 years agoDon't enable the use of mutexes on platforms other than Windows unless pthread is...
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

15 years agoFix the pthread and kernel32 library checks to not check for main. The checks fail...
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

15 years agoShow the start and end points connected, and add a width duck to the start point.
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

15 years agoUsing 'width' for the perpendicular scaling factor causes the parameter to be initial...
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

15 years agoRemove a bunch of unused code.
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

15 years agoFirst stab at adding genete's suggested 'Curve Warp' layer. It's pretty slow at...
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

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