synfig.git
17 years agoAdd SVN version for the 0.04.07 release
pabs [Fri, 9 Mar 2007 05:25:36 +0000 (05:25 +0000)]
Add SVN version for the 0.04.07 release

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

17 years agoCombine the check for libavcodec and libavformat into a single search. Only if they...
dooglus [Thu, 8 Mar 2007 02:52:24 +0000 (02:52 +0000)]
Combine the check for libavcodec and libavformat into a single search.  Only if they're both found do we build the libavcodec plugin.

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

17 years agoReally fix 1674142: Correct the change made in r265. We need to process the pending...
dooglus [Thu, 8 Mar 2007 01:54:57 +0000 (01:54 +0000)]
Really fix 1674142: Correct the change made in r265.  We need to process the pending events before deleting the canvas views, not after.  This was causing a crash in studio::WorkArea::on_drawing_area_event() when renderer_set_ was found to be populated with null handles.

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

17 years agoDon't show $GLIB, since it's never set.
dooglus [Wed, 7 Mar 2007 17:55:02 +0000 (17:55 +0000)]
Don't show $GLIB, since it's never set.

Tidied up the 'Configuration Summary' display.

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

17 years agoFix building mod_libavcodec with recent libavcodec/libavformat and remove ancient...
pabs [Wed, 7 Mar 2007 17:27:37 +0000 (17:27 +0000)]
Fix building mod_libavcodec with recent libavcodec/libavformat and remove ancient ffmpeg headers and code from SVN. The mod_libavcodec plugin does crash when used though, that is something for a later commit.

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

17 years agoRemove waypoints with the same time in the examples.
pabs [Wed, 7 Mar 2007 12:41:13 +0000 (12:41 +0000)]
Remove waypoints with the same time in the examples.

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

17 years agoFor the examples, don't import files that don't exist
pabs [Wed, 7 Mar 2007 12:29:52 +0000 (12:29 +0000)]
For the examples, don't import files that don't exist

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

17 years agoRemove SFAutomaton.ttf from SVN since we don't have permission to distribute it.
pabs [Wed, 7 Mar 2007 11:51:02 +0000 (11:51 +0000)]
Remove SFAutomaton.ttf from SVN since we don't have permission to distribute it.

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

17 years agoThe 'polygon', 'draw', 'sketch', and 'width' tools are disabled by default. This...
dooglus [Wed, 7 Mar 2007 00:29:08 +0000 (00:29 +0000)]
The 'polygon', 'draw', 'sketch', and 'width' tools are disabled by default.  This change allows the user to re-enable them by setting the appropriate environment variable(s):

  export SYNFIG_ENABLE_POLYGON=1
  export SYNFIG_ENABLE_DRAW=1
  export SYNFIG_ENABLE_SKETCH=1
  export SYNFIG_ENABLE_WIDTH=1

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

17 years agoFix 1675309: CanvasView::close() was previously just hiding the canvas, not closing it.
dooglus [Tue, 6 Mar 2007 22:45:50 +0000 (22:45 +0000)]
Fix 1675309: CanvasView::close() was previously just hiding the canvas, not closing it.

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

17 years agoFix 1674142: We need to process pending events whether using close() or safe_close...
dooglus [Tue, 6 Mar 2007 22:35:17 +0000 (22:35 +0000)]
Fix 1674142: We need to process pending events whether using close() or safe_close().  Not doing this was causing 'revert' to crash.

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

17 years agoLeave the title of dialog_not_implemented as the default for errors
pabs [Sun, 4 Mar 2007 09:02:35 +0000 (09:02 +0000)]
Leave the title of dialog_not_implemented as the default for errors

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

17 years agoChange the "feature not implemented" dialog to a more standard looking MessageDialog
pabs [Sun, 4 Mar 2007 08:41:23 +0000 (08:41 +0000)]
Change the "feature not implemented" dialog to a more standard looking MessageDialog

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

