synfig.git
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

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

17 years agoFix 1672033: when deciding which curve we are closest to, ignore the very ends of...
dooglus [Mon, 23 Apr 2007 09:34:16 +0000 (09:34 +0000)]
Fix 1672033: when deciding which curve we are closest to, ignore the very ends of each curve. This allows us to better decide between 2 curves which end in exactly the same place.

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

17 years agoI forgot to commit this as part of r472. Sorry!
dooglus [Fri, 20 Apr 2007 07:55:50 +0000 (07:55 +0000)]
I forgot to commit this as part of r472.  Sorry!

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

17 years agoPartially fix 1702760: stop compiler warning about layeractionmanager.cpp.
dooglus [Wed, 18 Apr 2007 10:37:40 +0000 (10:37 +0000)]
Partially fix 1702760: stop compiler warning about layeractionmanager.cpp.

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

17 years agoOops. Correcting previous commit.
dooglus [Wed, 18 Apr 2007 10:19:19 +0000 (10:19 +0000)]
Oops.  Correcting previous commit.

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

17 years agoPartially fix 1702760: stop compiler warning about dockmanager.cpp.
dooglus [Wed, 18 Apr 2007 10:13:20 +0000 (10:13 +0000)]
Partially fix 1702760: stop compiler warning about dockmanager.cpp.

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

17 years agoPartially fix 1702760: stop compiler warning about mod_openexr/mptr_openexr.cpp,...
dooglus [Wed, 18 Apr 2007 09:55:49 +0000 (09:55 +0000)]
Partially fix 1702760: stop compiler warning about mod_openexr/mptr_openexr.cpp, mod_openexr/trgt_openexr.cpp, and mod_ppm/trgt_ppm.cpp.

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

17 years agoPartially fix 1702760: stop compiler warning about renderer_canvas.cpp.
dooglus [Wed, 18 Apr 2007 09:47:41 +0000 (09:47 +0000)]
Partially fix 1702760: stop compiler warning about renderer_canvas.cpp.

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

17 years agoPartially fix 1702760: stop compiler warning about trgt_png.cpp.
dooglus [Wed, 18 Apr 2007 09:45:40 +0000 (09:45 +0000)]
Partially fix 1702760: stop compiler warning about trgt_png.cpp.

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

17 years agoPartially fix 1702760: stop compiler warning about valuenodedynamiclistinsertsmart...
dooglus [Wed, 18 Apr 2007 09:26:15 +0000 (09:26 +0000)]
Partially fix 1702760: stop compiler warning about valuenodedynamiclistinsertsmart.cpp.

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

17 years agoAdded a slower but more accurate find_closest() routine to _bezier.h. Added a parame...
dooglus [Wed, 18 Apr 2007 09:14:33 +0000 (09:14 +0000)]
Added a slower but more accurate find_closest() routine to _bezier.h.  Added a parameter to the curve gradient layer to optionally use the new code.

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

17 years agoAdd links to the wiki and tracker to the synfigstudio TODO
pabs [Wed, 18 Apr 2007 04:05:41 +0000 (04:05 +0000)]
Add links to the wiki and tracker to the synfigstudio TODO

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

17 years agoAdd a non-working, partial implementation of MNG output
pabs [Tue, 17 Apr 2007 08:46:29 +0000 (08:46 +0000)]
Add a non-working, partial implementation of MNG output

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

17 years agoFix 1698604: Moved the quick_rng class into its own header, since it was present...
dooglus [Sun, 15 Apr 2007 15:11:32 +0000 (15:11 +0000)]
Fix 1698604: Moved the quick_rng class into its own header, since it was present in 2 different source files.  Use 'uint32_t' rather than 'long' as the return type of the methods which expect to be returning 32 bit values.

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

17 years agoUse a couple of macros instead of magic constants
dooglus [Fri, 13 Apr 2007 12:39:43 +0000 (12:39 +0000)]
Use a couple of macros instead of magic constants

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

17 years agoRemoved leading whitespace from the biggest 5 example files. This took pirates.sif...
dooglus [Thu, 12 Apr 2007 21:59:43 +0000 (21:59 +0000)]
Removed leading whitespace from the biggest 5 example files.  This took pirates.sif from 24M down to 7.2M.

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

17 years agoFix 1699325: only add on time for exactly one extra frame
dooglus [Thu, 12 Apr 2007 17:50:38 +0000 (17:50 +0000)]
Fix 1699325: only add on time for exactly one extra frame

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

17 years agoTypos.
dooglus [Thu, 12 Apr 2007 15:10:11 +0000 (15:10 +0000)]
Typos.

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

17 years agoTypo.
dooglus [Thu, 12 Apr 2007 13:49:18 +0000 (13:49 +0000)]
Typo.

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