synfig.git
16 years agoApply 1787437: fix typo in the canvas menu. Patch from Chris Norman (pxegeek).
pabs [Tue, 4 Sep 2007 04:03:38 +0000 (04:03 +0000)]
Apply 1787437: fix typo in the canvas menu. Patch from Chris Norman (pxegeek).

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

16 years agoAdd an 'auto-export' checkbox and an auto-incrementing text entry box to the draw...
dooglus [Mon, 3 Sep 2007 22:59:25 +0000 (22:59 +0000)]
Add an 'auto-export' checkbox and an auto-incrementing text entry box to the draw tool options to allow drawn lines to be named and optionally exported as they are drawn (like in the bline tool).

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

16 years agoChange the displayed name of this action from 'Connect' to 'Add Waypoint'. Maybe...
dooglus [Mon, 3 Sep 2007 20:10:23 +0000 (20:10 +0000)]
Change the displayed name of this action from 'Connect' to 'Add Waypoint'.  Maybe 'Set Waypoint' would be better?  I'm not sure exactly how the various waypoint actions differ.

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

16 years agoRename ValueBase::same_as() to ValueBase::same_type_as(), since it compares types...
dooglus [Mon, 3 Sep 2007 19:13:34 +0000 (19:13 +0000)]
Rename ValueBase::same_as() to ValueBase::same_type_as(), since it compares types, not values.

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

16 years agoThis can't be right, can it?
dooglus [Mon, 3 Sep 2007 14:36:42 +0000 (14:36 +0000)]
This can't be right, can it?

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

16 years agoChanged the sense of the 'do_not_muck_with_time' boolean. Let's not have flags with...
dooglus [Mon, 3 Sep 2007 14:29:48 +0000 (14:29 +0000)]
Changed the sense of the 'do_not_muck_with_time' boolean.  Let's not have flags with negative names!

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

16 years agoPrevent a crash when copying a PasteCanvas before defining its canvas parameter.
dooglus [Mon, 3 Sep 2007 11:38:06 +0000 (11:38 +0000)]
Prevent a crash when copying a PasteCanvas before defining its canvas parameter.

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

16 years agoCompletes fix of 1785296: If a waypoint has <animated type="canvas">, then just save...
dooglus [Mon, 3 Sep 2007 11:05:50 +0000 (11:05 +0000)]
Completes fix of 1785296: If a waypoint has <animated type="canvas">, then just save a reference to the canvas rather than duplicating the entire canvas in the .sif file.  The canvas will have already been written to the <defs> section so we don't need to write it again.

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

16 years agoPartially fix 1785296: Allow waypoints to refer to canvases, for example: <waypoint...
dooglus [Mon, 3 Sep 2007 10:52:08 +0000 (10:52 +0000)]
Partially fix 1785296: Allow waypoints to refer to canvases, for example: <waypoint time="1s" use="canvas1"/>

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

16 years agoTypo.
dooglus [Mon, 3 Sep 2007 00:17:29 +0000 (00:17 +0000)]
Typo.

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

16 years agoReordered the blend method definitions to appear in the same order as in the menu...
dooglus [Mon, 3 Sep 2007 00:12:51 +0000 (00:12 +0000)]
Reordered the blend method definitions to appear in the same order as in the menu (and in paramdesc.cpp).  Fixed a few comments.

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

16 years agoFix 1785598: studio crash when marking all Bline vertices as Off. The previous fix...
dooglus [Fri, 31 Aug 2007 22:40:01 +0000 (22:40 +0000)]
Fix 1785598: studio crash when marking all Bline vertices as Off.  The previous fix wasn't enough.  More work is needed on this file, but it's not exactly clear how best to interpolate the appearance and disappearance of bline points.

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

16 years agoFix 1785598: studio crash when marking all Bline vertices as Off. Don't attempt...
dooglus [Fri, 31 Aug 2007 20:24:52 +0000 (20:24 +0000)]
Fix 1785598: studio crash when marking all Bline vertices as Off.  Don't attempt to draw an outline that contains no verticies.

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

16 years agoFix 1780016. Right-clicking in the Children dialog no longer crashes studio.
dooglus [Fri, 31 Aug 2007 13:12:31 +0000 (13:12 +0000)]
Fix 1780016.  Right-clicking in the Children dialog no longer crashes studio.

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

