synfig.git
17 years ago\fixme isn't accepted outside a function definition:
dooglus [Thu, 15 Mar 2007 10:26:23 +0000 (10:26 +0000)]
\fixme isn't accepted outside a function definition:

  Warning: Found unknown command `\fixme'

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

17 years agoAdd a line at the start to tell GNU Emacs that this is a C++ source file.
dooglus [Wed, 14 Mar 2007 21:19:15 +0000 (21:19 +0000)]
Add a line at the start to tell GNU Emacs that this is a C++ source file.

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

17 years agoFix 1420091: Crash when deleting vertex items. I don't think this is the right fix...
dooglus [Wed, 14 Mar 2007 19:58:01 +0000 (19:58 +0000)]
Fix 1420091: Crash when deleting vertex items.  I don't think this is the right fix, but it seems to stop the crash at least.

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

17 years agoFix some URLs
pabs [Tue, 13 Mar 2007 15:27:18 +0000 (15:27 +0000)]
Fix some URLs

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

17 years agoFix some URLs
pabs [Tue, 13 Mar 2007 15:26:40 +0000 (15:26 +0000)]
Fix some URLs

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

17 years agoFix some URLs
pabs [Tue, 13 Mar 2007 15:26:21 +0000 (15:26 +0000)]
Fix some URLs

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

17 years agoFix 1679790: draw tool: extending transformed blines. Most of the required code...
dooglus [Tue, 13 Mar 2007 14:20:14 +0000 (14:20 +0000)]
Fix 1679790: draw tool: extending transformed blines.  Most of the required code was already there - things just needed rearranging a little.

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

17 years agoFixed formatting to match surrounding code.
dooglus [Tue, 13 Mar 2007 13:39:17 +0000 (13:39 +0000)]
Fixed formatting to match surrounding code.

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

17 years agoFix 1679452: extending blines with a non-zero offset works OK now as well
dooglus [Tue, 13 Mar 2007 13:23:34 +0000 (13:23 +0000)]
Fix 1679452: extending blines with a non-zero offset works OK now as well

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

17 years agoPartially fix 1679452:
dooglus [Tue, 13 Mar 2007 12:13:02 +0000 (12:13 +0000)]
Partially fix 1679452:

  * drawing to or from a duck *within* a bline will adjust the offset of the newly created bline's layer to match the offset of the bline it's linked to

  * connecting two ducks, both within different blines will check whether the two blines have the same offset.  if so, the new bline will be created with the same offset.  if not, it will only be joined to the duck it started at

  * extending blines with non-zero offset still needs work

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

17 years agoCorrect the case of Synfig Studio throughout the code
pabs [Tue, 13 Mar 2007 10:10:41 +0000 (10:10 +0000)]
Correct the case of Synfig Studio throughout the code

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

17 years agoRemoved trailing whitespace.
dooglus [Mon, 12 Mar 2007 22:47:51 +0000 (22:47 +0000)]
Removed trailing whitespace.

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

17 years agoRemoved trailing whitespace.
dooglus [Mon, 12 Mar 2007 22:47:33 +0000 (22:47 +0000)]
Removed trailing whitespace.

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

17 years agoRemoved trailing whitespace.
dooglus [Mon, 12 Mar 2007 22:47:18 +0000 (22:47 +0000)]
Removed trailing whitespace.

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

17 years agoFixed a typo: 'candidate', not 'canidate'.
dooglus [Mon, 12 Mar 2007 22:31:26 +0000 (22:31 +0000)]
Fixed a typo: 'candidate', not 'canidate'.

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

17 years agoFix 1677632: newly drawn lines are joined on to existing lines and ducks wherever...
dooglus [Mon, 12 Mar 2007 22:01:54 +0000 (22:01 +0000)]
Fix 1677632: newly drawn lines are joined on to existing lines and ducks wherever possible:

  * closing a bline by drawing a new line from one end of it to the other end extends and loops the bline, as you would expect

  * connecting the end of one line to a duck in the middle of another (or even in the middle of the line itself) extends the existing line, and links the new end of the line to the duck

  * drawing a new line which starts and ends on the same duck now creates a new looped bline which is linked to the duck

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

17 years agoCommented declaration of unused variables.
dooglus [Mon, 12 Mar 2007 13:08:06 +0000 (13:08 +0000)]
Commented declaration of unused variables.

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

17 years agoCommented unused variables.
dooglus [Mon, 12 Mar 2007 12:58:51 +0000 (12:58 +0000)]
Commented unused variables.

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

17 years agoCommented out the declarations of unused variables. The code which uses them is...
dooglus [Mon, 12 Mar 2007 12:51:01 +0000 (12:51 +0000)]
Commented out the declarations of unused variables.  The code which uses them is also commented out.

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

17 years agoFix 1677596: set range for the brush width widget to 0, <big number>
pabs [Sun, 11 Mar 2007 17:19:39 +0000 (17:19 +0000)]
Fix 1677596: set range for the brush width widget to 0, <big number>

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

17 years agoMake synfigstudio less verbose when connecting to previous instances
pabs [Sun, 11 Mar 2007 10:25:17 +0000 (10:25 +0000)]
Make synfigstudio less verbose when connecting to previous instances

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

17 years agoRemove unused variable from the hermite test function
pabs [Sun, 11 Mar 2007 08:02:33 +0000 (08:02 +0000)]
Remove unused variable from the hermite test function

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

17 years agoDon't need to build anything other than a tar.gz
pabs [Sun, 11 Mar 2007 07:56:28 +0000 (07:56 +0000)]
Don't need to build anything other than a tar.gz

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

17 years agoDon't need to build anything other than a tar.gz
pabs [Sun, 11 Mar 2007 07:56:15 +0000 (07:56 +0000)]
Don't need to build anything other than a tar.gz

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

17 years agoDon't need to build anything other than a tar.gz
pabs [Sun, 11 Mar 2007 07:55:59 +0000 (07:55 +0000)]
Don't need to build anything other than a tar.gz

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

17 years agoFix 1581867: ensure we distribute the licence by adding COPYING to EXTRA_DIST
pabs [Sun, 11 Mar 2007 07:42:15 +0000 (07:42 +0000)]
Fix 1581867: ensure we distribute the licence by adding COPYING to EXTRA_DIST

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

17 years agoFix 1678141: link the synfig command line app with -lHalf to prevent FTBFS using...
pabs [Sun, 11 Mar 2007 07:17:28 +0000 (07:17 +0000)]
Fix 1678141: link the synfig command line app with -lHalf to prevent FTBFS using --enable-half

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

17 years agoPartially fix 1678141: add an int to ColorAccumulator converter, same as the Color one
pabs [Sun, 11 Mar 2007 07:15:57 +0000 (07:15 +0000)]
Partially fix 1678141: add an int to ColorAccumulator converter, same as the Color one

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

17 years agoPartially fix 1678141: value.h wasn't including OpenEXR/half.h although it uses symbo...
pabs [Sun, 11 Mar 2007 06:26:05 +0000 (06:26 +0000)]
Partially fix 1678141: value.h wasn't including OpenEXR/half.h although it uses symbols from it

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

17 years agoPartially fix mod_libavcodec: it can now render files without crashing. However there...
pabs [Sun, 11 Mar 2007 05:55:33 +0000 (05:55 +0000)]
Partially fix mod_libavcodec: it can now render files without crashing. However there be gremlins in that thar code, for example if initialisation fails, synfig will return an error message as it should and then crash on program shutdown! Also, encoding audio with the video is not supported at all, since the code that does that is disabled with comment and #ifdefs.

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

17 years agoFix some error handling in mod_libavcodec. Still crashes though.
pabs [Sun, 11 Mar 2007 04:40:40 +0000 (04:40 +0000)]
Fix some error handling in mod_libavcodec. Still crashes though.

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

17 years agoUse more consistent plugin names
pabs [Sat, 10 Mar 2007 07:55:52 +0000 (07:55 +0000)]
Use more consistent plugin names

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

17 years agoDon't ignore target init() failures, causes mod_libavcodec to crash synfig
pabs [Sat, 10 Mar 2007 07:54:30 +0000 (07:54 +0000)]
Don't ignore target init() failures, causes mod_libavcodec to crash synfig

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

17 years agoFix 1346746: init targets before using them during rendering in synfigstudio
pabs [Sat, 10 Mar 2007 07:45:41 +0000 (07:45 +0000)]
Fix 1346746: init targets before using them during rendering in synfigstudio

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

17 years agoUse 'mkdir -p' to create parent directories as needed. Prevents this error:
dooglus [Sat, 10 Mar 2007 03:10:35 +0000 (03:10 +0000)]
Use 'mkdir -p' to create parent directories as needed.  Prevents this error:

  $ make multiple-html
  mkdir result/en/out-htmls
  mkdir: cannot create directory `result/en/out-htmls': No such file or directory

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