17 years agoInitialise last_time before using it for the first time.
dooglus [Sat, 3 Mar 2007 13:29:07 +0000 (13:29 +0000)]
Initialise last_time before using it for the first time.

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

17 years agoInitialise the tangents when constructing a BLinePoint.
dooglus [Fri, 2 Mar 2007 23:15:38 +0000 (23:15 +0000)]
Initialise the tangents when constructing a BLinePoint.

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

17 years agoFix 1671884: The origin of PasteCanvas layers wasn't being taken into account when...
dooglus [Fri, 2 Mar 2007 16:00:17 +0000 (16:00 +0000)]
Fix 1671884: The origin of PasteCanvas layers wasn't being taken into account when calculating whether a PasteCanvas's bounding box overlapped with the rest of the scene.

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

17 years agoWorking toward a MacOS X framework for Synfig...
darco [Thu, 1 Mar 2007 02:37:26 +0000 (02:37 +0000)]
Working toward a MacOS X framework for Synfig...

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

17 years agoA quick fix for the mysterious non working isnan on macosx builds.
darco [Wed, 28 Feb 2007 19:26:45 +0000 (19:26 +0000)]
A quick fix for the mysterious non working isnan on macosx builds.

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

17 years agoDon't use Voria in the description, since it no longer exists
pabs [Tue, 27 Feb 2007 03:37:56 +0000 (03:37 +0000)]
Don't use Voria in the description, since it no longer exists

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

17 years agoInitialise depth before using it.
dooglus [Mon, 26 Feb 2007 00:31:06 +0000 (00:31 +0000)]
Initialise depth before using it.

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

17 years agoWhen displaying the configure command, show the double quotes as well.
dooglus [Sun, 25 Feb 2007 06:07:18 +0000 (06:07 +0000)]
When displaying the configure command, show the double quotes as well.

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

17 years agoFix 1455310: add 'loop' and 'unloop' to the right-click action of all bline vertices...
dooglus [Sun, 25 Feb 2007 05:43:55 +0000 (05:43 +0000)]
Fix 1455310: add 'loop' and 'unloop' to the right-click action of all bline vertices (not just the first one) both in the bline tool and the 'normal' tool.

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

17 years agoCorrecting revision 251. We should include <gtkmm/tooltips.h> into preview.h, not...
dooglus [Sun, 25 Feb 2007 05:17:48 +0000 (05:17 +0000)]
Correcting revision 251.  We should include <gtkmm/tooltips.h> into preview.h, not preview.cpp.

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

17 years agoAdded tooltips to the preview window's buttons.
dooglus [Sun, 25 Feb 2007 05:13:09 +0000 (05:13 +0000)]
Added tooltips to the preview window's buttons.

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

17 years agoFix 1420091: Crash when deleting vertex items. By rebuilding the tree immediately...
dooglus [Sun, 25 Feb 2007 03:06:17 +0000 (03:06 +0000)]
Fix 1420091: Crash when deleting vertex items. By rebuilding the tree immediately, rather than queueing it for later rebuilding, we avoid the tree being redisplayed with invalid entries in it.

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

17 years agoAdd a first try at a README file for synfigstudio
pabs [Sun, 25 Feb 2007 00:30:59 +0000 (00:30 +0000)]
Add a first try at a README file for synfigstudio

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

17 years agoAdd missing copyright info to synfig README
pabs [Sun, 25 Feb 2007 00:29:28 +0000 (00:29 +0000)]
Add missing copyright info to synfig README

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

17 years agoUpdate synfig description
pabs [Sun, 25 Feb 2007 00:28:48 +0000 (00:28 +0000)]
Update synfig description

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

17 years agoFix funny typo in copyright information
pabs [Sun, 25 Feb 2007 00:24:47 +0000 (00:24 +0000)]
Fix funny typo in copyright information

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

