synfig.git
17 years agoEnabled $Id$ expansion. Removed 2 *.tmp.* generated files. Fixed the Makefile to...
dooglus [Fri, 16 Mar 2007 08:54:17 +0000 (08:54 +0000)]
Enabled $Id$ expansion.  Removed 2 *.tmp.* generated files.  Fixed the Makefile to generate the *.tmp.* files rather than using svn-controlled files.

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

17 years agoEnabled $Id$ expansion.
dooglus [Fri, 16 Mar 2007 08:32:21 +0000 (08:32 +0000)]
Enabled $Id$ expansion.

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

17 years agoEnabled $Id$ expansion.
dooglus [Fri, 16 Mar 2007 08:24:58 +0000 (08:24 +0000)]
Enabled $Id$ expansion.

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

17 years agoEnabled $Id$ expansion.
dooglus [Fri, 16 Mar 2007 08:21:25 +0000 (08:21 +0000)]
Enabled $Id$ expansion.

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

17 years agoEnable more $Id$ expansion.
pabs [Fri, 16 Mar 2007 05:21:17 +0000 (05:21 +0000)]
Enable more $Id$ expansion.

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

17 years agoEnable more $Id$ expansion.
pabs [Fri, 16 Mar 2007 05:19:59 +0000 (05:19 +0000)]
Enable more $Id$ expansion.

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

17 years agoEnable more $Id$ expansion.
pabs [Fri, 16 Mar 2007 05:18:56 +0000 (05:18 +0000)]
Enable more $Id$ expansion.

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

17 years agoEnable $Id$ expansion.
dooglus [Fri, 16 Mar 2007 00:39:42 +0000 (00:39 +0000)]
Enable $Id$ expansion.

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

17 years agoEnable $Id$ expansion.
dooglus [Fri, 16 Mar 2007 00:39:09 +0000 (00:39 +0000)]
Enable $Id$ expansion.

Also, in src/synfig/layer.h I made a change to prevent a warning from doxygen.

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

17 years agoEnable $Id$ expansion.
dooglus [Fri, 16 Mar 2007 00:37:48 +0000 (00:37 +0000)]
Enable $Id$ expansion.

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

17 years agoMinor change to stop a doxygen warning. Doxygen doesn't like the \writeme before...
dooglus [Fri, 16 Mar 2007 00:29:57 +0000 (00:29 +0000)]
Minor change to stop a doxygen warning.  Doxygen doesn't like the \writeme before a commented prototype.  Complains with these strange warnings:

  .../synfig/src/synfig/canvas.h:383: Error: Unexpected character `4'
  .../synfig/src/synfig/canvas.h:383: Error: Unexpected character `7'

There is no `4' or `7' on line 383, or indeed anywhere in the entire file other than the $Id$ keyword.

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

17 years agoI left part of the old header in this file by mistake. It's gone now.
dooglus [Thu, 15 Mar 2007 23:58:43 +0000 (23:58 +0000)]
I left part of the old header in this file by mistake.  It's gone now.

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

17 years agoFixed the parameter names to keep doxygen quiet (451 -> 446 lines of output).
dooglus [Thu, 15 Mar 2007 16:14:02 +0000 (16:14 +0000)]
Fixed the parameter names to keep doxygen quiet (451 -> 446 lines of output).

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

17 years agoFixed the comment to stop doxygen complaining. Also, use the 2nd parameter to set...
dooglus [Thu, 15 Mar 2007 16:09:05 +0000 (16:09 +0000)]
Fixed the comment to stop doxygen complaining.  Also, use the 2nd parameter to set the alpha.  This function isn't currently called at all from anywhere as far as I can tell.

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

17 years agoFixed the name of the last parameter in the set_time() prototype to match that of...
dooglus [Thu, 15 Mar 2007 16:07:41 +0000 (16:07 +0000)]
Fixed the name of the last parameter in the set_time() prototype to match that of the parent class' prototype to stop doxygen complaining.

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

17 years agoFilled in the parameter names in the prototype of get_frame() to keep doxygen quiet...
dooglus [Thu, 15 Mar 2007 15:38:13 +0000 (15:38 +0000)]
Filled in the parameter names in the prototype of get_frame() to keep doxygen quiet(er).  Doxygen output lines down from 484 to 460 with this change.

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

17 years agoAs in previous commit, 2 more parameters were incorrectly named:
dooglus [Thu, 15 Mar 2007 15:18:53 +0000 (15:18 +0000)]
As in previous commit, 2 more parameters were incorrectly named:

  * rend_desc -> renddesc
  * callback -> cb

doxygen output down from 664 lines to 484 lines now.

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

17 years agoOne of the parameters was named incorrectly in the prototype of get_color() and the...
dooglus [Thu, 15 Mar 2007 15:12:54 +0000 (15:12 +0000)]
One of the parameters was named incorrectly in the prototype of get_color() and the corresponding documentation.  Fixed it to reduce the noise from doxygen (down from 790 lines of output to 664 lines now).

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

17 years agoFixing warnings from doxygen:
dooglus [Thu, 15 Mar 2007 14:41:22 +0000 (14:41 +0000)]
Fixing warnings from doxygen:

  * Added doxygen header where missing.
  * Fixed bad \file commands where they were wrong.
  * Etc.

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

17 years agoFixing warnings from doxygen:
dooglus [Thu, 15 Mar 2007 14:39:26 +0000 (14:39 +0000)]
Fixing warnings from doxygen:

  * Added doxygen header where missing.
  * Fixed bad \file commands where they were wrong.
  * Etc.

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

17 years agoFixed a few typos.
dooglus [Thu, 15 Mar 2007 13:23:30 +0000 (13:23 +0000)]
Fixed a few typos.

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

17 years agoCommented the 'else' and 'endif' of some long conditional blocks.
dooglus [Thu, 15 Mar 2007 13:21:59 +0000 (13:21 +0000)]
Commented the 'else' and 'endif' of some long conditional blocks.

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

17 years agoAdded missing '\endlegal'.
dooglus [Thu, 15 Mar 2007 12:16:49 +0000 (12:16 +0000)]
Added missing '\endlegal'.

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

17 years agoAdded missing '\endlegal'.
dooglus [Thu, 15 Mar 2007 12:16:41 +0000 (12:16 +0000)]
Added missing '\endlegal'.

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

17 years agoFixed doxygen header, preventing warning:
dooglus [Thu, 15 Mar 2007 12:15:19 +0000 (12:15 +0000)]
Fixed doxygen header, preventing warning:

  Warning: namespace synfig already has a detailed description...

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

17 years agoFixed doxygen header, preventing:
dooglus [Thu, 15 Mar 2007 12:14:39 +0000 (12:14 +0000)]
Fixed doxygen header, preventing:

  Warning: namespace synfig already has a detailed description ...

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

17 years agoFixed a few typos which caused doxygen to complain.
dooglus [Thu, 15 Mar 2007 11:07:06 +0000 (11:07 +0000)]
Fixed a few typos which caused doxygen to complain.

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

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