16 years agoAllow the spacing of the rows in the Timetrack dialog to be specified using environme...
dooglus [Fri, 31 Aug 2007 08:51:00 +0000 (08:51 +0000)]
Allow the spacing of the rows in the Timetrack dialog to be specified using environment variables.  I use large fonts, which seems to cause the Timetrack rows not to correspond with the PAram dialog rows unless I specify:
  export SYNFIG_TIMETRACK_ROW_HEIGHT=21
  export SYNFIG_TIMETRACK_HEADER_HEIGHT=30

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

16 years agoPrevent a crash when clicking in the workarea after adding a PasteCanvas but not...
dooglus [Thu, 30 Aug 2007 22:43:22 +0000 (22:43 +0000)]
Prevent a crash when clicking in the workarea after adding a PasteCanvas but not defining its canvas parameter.

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

16 years agoPrevent a crash when saving a PasteCanvas with no canvas specified.
dooglus [Thu, 30 Aug 2007 22:40:40 +0000 (22:40 +0000)]
Prevent a crash when saving a PasteCanvas with no canvas specified.

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

16 years agoTypo.
dooglus [Thu, 30 Aug 2007 16:25:26 +0000 (16:25 +0000)]
Typo.

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

16 years agoForgot to include these 2 in the last commit. Implement new method toggle_select_duc...
dooglus [Thu, 30 Aug 2007 01:10:34 +0000 (01:10 +0000)]
Forgot to include these 2 in the last commit.  Implement new method toggle_select_ducks_in_box().

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

16 years agoWhen dragging a box around some ducks, holding SHIFT adds the surrounded ducks to...
dooglus [Thu, 30 Aug 2007 01:07:54 +0000 (01:07 +0000)]
When dragging a box around some ducks, holding SHIFT adds the surrounded ducks to the selection, CTRL toggles them, SHIFT+CTRL unselects them, and holding no keys will cancel the existing selection and leave just the surrounded ducks selected.  Previously CTRL and SHIFT both did the same thing (adding to the selection).

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

16 years agoOnly use CTRL to toggle ducks on and off by clicking on them. Previously both CTRL...
dooglus [Thu, 30 Aug 2007 00:42:02 +0000 (00:42 +0000)]
Only use CTRL to toggle ducks on and off by clicking on them.  Previously both CTRL and SHIFT were doing the same job.  This frees up SHIFT to be used elsewhere.

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

16 years agoFeature request 1781331: Use shift key to manipulate ducks. It is now possible to...
dooglus [Wed, 29 Aug 2007 17:07:24 +0000 (17:07 +0000)]
Feature request 1781331: Use shift key to manipulate ducks.  It is now possible to split a tangent by shift-dragging its duck, but currently only for existing blines.  The feature isn't yet implemented while in the bline tool itself.

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

16 years agoUse pabs' trick from r558 to fix the tool names in the 'state' menu.
dooglus [Tue, 28 Aug 2007 19:01:51 +0000 (19:01 +0000)]
Use pabs' trick from r558 to fix the tool names in the 'state' menu.

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

16 years agoFix the tooltips on the toolbox buttons for all the different tools.
pabs [Mon, 27 Aug 2007 00:21:24 +0000 (00:21 +0000)]
Fix the tooltips on the toolbox buttons for all the different tools.

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

16 years agoSwitch from Ok, Cancel to Cancel, Open and Cancel, Save in the GTK based Open and...
pabs [Mon, 27 Aug 2007 00:20:15 +0000 (00:20 +0000)]
Switch from Ok, Cancel to Cancel, Open and Cancel, Save in the GTK based Open and Save dialogs.

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

16 years agoMove 'increase amount' and 'decrease amount' from the canvas menu to the layer menu...
dooglus [Wed, 22 Aug 2007 21:36:34 +0000 (21:36 +0000)]
Move 'increase amount' and 'decrease amount' from the canvas menu to the layer menu, since they operate on the selected layers, not on the canvas.

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

16 years agoFix 1779616: prevent image span, resolution, etc. from quite reaching zero.
dooglus [Wed, 22 Aug 2007 20:59:08 +0000 (20:59 +0000)]
Fix 1779616: prevent image span, resolution, etc. from quite reaching zero.

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

16 years agoAdd support for scrolling left and right in the canvas window. Ctrl+LeftScroll zooms...
pabs [Wed, 15 Aug 2007 07:55:09 +0000 (07:55 +0000)]
Add support for scrolling left and right in the canvas window. Ctrl+LeftScroll zooms out, Ctrl+RightScroll zooms in. Shift works the opposite to up-down.

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