17 years agoFix 1668051: Don't insert code for adding end or begin tip when there are less than...
dooglus [Sat, 24 Feb 2007 21:54:53 +0000 (21:54 +0000)]
Fix 1668051: Don't insert code for adding end or begin tip when there are less than 2 vertices in the outline.

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

17 years agoFixed a typo.
dooglus [Tue, 20 Feb 2007 19:48:57 +0000 (19:48 +0000)]
Fixed a typo.

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

17 years agoUpdate the README with some more information
pabs [Tue, 20 Feb 2007 00:21:09 +0000 (00:21 +0000)]
Update the README with some more information

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

17 years agoApply 1659129: use .sifz instead of .sif.gz on Win32. Patch by Dmitriy Pomerantsev...
pabs [Wed, 14 Feb 2007 00:21:53 +0000 (00:21 +0000)]
Apply 1659129: use .sifz instead of .sif.gz on Win32. Patch by Dmitriy Pomerantsev (Atrus)

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

17 years agoApply 1659126: fix Win32 icon generation with png2ico. Patch by Dmitriy Pomerantsev...
pabs [Wed, 14 Feb 2007 00:19:27 +0000 (00:19 +0000)]
Apply 1659126: fix Win32 icon generation with png2ico. Patch by Dmitriy Pomerantsev (Atrus)

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

17 years agoApply 1655192: add extension to icon in .desktop file. Patch by Dmitriy Pomerantsev...
pabs [Wed, 14 Feb 2007 00:16:13 +0000 (00:16 +0000)]
Apply 1655192: add extension to icon in .desktop file. Patch by Dmitriy Pomerantsev (Atrus)

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

17 years agoAdd an initial attempt at an AUTHORS file
pabs [Sun, 11 Feb 2007 01:44:11 +0000 (01:44 +0000)]
Add an initial attempt at an AUTHORS file

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

17 years agoAdd an initial attempt at an AUTHORS file
pabs [Sun, 11 Feb 2007 01:41:39 +0000 (01:41 +0000)]
Add an initial attempt at an AUTHORS file

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

17 years agoAdd an initial attempt at an AUTHORS file
pabs [Sun, 11 Feb 2007 01:29:28 +0000 (01:29 +0000)]
Add an initial attempt at an AUTHORS file

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

17 years agoBuild synfig_icon.ico as well as sif_icon.ico
pabs [Sat, 10 Feb 2007 01:31:06 +0000 (01:31 +0000)]
Build synfig_icon.ico as well as sif_icon.ico
Install Win32 icons into the pixmaps directory too
Fix 1655158: Use the .ico files instead of synfigstudio.exe
Fix 1655155: Remove unused images from the Win32 installer package
Fix 1655149: Generate the correct BMP format with imagemagick 6
Patches by Dmitriy Pomerantsev (Atrus)

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

17 years agoUse png2ico and allow building icons for any sif file. Patch partly by Dmitriy Pomera...
pabs [Sat, 10 Feb 2007 01:04:50 +0000 (01:04 +0000)]
Use png2ico and allow building icons for any sif file. Patch partly by Dmitriy Pomerantsev (Atrus).

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

17 years agoInclude the mod_dv, mod_ffmpeg, mod_gif, mod_imagemagick modules in the Win32 install...
pabs [Sat, 10 Feb 2007 00:16:56 +0000 (00:16 +0000)]
Include the mod_dv, mod_ffmpeg, mod_gif, mod_imagemagick modules in the Win32 installer. Patch by Dmitriy Pomerantsev (Atrus).

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

17 years agoFix 1380227: crash when changing keyframes. Patch by Chris Moore (dooglus)
pabs [Sat, 3 Feb 2007 23:49:50 +0000 (23:49 +0000)]
Fix 1380227: crash when changing keyframes. Patch by Chris Moore (dooglus)

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

