synfig.git
16 years agoMinor code layout tidying.
dooglus [Wed, 5 Sep 2007 11:23:59 +0000 (11:23 +0000)]
Minor code layout tidying.

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

16 years agoThe XOR Pattern layer now has 'Z Depth', 'Amount' and 'Blend Method' parameters....
dooglus [Tue, 4 Sep 2007 22:31:56 +0000 (22:31 +0000)]
The XOR Pattern layer now has 'Z Depth', 'Amount' and 'Blend Method' parameters.  And why not?

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

16 years agoFix a bug introduced by r590. The name of the paste_canvas later (which was PasteCan...
dooglus [Tue, 4 Sep 2007 22:01:16 +0000 (22:01 +0000)]
Fix a bug introduced by r590.  The name of the paste_canvas later (which was PasteCanvas and is now paste_canvas) is used in several places throughout the code.

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

16 years agoUse "Size As Alpha" as parameter name, not "SizeAsAlpha".
dooglus [Tue, 4 Sep 2007 17:32:42 +0000 (17:32 +0000)]
Use "Size As Alpha" as parameter name, not "SizeAsAlpha".

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

16 years agoUse "ZigZag" not "Zig-Zag", like in other gradient layers.
dooglus [Tue, 4 Sep 2007 17:31:54 +0000 (17:31 +0000)]
Use "ZigZag" not "Zig-Zag", like in other gradient layers.

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

16 years agoTypo.
dooglus [Tue, 4 Sep 2007 17:26:08 +0000 (17:26 +0000)]
Typo.

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

16 years agoDisplay spaces in layer names: "Time Loop" and "Luma Key".
dooglus [Tue, 4 Sep 2007 16:14:09 +0000 (16:14 +0000)]
Display spaces in layer names: "Time Loop" and "Luma Key".

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

16 years agoThe duck was moving the XOR pattern in the wrong direction. Fixed it.
dooglus [Tue, 4 Sep 2007 16:10:32 +0000 (16:10 +0000)]
The duck was moving the XOR pattern in the wrong direction.  Fixed it.

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

16 years agoUse lower_case "xor_pattern" in .sif files rather than "XORPattern".
dooglus [Tue, 4 Sep 2007 16:09:07 +0000 (16:09 +0000)]
Use lower_case "xor_pattern" in .sif files rather than "XORPattern".

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

16 years agoUse lower_case instead of UpperCase in .sif files for layer types for these 3: SolidC...
dooglus [Tue, 4 Sep 2007 15:56:59 +0000 (15:56 +0000)]
Use lower_case instead of UpperCase in .sif files for layer types for these 3: SolidColor -> solid_color; PasteCanvas -> paste_canvas; MotionBlur -> motion_blur.  Added aliases so old .sif files will be silently converted.

[introduced a bug that was fixed in r597]

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

16 years agoMove 'Paste Canvas' and 'Plant' into the 'Other' menu, rather than having them in...
dooglus [Tue, 4 Sep 2007 15:38:18 +0000 (15:38 +0000)]
Move 'Paste Canvas' and 'Plant' into the 'Other' menu, rather than having them in their own individual submenus.

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

16 years agoDisplay as 'Checkerboard' rather than 'CheckerBoard'.
dooglus [Tue, 4 Sep 2007 15:31:00 +0000 (15:31 +0000)]
Display as 'Checkerboard' rather than 'CheckerBoard'.

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

16 years agoDisplay as 'Halftone 2' and 'Halftone 3' rather than 'Halftone2' and 'Halftone3'.
dooglus [Tue, 4 Sep 2007 15:29:22 +0000 (15:29 +0000)]
Display as 'Halftone 2' and 'Halftone 3' rather than 'Halftone2' and 'Halftone3'.

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

16 years agoDisplay as 'Inside Out' not 'InsideOut'.
dooglus [Tue, 4 Sep 2007 15:28:09 +0000 (15:28 +0000)]
Display as 'Inside Out' not 'InsideOut'.

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

16 years agoEnable the draw, sketch and polygon tools by default. They can be disabled by settin...
dooglus [Tue, 4 Sep 2007 13:22:58 +0000 (13:22 +0000)]
Enable the draw, sketch and polygon tools by default.  They can be disabled by setting an environment variable SYNFIG_DISABLE_{DRAW,SKETCH,POLYGON}.

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

16 years agoRename class lyr_freetype to Layer_Freetype. All other layer classes begin with...
dooglus [Tue, 4 Sep 2007 12:18:12 +0000 (12:18 +0000)]
Rename class lyr_freetype to Layer_Freetype.  All other layer classes begin with uppercase letters.

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

16 years agoA more up-to-date version of this file is in synfig-core/src/modules/mod_gradient...
dooglus [Tue, 4 Sep 2007 11:40:01 +0000 (11:40 +0000)]
A more up-to-date version of this file is in synfig-core/src/modules/mod_gradient/radialgradient.cpp.  This version isn't used.

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

16 years agoMake the 'open recent' menu escape '_' characters.
dooglus [Tue, 4 Sep 2007 10:01:53 +0000 (10:01 +0000)]
Make the 'open recent' menu escape '_' characters.

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

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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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

16 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