16 years agoFix 1356449: don't crash when creating a PasteCanvas by not accessing a NULL pointer
pabs [Tue, 14 Aug 2007 12:37:12 +0000 (12:37 +0000)]
Fix 1356449: don't crash when creating a PasteCanvas by not accessing a NULL pointer

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

16 years agoFix segfault when rendering http://dooglus.rincevent.net/synfig/crasher3.sif
pabs [Tue, 14 Aug 2007 09:50:09 +0000 (09:50 +0000)]
Fix segfault when rendering dooglus.rincevent.net/synfig/crasher3.sif

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

16 years agoFix extra qualification warning
pabs [Sat, 4 Aug 2007 08:48:37 +0000 (08:48 +0000)]
Fix extra qualification warning

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

16 years agoMove icons into a synfigstudio subdirectory of the pixmaps directory. Suggestion...
pabs [Thu, 2 Aug 2007 05:32:11 +0000 (05:32 +0000)]
Move icons into a synfigstudio subdirectory of the pixmaps directory. Suggestion by Cyril Brulebois (KiBi)

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

16 years agoFix 1692825: Prevent import errors on amd64 by using String::size_type instead of...
pabs [Tue, 31 Jul 2007 08:07:15 +0000 (08:07 +0000)]
Fix 1692825: Prevent import errors on amd64 by using String::size_type instead of unsigned int when scanning strings. Thanks rore :D

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

16 years agoAdded keyboard shortcuts for all 16 of the tools (alt + ...)
dooglus [Wed, 4 Jul 2007 14:05:31 +0000 (14:05 +0000)]
Added keyboard shortcuts for all 16 of the tools (alt + ...)

  a:normal v:smooth d:scale s:rotate
  b:bline c:circle r:rectangle g:gradient
  e:eyedrop f:fill z:zoom p:polygon
  w:draw k:sketch t:width m:mirror

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

16 years agoStable Tag: Copying everything over
pabs [Wed, 20 Jun 2007 13:42:59 +0000 (13:42 +0000)]
Stable Tag: Copying everything over

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

16 years agoStable Tag: Removing old tag
pabs [Wed, 20 Jun 2007 13:42:53 +0000 (13:42 +0000)]
Stable Tag: Removing old tag

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

16 years agoStable Tag: Copying everything over
pabs [Wed, 20 Jun 2007 13:07:10 +0000 (13:07 +0000)]
Stable Tag: Copying everything over

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

16 years agoStable Tag: Removing old tag
pabs [Wed, 20 Jun 2007 13:07:05 +0000 (13:07 +0000)]
Stable Tag: Removing old tag

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

16 years agoReleasing synfigstudio 0.61.06 today
pabs [Wed, 20 Jun 2007 12:56:52 +0000 (12:56 +0000)]
Releasing synfigstudio 0.61.06 today

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

16 years agoFix the SVN tagging targets
pabs [Wed, 20 Jun 2007 12:55:08 +0000 (12:55 +0000)]
Fix the SVN tagging targets

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

16 years agoStable Tag: Copying everything over
pabs [Wed, 20 Jun 2007 12:53:22 +0000 (12:53 +0000)]
Stable Tag: Copying everything over

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

16 years agoRelease synfig_0_61_06
pabs [Wed, 20 Jun 2007 12:53:17 +0000 (12:53 +0000)]
Release synfig_0_61_06

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

16 years agoStable Tag: Removing old tag
pabs [Wed, 20 Jun 2007 12:53:17 +0000 (12:53 +0000)]
Stable Tag: Removing old tag

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

16 years agoStable Tag: Copying everything over
pabs [Wed, 20 Jun 2007 12:52:00 +0000 (12:52 +0000)]
Stable Tag: Copying everything over

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

16 years agoStable Tag: Removing old tag
pabs [Wed, 20 Jun 2007 12:51:55 +0000 (12:51 +0000)]
Stable Tag: Removing old tag

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

16 years agoReleasing synfig 0.61.06 today
pabs [Wed, 20 Jun 2007 12:40:13 +0000 (12:40 +0000)]
Releasing synfig 0.61.06 today

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

16 years agoFix another typo in the tagging targets
pabs [Wed, 20 Jun 2007 12:35:52 +0000 (12:35 +0000)]
Fix another typo in the tagging targets

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