17 years agoRemove commented out atkmm #includes
pabs [Sat, 3 Feb 2007 03:45:23 +0000 (03:45 +0000)]
Remove commented out atkmm #includes

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

17 years agoDon't include atkmm/stateset.h, since it is unused and will be removed from gtkmm...
pabs [Thu, 1 Feb 2007 03:40:06 +0000 (03:40 +0000)]
Don't include atkmm/stateset.h, since it is unused and will be removed from gtkmm soon

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

17 years agoAdd mousewheel support in canvas windows. Thanks to Yue Shi Lai.
pabs [Sun, 28 Jan 2007 13:45:04 +0000 (13:45 +0000)]
Add mousewheel support in canvas windows. Thanks to Yue Shi Lai.

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

17 years agoFix typo: TBC -> TCB (thanks to Douglas Lau)
pabs [Sun, 28 Jan 2007 09:27:19 +0000 (09:27 +0000)]
Fix typo: TBC -> TCB (thanks to Douglas Lau)

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

17 years agoApplied the following dooglus patches from the sourceforge tracker:
xerakko [Sat, 18 Nov 2006 09:37:35 +0000 (09:37 +0000)]
Applied the following dooglus patches from the sourceforge tracker:

synfig

  - 1576355: main1 - variable used after it's been free'd
  - 1576389: main2 - missing command line argument can crash synfig
  - 1571307: initialise - several variables are used before they are set
  - 1576373: gif1 - invalid palette entries are accessed
  - 1568922: blur2 - poor granularity in blur sizes
  - 1569078: typo: "aperature"

synfigstudio

  - 1571307: initialise, initialise2 - several variables are used before they are set
  - gamma settings were breaking due to using the localised form and causing weird colours
  - 1570191: distance - Widget_Distance don't notice when the units are changed
  - 1570319: blinewidth - default bline width is accessed before it is set

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

17 years agoSolve the gamma problem (corrected locale when loading/saving settings file)
xerakko [Sat, 9 Sep 2006 10:21:21 +0000 (10:21 +0000)]
Solve the gamma problem  (corrected locale when loading/saving settings file)

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

17 years agoFixed a handful of bugs, including:
darco [Thu, 31 Aug 2006 23:13:49 +0000 (23:13 +0000)]
Fixed a handful of bugs, including:
 * Time class was parsing BOT/SOT and EOT times incorrectly. Fixed.
 * Turned on automatic break-up for scanline renderer. (This enables the rendering of really large images without running out of memory)
 * One of the functions in synfig/context.h was incorrectly marked as virtual. Fixed.
 * Misc other minor changes

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

17 years agoDisabled some tools which are confusing, incomplete, and/or deprecated.
darco [Thu, 31 Aug 2006 22:44:52 +0000 (22:44 +0000)]
Disabled some tools which are confusing, incomplete, and/or deprecated.

 * polygon: you should use the bline tool
 * width: you should just modify the width ducks directly
 * draw: was never completed, very buggy, and frustrating to use
 * sketch: if the draw tool is being disabled, then we might as well disable the sketch tool too

These tools may be re-enabled later if necessary.

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

17 years agoFixed annoying inconsistancy regarding the alignment of the "ALPHA" text on the bar...
darco [Thu, 31 Aug 2006 22:42:01 +0000 (22:42 +0000)]
Fixed annoying inconsistancy regarding the alignment of the "ALPHA" text on the bar at the top.

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

17 years agoApplied user interface rework patch by David Roden (Bombe)
xerakko [Thu, 31 Aug 2006 20:16:47 +0000 (20:16 +0000)]
Applied user interface rework patch by David Roden (Bombe)

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

17 years agoWorkaround 1509627: add comment to config/subs.m4 about the change to the default...
pabs [Thu, 31 Aug 2006 03:03:51 +0000 (03:03 +0000)]
Workaround 1509627: add comment to config/subs.m4 about the change to the default optimisation level in r221

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