17 years agoHalf fix 1368904: add function to enable/disable the timebar. Just need to change...
pabs [Sat, 10 Mar 2007 00:44:47 +0000 (00:44 +0000)]
Half fix 1368904: add function to enable/disable the timebar. Just need to change appropriate callers now based on user feedback.

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

17 years agoSmall cosmetic change.
dooglus [Fri, 9 Mar 2007 22:07:35 +0000 (22:07 +0000)]
Small cosmetic change.

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

17 years agoPartially fix 1677632: draw tool can extend looped blines. Don't allow the draw...
dooglus [Fri, 9 Mar 2007 22:03:57 +0000 (22:03 +0000)]
Partially fix 1677632: draw tool can extend looped blines.  Don't allow the draw tool to extend blines if they are already looped.

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

17 years agoInitial documentation tree.
xerakko [Fri, 9 Mar 2007 12:05:19 +0000 (12:05 +0000)]
Initial documentation tree.

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

17 years agoFix 1368881: hide the input devices dialog when the close button is pushed
pabs [Fri, 9 Mar 2007 09:22:15 +0000 (09:22 +0000)]
Fix 1368881: hide the input devices dialog when the close button is pushed

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

17 years agoConvert the rest of the error and warning dialogs to Gtk::MessageDialog since it...
pabs [Fri, 9 Mar 2007 06:57:18 +0000 (06:57 +0000)]
Convert the rest of the error and warning dialogs to Gtk::MessageDialog since it is more standard and pretty.

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

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