16 years agoStable Tag: Copying everything over
pabs [Wed, 20 Jun 2007 12:26:39 +0000 (12:26 +0000)]
Stable Tag: Copying everything over

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

16 years agoStabe Tag: Removing old tag
pabs [Wed, 20 Jun 2007 12:26:34 +0000 (12:26 +0000)]
Stabe Tag: Removing old tag

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

16 years agoRelease ETL_0_04_09
pabs [Wed, 20 Jun 2007 12:26:23 +0000 (12:26 +0000)]
Release ETL_0_04_09

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

16 years agoFix SVN tagging targets in the Makefile
pabs [Wed, 20 Jun 2007 12:25:51 +0000 (12:25 +0000)]
Fix SVN tagging targets in the Makefile

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

16 years agoFix SVN revision number of the new release
pabs [Wed, 20 Jun 2007 12:24:51 +0000 (12:24 +0000)]
Fix SVN revision number of the new release

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

16 years agoFix SVN tagging targets in the Makefile
pabs [Wed, 20 Jun 2007 12:23:50 +0000 (12:23 +0000)]
Fix SVN tagging targets in the Makefile

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

16 years agoRemove broken tag
pabs [Wed, 20 Jun 2007 12:21:29 +0000 (12:21 +0000)]
Remove broken tag

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

16 years agoRelease Tag: Making directory
pabs [Wed, 20 Jun 2007 12:20:38 +0000 (12:20 +0000)]
Release Tag: Making directory

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

16 years agoReleasing ETL 0.04.09 today
pabs [Wed, 20 Jun 2007 12:19:48 +0000 (12:19 +0000)]
Releasing ETL 0.04.09 today

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

17 years agoFix 1736536. Integer division isn't good enough when the navigator window is small.
dooglus [Wed, 13 Jun 2007 16:41:26 +0000 (16:41 +0000)]
Fix 1736536.  Integer division isn't good enough when the navigator window is small.

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

17 years agoMention the new icons in the NEWS file
pabs [Wed, 13 Jun 2007 14:23:01 +0000 (14:23 +0000)]
Mention the new icons in the NEWS file

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

17 years agoBump version number to 0.61.06. Hopefully the last revision before the release.
pabs [Tue, 12 Jun 2007 10:01:47 +0000 (10:01 +0000)]
Bump version number to 0.61.06. Hopefully the last revision before the release.

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

17 years agoRequire version 0.04.09 of ETL and version 0.61.06 of synfig to be installed.
pabs [Tue, 12 Jun 2007 10:01:06 +0000 (10:01 +0000)]
Require version 0.04.09 of ETL and version 0.61.06 of synfig to be installed.

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

17 years agoBump version number to 0.61.06. Hopefully the last revision before the release.
pabs [Tue, 12 Jun 2007 09:59:18 +0000 (09:59 +0000)]
Bump version number to 0.61.06. Hopefully the last revision before the release.

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

17 years agoRequire version 0.04.09 of ETL to be installed.
pabs [Tue, 12 Jun 2007 09:58:42 +0000 (09:58 +0000)]
Require version 0.04.09 of ETL to be installed.

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

17 years agoBump version number to 0.04.09. Hopefully the last revision before the release.
pabs [Tue, 12 Jun 2007 09:57:49 +0000 (09:57 +0000)]
Bump version number to 0.04.09. Hopefully the last revision before the release.

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

17 years agoUpdate authorship and copyright for the Tango icons, PXEGeek has placed them in the...
pabs [Tue, 12 Jun 2007 08:34:00 +0000 (08:34 +0000)]
Update authorship and copyright for the Tango icons, PXEGeek has placed them in the public domain.

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