17 years agoFix 1382032: problem which made it impossible to enable, disable, or rename layers...
darco [Thu, 31 Aug 2006 00:51:34 +0000 (00:51 +0000)]
Fix 1382032: problem which made it impossible to enable, disable, or rename layers from the layer tab. Strangely, it should have worked to begin with, and it actually DID work fine in GTKMM 2.4 and 2.6...

The way the layer and parameters tabs are currently handled is a total mess. Originally, they were both the same tab, but they went seperate ways at some point but there are still some classes they have in common which is just confusing. Bah.

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

17 years agoMinor cleanup in XML vector parsing. Minor cleanup in ChangeLocale class. Changed...
darco [Wed, 30 Aug 2006 19:56:28 +0000 (19:56 +0000)]
Minor cleanup in XML vector parsing. Minor cleanup in ChangeLocale class. Changed the default optimization level from 2 to 1, because -O2 is broken in GCC4.1. The problem with GCC4.1 appears to be inside of loadcanvas.cpp (Specificly in the vector parsing function mentioned above), so this deserves further investigation in the future.

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

17 years agoFix synfigstudio.desktop.in: Remove Application from Categories, makes it a valid...
pabs [Sat, 26 Aug 2006 02:48:42 +0000 (02:48 +0000)]
Fix synfigstudio.desktop.in: Remove Application from Categories, makes it a valid .desktop file

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

17 years agoRemove INSTALL file, it isn't useful and can be supplied by autotools
pabs [Mon, 14 Aug 2006 08:32:51 +0000 (08:32 +0000)]
Remove INSTALL file, it isn't useful and can be supplied by autotools

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

17 years agoAllow synfigstudio to bootstrap in directories with spaces in their names
pabs [Mon, 14 Aug 2006 08:23:28 +0000 (08:23 +0000)]
Allow synfigstudio to bootstrap in directories with spaces in their names

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

17 years agoAllow synfig to bootstrap in directories with spaces in their names.
pabs [Mon, 14 Aug 2006 08:17:14 +0000 (08:17 +0000)]
Allow synfig to bootstrap in directories with spaces in their names.

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

17 years agoAllow etl to bootstrap in directories with spaces in their names.
pabs [Mon, 14 Aug 2006 08:09:48 +0000 (08:09 +0000)]
Allow etl to bootstrap in directories with spaces in their names.

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

17 years agoWorkaround 1529489: turn problems setting the font size into a warning instead of...
pabs [Thu, 10 Aug 2006 13:50:47 +0000 (13:50 +0000)]
Workaround 1529489: turn problems setting the font size into a warning instead of an error

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

17 years agoAdd a first try at a README file for ETL
pabs [Wed, 9 Aug 2006 11:41:02 +0000 (11:41 +0000)]
Add a first try at a README file for ETL

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

17 years agoWorkaround 1529489: Changing the font family from Times to Times New Roman allows...
pabs [Mon, 7 Aug 2006 03:41:51 +0000 (03:41 +0000)]
Workaround 1529489: Changing the font family from Times to Times New Roman allows synfig to build the synfigstudio images on gentoo.

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

17 years agoWooops, missed .spec versioning in synfig.kdevprj
pabs [Sun, 6 Aug 2006 12:42:56 +0000 (12:42 +0000)]
Wooops, missed .spec versioning in synfig.kdevprj

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

17 years agoWooops, missed .spec versioning in ETL.kdeprj
pabs [Sun, 6 Aug 2006 12:37:57 +0000 (12:37 +0000)]
Wooops, missed .spec versioning in ETL.kdeprj

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

17 years agoWooops, missed .spec versioning in Makefile.am
pabs [Mon, 24 Jul 2006 11:39:28 +0000 (11:39 +0000)]
Wooops, missed .spec versioning in Makefile.am

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

17 years agoWooops, missed .spec versioning in Makefile.am
pabs [Mon, 24 Jul 2006 11:36:02 +0000 (11:36 +0000)]
Wooops, missed .spec versioning in Makefile.am

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

17 years agoWooops, missed .spec versioning in Makefile.am
pabs [Mon, 24 Jul 2006 11:21:40 +0000 (11:21 +0000)]
Wooops, missed .spec versioning in Makefile.am

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

17 years agoAdd the NEWS file to the .spec instead of the ChangeLog
pabs [Mon, 24 Jul 2006 11:01:59 +0000 (11:01 +0000)]
Add the NEWS file to the .spec instead of the ChangeLog

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

17 years agoAdd the NEWS file to the .spec instead of the ChangeLog
pabs [Mon, 24 Jul 2006 10:59:12 +0000 (10:59 +0000)]
Add the NEWS file to the .spec instead of the ChangeLog

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

17 years agoDon't add the version to the name of the .spec files
pabs [Mon, 24 Jul 2006 10:54:23 +0000 (10:54 +0000)]
Don't add the version to the name of the .spec files

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

17 years agoDon't add the version to the name of the .spec files
pabs [Mon, 24 Jul 2006 10:53:57 +0000 (10:53 +0000)]
Don't add the version to the name of the .spec files

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

17 years agoDon't add the version to the name of the .spec files
pabs [Mon, 24 Jul 2006 10:52:03 +0000 (10:52 +0000)]
Don't add the version to the name of the .spec files

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

17 years agoDisable -ffast-math, since it causes broken code on some platforms
pabs [Mon, 24 Jul 2006 10:43:12 +0000 (10:43 +0000)]
Disable -ffast-math, since it causes broken code on some platforms

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

17 years agoDisable -ffast-math, since it causes broken code on some platforms
pabs [Mon, 24 Jul 2006 10:42:09 +0000 (10:42 +0000)]
Disable -ffast-math, since it causes broken code on some platforms

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

17 years agoReplace sinfg with synfig where nessecary in a case-preserving way
pabs [Mon, 24 Jul 2006 06:57:01 +0000 (06:57 +0000)]
Replace sinfg with synfig where nessecary in a case-preserving way

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

17 years agoReplace sinfg with synfig where nessecary in a case-preserving way
pabs [Mon, 24 Jul 2006 06:34:37 +0000 (06:34 +0000)]
Replace sinfg with synfig where nessecary in a case-preserving way

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

17 years agoSet svn:ignore recursively
pabs [Mon, 24 Jul 2006 05:57:01 +0000 (05:57 +0000)]
Set svn:ignore recursively

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

17 years agoSet svn:ignore recursively
pabs [Mon, 24 Jul 2006 05:55:04 +0000 (05:55 +0000)]
Set svn:ignore recursively

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

17 years agoMove .cvsignore to svn:ignore property
pabs [Mon, 24 Jul 2006 05:43:43 +0000 (05:43 +0000)]
Move .cvsignore to svn:ignore property

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

17 years agoDisable -ffast-math, since it causes broken code on some platforms
pabs [Mon, 24 Jul 2006 05:31:56 +0000 (05:31 +0000)]
Disable -ffast-math, since it causes broken code on some platforms

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

17 years agoFix compile error in the spline test due to the clock needing etl::
pabs [Mon, 24 Jul 2006 05:29:04 +0000 (05:29 +0000)]
Fix compile error in the spline test due to the clock needing etl::

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

17 years agoDisable the spline/value tests since they are broken.
pabs [Mon, 24 Jul 2006 05:28:06 +0000 (05:28 +0000)]
Disable the spline/value tests since they are broken.

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

17 years agoMove .cvsignore to svn:ignore property
pabs [Mon, 24 Jul 2006 05:23:37 +0000 (05:23 +0000)]
Move .cvsignore to svn:ignore property

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