17 years agoRemove a bashism from the bootstrap script that was leaving a weirdly named (configur...
pabs [Mon, 11 Jun 2007 20:35:39 +0000 (20:35 +0000)]
Remove a bashism from the bootstrap script that was leaving a weirdly named (configure.[ai][nc]) file in the libltdl directory.

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

17 years agoReally really fix 1568925, gawd I suck. This time I tested it, yes I did. YAY NEW...
pabs [Mon, 11 Jun 2007 19:13:16 +0000 (19:13 +0000)]
Really really fix 1568925, gawd I suck. This time I tested it, yes I did. YAY NEW PXEGEEK PROVIDED TANGO GOODNESS WITH THE SUGAR LOADED DEBCONF......

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

17 years agoFix 1568925 the real way recommended by the autoconf manual
pabs [Mon, 11 Jun 2007 17:39:31 +0000 (17:39 +0000)]
Fix 1568925 the real way recommended by the autoconf manual

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

17 years agoDistribute compview.cpp, don't build it
pabs [Mon, 11 Jun 2007 15:56:24 +0000 (15:56 +0000)]
Distribute compview.cpp, don't build it

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

17 years agoDistribute surfacenew.cpp, don't build it
pabs [Mon, 11 Jun 2007 14:28:43 +0000 (14:28 +0000)]
Distribute surfacenew.cpp, don't build it

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

17 years agoAdd compview.cpp, which seems to have been ignored before
pabs [Mon, 11 Jun 2007 12:20:22 +0000 (12:20 +0000)]
Add compview.cpp, which seems to have been ignored before

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

17 years agoDistribute some files that were only in SVN before
pabs [Mon, 11 Jun 2007 12:16:35 +0000 (12:16 +0000)]
Distribute some files that were only in SVN before

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

17 years agoAdd TODO item about icon naming switch
pabs [Mon, 11 Jun 2007 10:26:31 +0000 (10:26 +0000)]
Add TODO item about icon naming switch

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

17 years agoAdd PXEGeek's new Tango ArtLibreSet styled icons. Pre-commit changes include disablin...
pabs [Mon, 11 Jun 2007 10:24:12 +0000 (10:24 +0000)]
Add PXEGeek's new Tango ArtLibreSet styled icons. Pre-commit changes include disabling grid-show and adding copyright and description information.

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

17 years agoRemove the generated nodebase.h, COPYING and INSTALL files on maintainer-clean
pabs [Sun, 10 Jun 2007 20:36:24 +0000 (20:36 +0000)]
Remove the generated nodebase.h, COPYING and INSTALL files on maintainer-clean

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

17 years agoRemove the generated COPYING and INSTALL files on maintainer-clean
pabs [Sun, 10 Jun 2007 20:30:36 +0000 (20:30 +0000)]
Remove the generated COPYING and INSTALL files on maintainer-clean

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

17 years agoGenerate the ChangeLog at bootstrap time, add a ChangeLog Makefile target
pabs [Sun, 10 Jun 2007 20:17:38 +0000 (20:17 +0000)]
Generate the ChangeLog at bootstrap time, add a ChangeLog Makefile target

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

17 years agoGenerate the ChangeLog at bootstrap time, make the ChangeLog Makefile target more...
pabs [Sun, 10 Jun 2007 20:17:02 +0000 (20:17 +0000)]
Generate the ChangeLog at bootstrap time, make the ChangeLog Makefile target more robust

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

17 years agoGenerate the ChangeLog at bootstrap time, make the ChangeLog Makefile target more...
pabs [Sun, 10 Jun 2007 20:16:20 +0000 (20:16 +0000)]
Generate the ChangeLog at bootstrap time, make the ChangeLog Makefile target more robust

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

17 years agoFix 1697727: workaround ffmpeg bug that requires libav* users to define __STDC_CONSTA...
pabs [Sun, 10 Jun 2007 10:13:49 +0000 (10:13 +0000)]
Fix 1697727: workaround ffmpeg bug that requires libav* users to define __STDC_CONSTANT_MACROS

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

17 years agoClean some stuff, distribute the walk example and add a ChangeLog generation rule
pabs [Mon, 4 Jun 2007 09:10:38 +0000 (09:10 +0000)]
Clean some stuff, distribute the walk example and add a ChangeLog generation rule

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

17 years agoRemove the generated Makefile.in file on maintainer-clean
pabs [Mon, 4 Jun 2007 08:43:47 +0000 (08:43 +0000)]
Remove the generated Makefile.in file on maintainer-clean

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

17 years agoCXXFLAGS is for users, use AM_CXXFLAGS instead
pabs [Mon, 4 Jun 2007 00:22:24 +0000 (00:22 +0000)]
CXXFLAGS is for users, use AM_CXXFLAGS instead

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

17 years agoAdd a rule to create the ChangeLog from SVN
pabs [Mon, 4 Jun 2007 00:00:12 +0000 (00:00 +0000)]
Add a rule to create the ChangeLog from SVN

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

17 years agoDon't forget to delete doxygen.cfg and ETL.pc.in on maintainer-clean (generated files)
pabs [Sun, 3 Jun 2007 23:58:57 +0000 (23:58 +0000)]
Don't forget to delete doxygen.cfg and ETL.pc.in on maintainer-clean (generated files)

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

17 years agoCXXFLAGS is for users, use AM_CXXFLAGS instead
pabs [Sun, 3 Jun 2007 23:57:15 +0000 (23:57 +0000)]
CXXFLAGS is for users, use AM_CXXFLAGS instead

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

17 years agoChange automake invocation to use symlinks and use the stricter gnu standards
pabs [Sun, 3 Jun 2007 23:56:11 +0000 (23:56 +0000)]
Change automake invocation to use symlinks and use the stricter gnu standards

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

17 years agoChange automake invocation to use symlinks and use the stricter gnu standards
pabs [Sun, 3 Jun 2007 23:53:13 +0000 (23:53 +0000)]
Change automake invocation to use symlinks and use the stricter gnu standards

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

17 years agoChange automake invocation to use symlinks and use the stricter gnu standards
pabs [Sun, 3 Jun 2007 23:52:51 +0000 (23:52 +0000)]
Change automake invocation to use symlinks and use the stricter gnu standards

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

17 years agoRemove INSTALL and COPYING, they will be supplied by automake
pabs [Sun, 3 Jun 2007 23:45:22 +0000 (23:45 +0000)]
Remove INSTALL and COPYING, they will be supplied by automake

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

17 years agoRemove INSTALL and COPYING, they will be supplied by automake
pabs [Sun, 3 Jun 2007 23:45:03 +0000 (23:45 +0000)]
Remove INSTALL and COPYING, they will be supplied by automake

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

17 years agoMention the new odd/even winding style in NEWS
pabs [Sun, 3 Jun 2007 05:14:05 +0000 (05:14 +0000)]
Mention the new odd/even winding style in NEWS

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

17 years agoRelease preparations: prevent FTBFS due to quick_rng.h being missing from the make...
pabs [Sun, 3 Jun 2007 05:13:40 +0000 (05:13 +0000)]
Release preparations: prevent FTBFS due to quick_rng.h being missing from the make dist produced tarball

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

17 years agoRelease preparations: add some files to the tarball that were previously missed
pabs [Sat, 2 Jun 2007 06:52:52 +0000 (06:52 +0000)]
Release preparations: add some files to the tarball that were previously missed

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

17 years agoPartially fix 1678554: fix the font colour and size in the about dialog, inspiration...
pabs [Sun, 27 May 2007 23:43:55 +0000 (23:43 +0000)]
Partially fix 1678554: fix the font colour and size in the about dialog, inspiration from the gimp.

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

17 years agoPartially fix 1677510: don't set the input mode on devices to GDK_MODE_SCREEN by...
pabs [Sun, 27 May 2007 23:41:35 +0000 (23:41 +0000)]
Partially fix 1677510: don't set the input mode on devices to GDK_MODE_SCREEN by default. Prevented laptop users from using their touchpad in synfig.

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

17 years agoFix 1568925: fix problem with definition of the IMAGE_DIR at configure time
pabs [Sun, 27 May 2007 23:39:50 +0000 (23:39 +0000)]
Fix 1568925: fix problem with definition of the IMAGE_DIR at configure time

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

17 years agoChange the default user dir to ~/.synfig for Linux & Unix users
pabs [Sun, 27 May 2007 23:38:58 +0000 (23:38 +0000)]
Change the default user dir to ~/.synfig for Linux & Unix users

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

17 years agoMake the save button on the input devices dialog make it clear that saving input...
pabs [Sun, 27 May 2007 23:38:06 +0000 (23:38 +0000)]
Make the save button on the input devices dialog make it clear that saving input device settings is not yet supported.

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

17 years agoPatch 1714885: Windows version can be built with OpenEXR support now. This patch...
dooglus [Tue, 8 May 2007 16:36:22 +0000 (16:36 +0000)]
Patch 1714885: Windows version can be built with OpenEXR support now. This patch enables OpenEXR support and includes required files into the installer.

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

17 years agoDon't always display the "0f" at the end of times with zero frames. I want to be...
dooglus [Sun, 6 May 2007 22:19:03 +0000 (22:19 +0000)]
Don't always display the "0f" at the end of times with zero frames.  I want to be able to see "1m, 2m, 3m" when I zoom out of the time track, not "1m 0f, 2m 0f, 3m 0f".  Similarly with minutes and seconds.

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