17 years agoRemove alphalicense.txt from SVN now that synfigstudio is fully GPL licenced.
pabs [Mon, 24 Jul 2006 04:31:15 +0000 (04:31 +0000)]
Remove alphalicense.txt from SVN now that synfigstudio is fully GPL licenced.

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

17 years agoRemove alphalicense.txt from SVN now that synfig is fully GPL licenced.
pabs [Mon, 24 Jul 2006 04:30:23 +0000 (04:30 +0000)]
Remove alphalicense.txt from SVN now that synfig is fully GPL licenced.

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

17 years agoRemove generated ETL.pc.in
pabs [Sun, 23 Jul 2006 13:20:22 +0000 (13:20 +0000)]
Remove generated ETL.pc.in

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

17 years agoRemove generated doxygen.cfg
pabs [Sun, 23 Jul 2006 13:10:42 +0000 (13:10 +0000)]
Remove generated doxygen.cfg

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

17 years agoAdd a couple of SVN numbers known to correspond to releases.
pabs [Sun, 23 Jul 2006 13:09:44 +0000 (13:09 +0000)]
Add a couple of SVN numbers known to correspond to releases.

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

17 years agoAdd a couple of SVN numbers known to correspond to releases.
pabs [Sun, 23 Jul 2006 13:08:48 +0000 (13:08 +0000)]
Add a couple of SVN numbers known to correspond to releases.

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

17 years agoAdd a couple of SVN numbers known to correspond to releases.
pabs [Sun, 23 Jul 2006 13:08:06 +0000 (13:08 +0000)]
Add a couple of SVN numbers known to correspond to releases.

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

17 years agoFix 1525707: fontconfig support patch had extra parentheses. Thanks to Daniel Fort.
pabs [Fri, 21 Jul 2006 05:24:39 +0000 (05:24 +0000)]
Fix 1525707: fontconfig support patch had extra parentheses. Thanks to Daniel Fort.

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

17 years agoFix Debian #368733: implement fontconfig support
pabs [Wed, 12 Jul 2006 16:47:01 +0000 (16:47 +0000)]
Fix Debian #368733: implement fontconfig support

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

17 years agoPrint a warning instead of an error when we can't find a module, since it confuses...
pabs [Wed, 28 Jun 2006 15:28:31 +0000 (15:28 +0000)]
Print a warning instead of an error when we can't find a module, since it confuses users into thinking their rendering failed when it didn't.

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

17 years agoUpdate mod_ffmpeg for modern ffmpeg. Thanks to Luka Pravica for the diagnosis.
pabs [Fri, 23 Jun 2006 04:32:36 +0000 (04:32 +0000)]
Update mod_ffmpeg for modern ffmpeg. Thanks to Luka Pravica for the diagnosis.

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

17 years agoAdded support for SYNFIG_ROOT environment variable
darco [Tue, 6 Jun 2006 03:21:49 +0000 (03:21 +0000)]
Added support for SYNFIG_ROOT environment variable
Fixed an uncaught exception bug, which may have been causing silent crashes
Removed some unused code
Misc other things

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

17 years agoMinor PNG fix in configure script. Updates to macosxbuild for universal builds.
darco [Sat, 3 Jun 2006 20:12:46 +0000 (20:12 +0000)]
Minor PNG fix in configure script. Updates to macosxbuild for universal builds.

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

17 years agoFix 1499921 (debian #365102): synfigstudio startup crashes on amd64
pabs [Sat, 3 Jun 2006 06:07:15 +0000 (06:07 +0000)]
Fix 1499921 (debian #365102): synfigstudio startup crashes on amd64
Thanks to: Ben Green aka Sciboy, Anthony DeRobertis, Fabian Fagerholm and Kurt Roeckx

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

17 years agomore updates
darco [Sat, 3 Jun 2006 05:09:18 +0000 (05:09 +0000)]
more updates

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

17 years agoInitial Version
darco [Fri, 2 Jun 2006 03:36:34 +0000 (03:36 +0000)]
Initial Version

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