Picon
Gravatar

2012 coding brainstorming

Hi!
As you may already know, I'm willing to make a big, noticiable, change on Synfig to be developed during 2012.
I would like to first discuss what is needed to be fixed or developed in Synfig to make it change in a way that the community turns the eyes to it. Of course always in a good way! ^__^
As it is already know, proposed changes must be in union with available resources to be able to make the change possible in a reasonable time.
I'm feeling with the mood to start to develop a big feature and my proposals to select from are:
(not in any preference order)
1) Continue with Bones development. It needs a GUI that makes it usable.
2) Single window GUI. There is currently a brainstorm about that matter on the forum.
3) Add a new renderer to the whole Synfig: Cairo graphics render. It should speed up GUI and output performance. It would continue the work from nikitakit that is partially implemented.
4) Add handles to the waypoints on curves panel. Allow selection of multiple levels of waypoints.  A new "per layer" waypoint timetracker that will allow to sync many scatered layers waypoints at the same time.

The question to discuss is:
Which feature should be selectd to implement and why?
Do you think there is other feature more important and that would make more impact than listed that is worth to review?

Thanks for participate!

--
Carlos
http://synfig.org

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Synfig-devl mailing list
Synfig-devl@...
https://lists.sourceforge.net/lists/listinfo/synfig-devl
David Rylander | 3 Feb 12:51
Picon

Re: 2012 coding brainstorming

It's great to hear your dedication Carlos!

In my opinion speed is the most important "feature". For Synfig becoming 
a more attractive app to animators the workflow and work has to be as 
fast as possible.
Especially when using pixel images Synfig is very slow. If you use an 
image sequence as animation reference in the background, even with very 
low quality settings and low-res images it's impossible to get any 
decent update speed of the canvas, scrubbing is a pain.
I tried using Synfig for pixel image cut-out animation but had to give 
up due to the workflow becoming way much too slow.

Also final render is very slow but this is not such a big issue as gui 
being slow I think. Render can be done in the background or at nights. 
I'm used to slow rendering from working in other software as 
3d-software, comp-software and video editing software. They all take 
quite some time rendering.

Bones is very interesting and desireable but to be able to use them with 
ease Synfig needs to be fast working with.

Single window mode is not that important to me. It would be nice to have 
but I can still work in multiple window setup as now.

Handles for waypoints is also highly interesting but comes in at #3 in 
my list, after speedup and bones. A very good long time goal.

Another larger rework in Synfig i feel is a bit important would be the 
timeline. It is now a little cumbersome working with; you can only 
select multiple waypoints by clicking them one by one. A dragbox would 
be a tremendous help. Also you can only select waypoints for one channel 
at a time, change interpolation on a single waypoint at a time etc.

-David (aka rylleman)

2012-02-03 12:14, Carlos López González skrev:
> Hi!
> As you may already know, I'm willing to make a big, noticiable, change 
> on Synfig to be developed during 2012.
> I would like to first discuss what is needed to be fixed or developed 
> in Synfig to make it change in a way that the community turns the eyes 
> to it. Of course always in a good way! ^__^
> As it is already know, proposed changes must be in union with 
> available resources to be able to make the change possible in a 
> reasonable time.
> I'm feeling with the mood to start to develop a big feature and my 
> proposals to select from are:
> (not in any preference order)
> 1) Continue with Bones development. It needs a GUI that makes it usable.
> 2) Single window GUI. There is currently a brainstorm about that 
> matter on the forum.
> 3) Add a new renderer to the whole Synfig: Cairo graphics render. It 
> should speed up GUI and output performance. It would continue the work 
> from nikitakit that is partially implemented.
> 4) Add handles to the waypoints on curves panel. Allow selection of 
> multiple levels of waypoints.  A new "per layer" waypoint timetracker 
> that will allow to sync many scatered layers waypoints at the same time.
>
> The question to discuss is:
> Which feature should be selectd to implement and why?
> Do you think there is other feature more important and that would make 
> more impact than listed that is worth to review?
>
> Thanks for participate!
>
> -- 
> Carlos
> http://synfig.org
>

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
Picon

Re: 2012 coding brainstorming

Hey!

I'm not very present because I'm still busy with my degree, but I keep up to date with genete on a regular basis  and I'd love to really get evolved and this could be my oportunity.


I'd say the thing that Synfig needs the most is to render fast, so you can design faster _and enjoy it_, which would boost the community. So, my choice would be Cairo! 
In my opinion, what we need to do in Synfig is to incorporate more libraries and standarize and clean up the code (more design patterns), which would simplify the code, and make the development fun :)

Also if we rely on a library like Cairo we don't need to worry about any low level rendering optimization details and focus on our business.

I'm personally devoted to investigating how the Synfig render works and working on the implementation and transition to a future Cairo core and GUI render.

As I said before, if we have a more responsive program, people will enjoy using it more, that will broaden our community, and atract more developers!

Regards from Germany :)

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Synfig-devl mailing list
Synfig-devl@...
https://lists.sourceforge.net/lists/listinfo/synfig-devl
W. Martin Borgert | 4 Feb 13:51
Picon
Favicon

Compile problem with current git master ('AVFrame' does not name a type)

Hi,

when compiling synfig-core from the current git master, I get

trgt_av.cpp: At global scope:
trgt_av.cpp:110:1: error: 'AVFrame' does not name a type
trgt_av.cpp:130:19: error: variable or field 'free_picture' declared void
trgt_av.cpp:130:19: error: 'AVFrame' was not declared in this scope
trgt_av.cpp:130:28: error: 'pic' was not declared in this scope
trgt_av.cpp:137:35: error: variable or field 'convert_surface_frame' declared void
trgt_av.cpp:137:35: error: 'AVFrame' was not declared in this scope
trgt_av.cpp:137:44: error: 'pic' was not declared in this scope
trgt_av.cpp:137:49: error: expected primary-expression before 'const'
trgt_av.cpp:137:67: error: expected primary-expression before 'const'

libavcodec-dev 0.8 is installed (Debian testing: 4:0.8-1),
gcc/g++ is 4.6.2.

The ./configure command was:

./configure --prefix=/usr --sysconfdir=/etc/synfig --enable-debug=half \
    --with-imagemagick --with-libavcodec --without-included-ltdl

Any idea what I'm doing wrong?

TIA!

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
SourceForge.net | 4 Feb 18:03
Picon

[ synfig-Bugs-3484391 ] DMG install fails OSX 10.7.2

Bugs item #3484391, was opened at 2012-02-04 09:03
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=757416&aid=3484391&group_id=144022

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Binary Installation
Group: Latest release
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: DMG install fails OSX 10.7.2

Initial Comment:
Feb  4 08:50:03 My-MacBook-Pro installd[20956]: PackageKit: ----- Begin install -----
Feb  4 08:50:04 My-MacBook-Pro installd[20956]: PackageKit: Install Failed: Error
Domain=PKInstallErrorDomain Code=112 "An error occurred while running scripts from the package
“Synfig Studio.pkg”." UserInfo=0x_CENSORED_ {NSFilePath=./preinstall,
NSURL=file://localhost/Volumes/Synfig%20Studio/Synfig%20Studio.mpkg/Contents/Packages/Synfig%20Studio.pkg,
PKInstallPackageIdentifier=org.secondplanet.pkg.synfigstudio, NSLocalizedDescription=An
error occurred while running scripts from the package “Synfig Studio.pkg”.} {
	    NSFilePath = "./preinstall";
	    NSLocalizedDescription = "An error occurred while running scripts from the package \U201cSynfig Studio.pkg\U201d.";
	    NSURL = "file://localhost/Volumes/Synfig%20Studio/Synfig%20Studio.mpkg/Contents/Packages/Synfig%20Studio.pkg";
	    PKInstallPackageIdentifier = "org.secondplanet.pkg.synfigstudio";
	}
Feb  4 08:50:05 My-MacBook-Pro Installer[20947]: Install failed: The Installer encountered an error
that caused the installation to fail. Contact the software manufacturer for assistance.
Feb  4 08:50:05 My-MacBook-Pro Installer[20947]: IFDInstallController 8343EA90 state = 7
Feb  4 08:50:05 My-MacBook-Pro Installer[20947]: Displaying 'Install Failed' UI.
Feb  4 08:50:05 My-MacBook-Pro Installer[20947]: 'Install Failed' UI displayed message:'The Installer
encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.'.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=757416&aid=3484391&group_id=144022

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Synfig-devl mailing list
Synfig-devl <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl
Yu Chen | 6 Feb 02:03
Picon
Gravatar

Re: pull req.

Hi,

I just make a quick fix[1] to enable escape key to close preview
window as rylleman required[2], could you please, hope it is ok to get
into 0.64.04 final version.

[1] https://github.com/jcome/synfig_jcome/commit/a3bf4c42b97ef686322be859a94a4202e2a97238
[2]http://synfig.org/forums/viewtopic.php?f=15&t=3031&start=20

regards

-- Yu

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
root | 6 Feb 18:25
Favicon

New commits on branch eldruin_master

    Merge branch 'master' of ssh://synfig.git.sourceforge.net/gitroot/synfig/synfig into eldruin_master
    
    Conflicts:
    	synfig-core/src/modules/mod_png/mptr_png.cpp

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=fe640cb3403b7172817f66fdeda414b22cfdde37
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jan 29 11:05:23 2012 +0100

    Bump for 0.63.04-RC1

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=6c1954ff651b2948138bb7ce3d08de47607dbe09
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Jan 27 20:02:47 2012 +0100

    Revert changes from outline grow development.
    I've not found a way to avoid endless loop for exported or imported canvas parameter.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=46ac661d2c8149de0b9f44035c11ebde0732d28f
Merge: 9cf6542 fd8738b
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Thu Jan 26 22:46:55 2012 +0800

    Merge branch 'jcome_preview_window' into jcome

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=fd8738b9ca3cbfd558598366e6bcb3594574b896
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Thu Jan 26 22:44:03 2012 +0800

    Keep preview window above

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=9cf65428f6d2d370b6dbb546e945134af7ae10f3
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Thu Jan 26 09:52:30 2012 +0800

    Add extra sapce between diff button groups for a more clear UI layout

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=81c6fe55c22c067d2b54d2da6c6e7c33118e9435
Merge: b583218 5cdf494
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Thu Jan 26 01:33:48 2012 +0800

    Merge branch 'jcome_preview_window' into jcome

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=b583218517a2a3b8931d57855dd0fd85e0b53789
Merge: a5e8ba5 592eca0
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Thu Jan 26 01:33:34 2012 +0800

    Merge branch 'master' into jcome

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=592eca0fd43d927c185f99eab33d24463ce014a9
Merge: f2f697c c01a712
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Thu Jan 26 01:33:11 2012 +0800

    Merge git://synfig.git.sourceforge.net/gitroot/synfig/synfig

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=c01a712ae664249c4785ee81c02f8f6b76b216d8
Merge: c4c389b 47a80de
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Jan 23 20:50:29 2012 +0100

    Merge branch 'zelgadis_master'

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=c4c389b66ee0cf1d7400abf9696bfa5475bb2e01
Merge: ffb4e0b bc8b7ff
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Jan 23 20:50:25 2012 +0100

    Merge branch 'genete_outline_grow'

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=ffb4e0bf00ab1514ba66f279d043759e36d2a4c3
Merge: 68f4e27 ede8a36
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Jan 23 20:50:17 2012 +0100

    Merge branch 'genete_new_interpolation'

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=68f4e2761c8036c2b737bdbd18cb1c79f348dc2e
Merge: 69ba61e a54faa9
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Jan 23 20:50:05 2012 +0100

    Merge branch 'genete_key_events'

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=69ba61e2c81488958fc7bf7173c98393dc9dbc4a
Merge: 10a3072 b7a579f
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Jan 23 20:49:54 2012 +0100

    Merge branch 'genete_groups'

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=bc8b7ff4d4686399e24cbe444cf7dcad97d22559
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Jan 23 20:35:31 2012 +0100

    Don't pass the grow parameter to exported or imported canvases. It causes further problems not solved.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=ede8a365e52b2141b136f6164227f2e72f66bf4b
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jan 22 20:07:18 2012 +0100

    Don't make unset the interpolation for the waypoint model the at construction time. Make it the first option by default.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=b4dbf49134c68178f41f06f05d1be8bd9157ece7
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jan 22 20:00:27 2012 +0100

    Put Clamped interpolation first in the list.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=acaea7fa699044f60b60d1f108f7ccd9df7f339c
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jan 22 19:05:22 2012 +0100

    When moving a keyframe and a waypoint needs to be added, use the default interpolation.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=47a80dedc51f93ab46fb0d405e8ad169884559fe
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Jan 19 19:04:38 2012 +0100

    When looking up a canvas consider current canvas as candidate.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=cbfce50e94475f25b339fe227d58503b6f43e47a
Merge: cd6eca4 c41fba6
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Fri Jan 20 13:05:06 2012 +0700

    Merge remote-tracking branch 'origin/genete_master' into zelgadis_master
    
    * origin/genete_master: (46 commits)
      Show the width ducks correctly
      Add new width grow non critical hidden parameter to the Paste Canvas layer to recursively pass the width to its children layers.
      Prepare the dynamic parameter at construction time
      Use a more general way to pass the parameter to the context
      Fix the same issue for Advanced Outlines
      Don't add a new ValueNode each time because it marks the layer as dirty and the update cycle runs indefinitely.
      Remove Writer Lock
      When a widget is focused on a Dock dialog or the Canvas view, lets the widget parse the key strokes first.
      Warp the focused widget by its focus status so it is more general.
      Add width grow parameter to Advanced Outline and allow Context to pass it to that type of layer.
      When the canvas receive a set_time call and it is root, set the outline grow value to be 0.0 (no grow)
      Paste Canvas layer passes the outline grow parameter to the context at the set_time call.
      Add set_outline_grow member to Context class. It passes the outline grow value to all outline type layers in the context.
      Add width_grow parameter to Outline layer. Hidden, not critical.
      Add new parameter to Paste Canvas Layer called 'Outline Grow'.
      Allow remove item smart when a child of a composite value node is selected and the composite is child of a dynamic list.
      Update code comments and formatting. Include copyright
      Include any of the sub parameters of the Composite Value Node to the candidates of remove multiple items smart.
      Connections to the signals are not needed since default signal handlers are override.
      When editing the brush widget don't parse the key accelerators. First step to fix bug 3472549
      ...

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=cd6eca46ef2f134120bd300dc74b0e8c127ddcfa
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Fri Jan 20 13:03:42 2012 +0700

    Autobuild script: Don't pack cph-monitor anymore - we are pretty stable now and it is useless.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f380f6852902e579613f60ca0251191b2af87c5c
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Fri Jan 20 13:01:53 2012 +0700

    Autobuild script: keep resolv.conf updated for chroot

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=10a30720bb190ec7248fa9ba8023a85a2b7cec8a
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Jan 19 19:04:38 2012 +0100

    When looking up a canvas consider current canvas as candidate.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=c41fba65fad90f530e32cd8a905ff400f00e9bc0
Merge: 7effec9 7807e2e
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Tue Jan 17 21:15:29 2012 +0100

    Merge branch 'genete_outline_grow' into genete_master

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=7807e2e645ff79800c6c2a941b1eb42d981d6be0
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Tue Jan 17 21:14:52 2012 +0100

    Show the width ducks correctly

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=7effec98b4592ba5e80f18eb85ab679039258e80
Merge: fb263be 7f747fd
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Tue Jan 17 20:33:28 2012 +0100

    Merge branch 'genete_outline_grow' into genete_master

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=7f747fde66cc600db0265b11b6f2324b4ec07fdf
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Tue Jan 17 20:24:00 2012 +0100

    Add new width grow non critical hidden parameter to the Paste Canvas layer to recursively pass the width to its children layers.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=d09c654bcfaf410fb11bd7ef62c23424991b4c4b
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Tue Jan 17 20:23:05 2012 +0100

    Prepare the dynamic parameter at construction time

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=7703533bd0a803c003896016cbeaf5575c66f611
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Tue Jan 17 20:22:10 2012 +0100

    Use a more general way to pass the parameter to the context

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=257e4cc45922bfe41f5db7f131810964b8f55133
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Tue Jan 17 17:46:07 2012 +0100

    Fix the same issue for Advanced Outlines

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=38344a8794bea5464416da50250d7d2ed6c51762
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Jan 16 21:49:04 2012 +0100

    Don't add a new ValueNode each time because it marks the layer as dirty and the update cycle runs indefinitely.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=9d5e43cfc1d10200c49d4c9a31d81be88b09c195
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Jan 16 21:48:12 2012 +0100

    Remove Writer Lock

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=fb263bea37bcda0e98d7920c746a044de6e9be35
Merge: 6060992 a54faa9
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jan 15 20:46:41 2012 +0100

    Merge branch 'genete_key_events' into genete_master

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=60609924e5004684b6d11334e411e1fd44af2172
Merge: 2f79fe1 be99583
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jan 15 20:46:35 2012 +0100

    Merge branch 'genete_outline_grow' into genete_master

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=2f79fe181c8e211be8515d4565180b28080a217a
Merge: 150d3c7 b7a579f
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jan 15 20:46:27 2012 +0100

    Merge branch 'genete_groups' into genete_master

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=150d3c73112cd66a3a3f7de67c0325f770154da8
Merge: 3697e6d 35039b9
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jan 15 20:46:19 2012 +0100

    Merge branch 'genete_new_interpolation' into genete_master

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=3697e6d5c52ab718e3810cd769c950836b355e57
Merge: 57d059f 8506285
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jan 15 20:46:13 2012 +0100

    Merge branch 'zelgadis_master' into genete_master

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a54faa990a1092182a1b3ebd6ba70644d927f0e3
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jan 15 20:39:47 2012 +0100

    When a widget is focused on a Dock dialog or the Canvas view, lets the widget parse the key strokes first.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=3794aaa6b0b0a9bd0be594352352700523f5b058
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jan 15 20:23:19 2012 +0100

    Warp the focused widget by its focus status so it is more general.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=be9958323fec5ca190ad9b1ee9cb13e8a0cdfb1d
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jan 15 19:58:27 2012 +0100

    Add width grow parameter to Advanced Outline and allow Context to pass it to that type of layer.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=8fc82daf9d49b56576a2f0b67f283d593120b30e
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jan 15 19:06:15 2012 +0100

    When the canvas receive a set_time call and it is root, set the outline grow value to be 0.0 (no grow)

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=5dcf08346b77a96a7d9ca82744369e5262179423
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jan 15 19:05:36 2012 +0100

    Paste Canvas layer passes the outline grow parameter to the context at the set_time call.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=6235684a425544d4312e6d703916ffad25c2b756
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jan 15 19:04:53 2012 +0100

    Add set_outline_grow member to Context class. It passes the outline grow value to all outline type layers in the context.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=e034fad04719b57ce7e0fe35e021de59ce632479
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jan 15 19:02:46 2012 +0100

    Add width_grow parameter to Outline layer. Hidden, not critical.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=7e185089fc838837048d722178dea87a170ac497
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Jan 14 20:53:31 2012 +0100

    Add new parameter to Paste Canvas Layer called 'Outline Grow'.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=57d059fc8b76503ba7e83b2467bae6dd8c639920
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Jan 14 19:44:34 2012 +0100

    Allow remove item smart when a child of a composite value node is selected and the composite is child of a dynamic list.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=98337613dce88cae88d4e7b865b668433e5f3455
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Jan 14 19:43:36 2012 +0100

    Update code comments and formatting. Include copyright

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=33733ce59588cd8f8efa3d46961e1f03edfaac52
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Jan 14 19:25:19 2012 +0100

    Include any of the sub parameters of the Composite Value Node to the candidates of remove multiple items smart.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=954b4c06247f9cb44d480cf5f219a69ac6b5d0d7
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Jan 14 12:42:21 2012 +0100

    Connections to the signals are not needed since default signal handlers are override.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=baa4910eb8e074b53bc91c5beb93d8bba9b29656
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Jan 13 22:03:21 2012 +0100

    When editing the brush widget don't parse the key accelerators. First step to fix bug 3472549

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=bb395f4764736162927d73cd62aeb95301fcc2cf
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Jan 13 21:58:56 2012 +0100

    Allow split/merge tangents loop/unloop bline and delete vertex every where possible in the BLine Tool.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=54036a578e0eb2611298fb432c0137e1011709c3
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Jan 13 18:22:00 2012 +0100

    When loading a exported linkable value node consider that the sub parameter can be exported too and so, don't throw the exception.
    Only if the sub parameter value node is exported and belong to other canvas then and it is not found, then throw the exception.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=0ed5c152c9db49cde3dc13d39350ea77f212df62
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Jan 13 14:29:14 2012 +0100

    Allow merge and split tangents when using a tangent as value node.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=cae9659b87060494c5435f1ee8a7f5af6f5e1614
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Jan 13 12:55:57 2012 +0100

    Allow Loop and Unloop actions when value description is a Tangent of a BLine Point.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=c6cfb0da25f3eebeb23c1f17131e89965fb5865a
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Jan 12 19:02:56 2012 +0100

    When loading a canvas. don't throw an exception when the value node referenced by "use" is not found. Show a message instead and don't load the canvas.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=b7a579f7042267c1804c267a11677d2768f60f27
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Jan 11 21:19:44 2012 +0100

    Remove useless debug info.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=9ba57bf64049b12448aa8e47166e57f10201e2ad
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Jan 11 21:16:49 2012 +0100

    Remove some unused code

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f5f083e88922ae32a1754da12a10ebccba27215f
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Jan 11 21:13:03 2012 +0100

    Avoid crash when adding new empty group. Don't change cursor on Groups, it is not needed.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=58521e070810f7ac50e99856c621196440309372
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Jan 11 20:46:18 2012 +0100

    Don't show message each time the action GroupRemove is not candidate.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=0f3bd49e029353dea8f570a092144d47dc1b4e29
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Jan 11 20:39:34 2012 +0100

    Allow edit description of layers and groups in Groups. Change group description can move its hierarchy if there is a '.' as separator in the name.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=968c58fecf3d331e53eb0ab1a9822ebd39cda1f7
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Jan 11 20:25:57 2012 +0100

    Groups are marked active when any its layers is active. Before it was when then umber of active layers is greater than half the total.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=96f21e915f6a4fe85d3cc36f93b758f5f6bee090
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Jan 11 20:11:28 2012 +0100

    Fix toggle button on layer groups.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=86ae8cd341c3ec8e7dbf3254ae4349cf6e44e1ad
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Jan 11 12:25:11 2012 +0100

    Fix bug http://www.pivotaltracker.com/story/show/23212095. If two rotations of 90 and -90 are consecutive the program crashes.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=35039b95836a7901bff6a3e160d79be38ef65ec8
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Jan 9 19:46:46 2012 +0100

    Set the before and after interpolation options un-active for the first time the widget is created.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=236af1321119c45306a093bd10861d812886eb23
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Jan 9 19:36:22 2012 +0100

    Use Enum Widget on Interpolation options for Widget Waypoint and Widget WaypointModel that include Clamped option too.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=5cdf494436f74792afc6d9dcb509930a653d5191
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Tue Jan 10 00:18:31 2012 +0800

    Place preview content in the center of preview window

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=3f86ee0a9f3fd285c29feca746207f909132986f
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Tue Jan 10 00:05:03 2012 +0800

    Remove the experienced code

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=226a16c174b979780e8f7e9706518d63711a465a
Merge: f5c3f7e 3674208
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jan 8 21:30:06 2012 +0100

    Merge branch 'master' into genete_new_interpolation

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=3674208e66782a09a20bc9f73ab9a157f5badf53
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jan 8 21:28:05 2012 +0100

    Fix one more crash related to dashed outlines

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=8506285e4cbad8ad10b1e504ce3f85f92de901e2
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Sun Jan 8 21:47:03 2012 +0700

    Build script: add Ubuntu dependency

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f5c3f7ee0f468cf0d8d8ef7fa50a636acbae734b
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Jan 7 19:56:49 2012 +0100

    Use correct approaching to the problem modifying the bias of each waypoint and using templates to recursively call the clamped tangent calculation for real numbers.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a42d45a83a34268003a76d9b919920b45fe94b08
Merge: a222e82 00206e2
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Fri Jan 6 20:25:49 2012 +0700

    Merge remote-tracking branch 'origin/master' into zelgadis_master
    
    * origin/master:
      Fix bug: http://www.pivotaltracker.com/story/show/23017929
      Fix several bugs and crashes related to dashed outlines

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a222e8252a76f1549b3ce8baf2e2e7a1b2228102
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Fri Jan 6 20:25:45 2012 +0700

    Autobuild script - continue build process even if wrong root password given.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=00206e20528c6e401599fb655fa3632108bbe69b
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Jan 5 17:56:14 2012 +0100

    Fix bug: http://www.pivotaltracker.com/story/show/23017929

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f20f4b49d0ca87564708b1273f9086a05e06d853
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Jan 5 17:41:52 2012 +0100

    Add debug info

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=afcab5e1047f7a06f483d133ae10172eb5eaffe2
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Jan 4 20:59:42 2012 +0100

    Add icon for clamped interpolation type and set it by default on toolbox defaults.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=2511895377960c1bb9d48ffe24c5ae4a4a5cf216
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Jan 4 18:29:21 2012 +0100

    Suit a better way to calculate gradient magnitude

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=66d1e53d297ee32bbad25626177953f9174daabe
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Tue Jan 3 20:12:53 2012 +0100

    Remove debug info

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=908b4e6ff9ab587342019031887aa1c9e180ab20
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Tue Jan 3 19:44:24 2012 +0100

    Add code to interpret the clamped interpolation method

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=9b04664a793f8e356085ac42b934cdff786c59d7
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Tue Jan 3 19:44:07 2012 +0100

    Add function to calculate the magnitude of a gradient

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a5aa3a122975596a38dadde8fc92f6e5c6312bc3
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Tue Jan 3 20:48:47 2012 +0700

    Autobuild script: add support for opensuse/zypper.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=04ec9241213e0b3e771506b8715dea0a7f943454
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Tue Jan 3 18:52:16 2012 +0700

    Typo

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=8160c56c5e49ecbc6f5e3bf76cf2da358b5e2d0e
Merge: c850a35 a5e8ba5
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Tue Jan 3 16:07:32 2012 +0800

    Merge branch 'jcome' into jcome_preview_window

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a5e8ba5c852da7c0eeda3f3bc78c017c24f7a015
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Tue Jan 3 16:04:51 2012 +0800

    Replace vertical line with whitespace to group up lockkeyframe buttons and animate mode button

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=c850a3507ee01f044d7544b5f46c638d11160136
Merge: 9c7c45c 8127fd1
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Tue Jan 3 15:31:18 2012 +0800

    Merge branch 'jcome' into jcome_preview_window

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=8127fd1b973910af65eb00f56dfb05cae2f1bfa8
Merge: a4ed753 f2f697c
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Tue Jan 3 15:30:58 2012 +0800

    Merge branch 'master' into jcome

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=9c7c45c0594953f00b418dd252285f95487542f4
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Tue Jan 3 15:11:26 2012 +0800

    Use whitespaces to group up the tool buttons, and add an Alignment widget to center preview (draw) area.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a63df629c57dde61777af816ae0171b256a16f29
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Jan 2 21:06:14 2012 +0100

    Add new interpolation type. Non functional yet

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=50838bb96207e5b4a785ecee32d44570c4109523
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Sat Dec 31 23:55:53 2011 +0800

    Code cleanup

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=66ca026b46ac15f60bb29fff1b2e25ea5e6b5cd4
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Tue Dec 13 21:00:07 2011 +0100

    Add some comments to understand code better.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=68fa5ccf868b452506ee343c74c3163f3cd8b04c
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Tue Dec 13 20:25:55 2011 +0100

    Add some comments and remove unused code

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=396470e745405d52a8990b4da148394fd7c49edf
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Dec 31 13:16:31 2011 +0100

    Fix several bugs and crashes related to dashed outlines

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=3ddd36bbbf8737ad87b48728cdd4a9ad114bbbeb
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Sat Dec 31 10:40:59 2011 +0800

    Replace dialog with window widget for preview window so that we have a close button available on all platform

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f2f697c2404eff1678c76eb42acde199aaa7ed23
Merge: 36f88e5 fec44c3
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Sat Dec 31 08:21:20 2011 +0800

    Merge git://synfig.git.sourceforge.net/gitroot/synfig/synfig

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=7116463bf13478f50bd2838e40440fe56a12a26f
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Fri Dec 30 06:12:46 2011 +0800

    Cleanup code

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=17e41d9bc7625089b0f61f83ebc5512a25404b8c
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Fri Dec 30 05:45:51 2011 +0800

    Improve tooltips according HIG

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=55bc9528c8a27127d152b69715477b304ee94924
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Fri Dec 30 05:41:06 2011 +0800

    Cleanup code

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=41ab0af75a6dac2c9ae6bf778f990cc182c6374c
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Thu Dec 29 21:00:56 2011 +0700

    Allow to overrife build root directory with BUILDROOT variable

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=fec44c3b4a3de3f67b5a13eec6dcff34959c5c26
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Dec 29 12:02:33 2011 +0100

    Fix broken ffmpeg target that doesn't work for some non dot decimal points numeric locale settings.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=596e42c60ca6baa81b1fb2f1274288e470c57531
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Dec 16 19:04:33 2011 +0100

    Set back development snapshot

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=7b0b327a2a3d7fab4f1abb095658978dff524b03
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Dec 11 21:14:15 2011 +0100

    Fix crash when inserting an item on a generic empty dynamic list.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a4ed7533fe214c1d78e2575d0cfd5844268fa866
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Sun Dec 11 19:18:19 2011 +0800

    Add (back) the pause palying when seek frame pressed

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=d816ff1d50901b51e62630848e7ce260af39afa0
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Sat Dec 10 20:00:30 2011 +0800

    Use one function for previous/next rendered frame

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=bd7285b44c66a5e0b7f4e00bb3b8bdfed81184ec
Merge: dedaf14 36f88e5
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Wed Dec 7 22:44:24 2011 +0800

    Merge github.com:jcome/synfig_jcome into jcome_preview_window

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=36f88e5442816694d1cd48969ba1649d913d490f
Merge: e64ab9b 6da811d
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Wed Dec 7 22:36:50 2011 +0800

    Merge github.com:jcome/synfig_jcome

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=dedaf14260e943a0cbbf650c7d55bd3397a62a15
Merge: 22ab754 6da811d
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Wed Dec 7 22:00:27 2011 +0800

    Merge github.com:jcome/synfig_jcome into jcome_preview_window

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=22ab754bb9e49f2471b65660d90c05d36dd8888f
Merge: 40ffc6a e64ab9b
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Wed Dec 7 21:18:04 2011 +0800

    Merge branch 'master' of git://synfig.git.sourceforge.net/gitroot/synfig/synfig

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=e64ab9b0f4e1f56c47673f92e14b365ae9918c8e
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Dec 5 18:18:05 2011 +0100

    Release Synfig 0.63.03

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f2679e70d2d34f0ac01fa6e9818c9ea698e7b533
Merge: 67d857e 1113d77
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Dec 5 17:37:24 2011 +0100

    Merge branch 'zelgadis_master'

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=67d857ebcff0494cdfd53a8b57ee7cfec414d863
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Dec 4 19:06:47 2011 +0100

    Update News

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=5bab9fa349dbe84ff7636b505cd1b850a23b09ca
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Dec 4 18:35:12 2011 +0100

    Fix po file head issues caused by transifex. Update translations. Patch by Yu Chen

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=b3816a298723178824355a66830aeeb59ba1579a
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Dec 4 18:24:22 2011 +0100

    Add a new translation el_GR for Synfig Core. Patch by Yu Chen

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=1113d773b0d60f4d383aa044643b9349db7a55a9
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Sat Dec 3 17:42:43 2011 +0700

    Apply splashscreen changes by Yu Chen (jcome)
    http://synfig.org/forums/viewtopic.php?p=13085#p13085

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f3799d9305767a0be34a651cd90e8d29f6d3a644
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Sat Dec 3 17:40:27 2011 +0700

    Autobuild script: different source for git tarball

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=40ffc6a4716da5cc5e92820927fe8e87b288bd87
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Sat Dec 3 18:11:36 2011 +0800

    Fix po file head issues caused by transifex.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a11b582e0dade47d71823ebbd5a3f753a549d4f9
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Sat Dec 3 18:10:35 2011 +0800

    Add a new tanslation el_GR for Synfig Core

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=6da811de960e0cd8811375f9a9e2e6beeb28c13e
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Mon Nov 28 21:21:42 2011 +0800

    Pause the playing when prev/next rendered frame button pressed.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=fde806c42e28a2c4d22fc719f064721e681e2c15
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Mon Nov 28 21:13:36 2011 +0800

    Remove blank line.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=329ceb7c0e182bbc86473506dae4b18e924a705e
Merge: f6a1a70 a0d0666
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Mon Nov 28 09:08:40 2011 +0800

    Merge branch 'master' of git://synfig.git.sourceforge.net/gitroot/synfig/synfig

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f6a1a7008ec8009b0a49b90619cebac83753c504
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Mon Nov 28 09:04:29 2011 +0800

    Add seek to previous and next rendered frame buttons since scrollbar is replaced with scale widget

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a0d06664c42216cf3d4d3e0160387cb8f772cca4
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Nov 27 13:34:38 2011 +0100

    Add code to remove metadata entries.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=e206af41a86d793923df5644a900e684b9eacbdb
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Sat Nov 26 20:52:27 2011 +0800

    Replace scrollbar with scale widget for time slider.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=7a204cbf433e73bd83d15c513e4bc8edc321c7fc
Merge: b7b4dc9 cec66ce
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Nov 25 13:22:42 2011 +0100

    Merge branch 'genete_metadata'

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=b7b4dc978418892f8bcbba0ea6fac867843cb6e7
Merge: 5a2f329 048dbdd
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Nov 25 13:02:44 2011 +0100

    Merge branch 'genete_dynamic_lists'

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=cec66cec62c0f43885891470b4360c76c0ed2cc3
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Nov 25 12:44:02 2011 +0100

    Add a signal handler on Canvas View to update the action menus and toggle buttons when meta data changes.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=262a1abd0017a38001ce4293228a89b8736d7cf0
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Nov 25 11:58:33 2011 +0100

    Use new added member to access to onion_skin toggle action and remove useless connection.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=9cb3dd0b5c0fb1b59fff22977a30253e22e9986f
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Nov 25 11:55:44 2011 +0100

    Remove unused signal_onion_skin_changed and add general signal_meta_data_changed

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f12dbea634baa2cefad914bdec5b1211354e6392
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Nov 25 11:27:03 2011 +0100

    Make the toggle onion skin action easily accessible.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=8736e1bacc8e283f23c2ece46975f1fa8efb95a0
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Nov 25 10:38:19 2011 +0100

    Meta Data edition is handled at Meta Data dock dialogue. Remove unused code on Canvas Properties.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=14822c0c3b2455474761ab58838f6722c4dd3a71
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Nov 24 21:41:32 2011 +0100

    Initial attempt to fix MetaData dock. Now it is possible to directly edit the data

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=e97b746103d78fb6c5d04fb9e0d87213f8698233
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Thu Nov 24 10:59:06 2011 +0800

    Modify tooltip of loop button according to GHIG

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=da344929e2fca5bb73d700a3b48026275bf09cee
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Thu Nov 24 10:53:08 2011 +0800

    Switch button position for play/pause and loop following common sequence in most media players

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=c98fb458663d87fe548f1e3c8e202f30985a2bb5
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Thu Nov 24 10:30:31 2011 +0800

    Eanble preview starts from beginning again if the timeslider is on last frame and play is pressed.
    Cleanup the paly/pause button icons code.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=5a2f329ac6bc13539d2f940f9bf11ce6d20a0c5c
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Nov 23 21:57:49 2011 +0100

    Fix remaining render artifacts not fully fixed on the previous commit.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=ce470834ff8355548edab217c8d8374b1b9a5bc0
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Wed Nov 23 19:17:18 2011 +0800

    Make play pause button icon update according to playback status

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=048dbddea9e629aaa90956bbdb103645e56dc93f
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Tue Nov 22 21:38:34 2011 +0100

    Avoid crash when dash enabled and DList is empty.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=8f7f95cbfb78879bf8f55211f3ecedd551d69a02
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Tue Nov 22 21:38:12 2011 +0100

    Allow insert items on BLine, WPList and DList when list is empty.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=8ac0ebf596cfe0051ea2d9c6753b9c483e37ae11
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Tue Nov 22 21:13:09 2011 +0100

    Allow to add Item from the Dynamic List value description. This will allow to add items on empty lists.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=b2e2d327734c378eb64a04e684ac6b398d63b797
Merge: 385feca 418b27f
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Tue Nov 22 20:31:56 2011 +0100

    Merge branch 'genete_enum_widget'

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=385fecae52118c1cd2b671150e4f5dbf3052f290
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Tue Nov 22 20:31:27 2011 +0100

    Fix various render artifacts that were introduced with the previous commit and others ones older.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=2cf16d4346de9872dbde4d79f0fd37fe27b666a7
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Wed Nov 23 00:23:45 2011 +0800

    Cleanup unused code

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=3ea72a165643451c260cf96ab07a6b1e390d99b6
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Tue Nov 22 23:47:29 2011 +0800

    Merge play and pause functions into one button as play/pause button on canvas window does

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=ac6612bc356bb225c109911bd632c9352f74e267
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Tue Nov 22 18:18:23 2011 +0800

    Rename preview (window) stop to pause

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=cbf061c4a23eedbfe0adad43c4f7bec5f2cedb82
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Tue Nov 22 13:46:30 2011 +0800

     Hide the soundtrack widget in preview window since we don't support sound currently

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=9726bd62baf9a5c72ba56d0536b36071a445ed06
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Tue Nov 22 13:18:41 2011 +0800

    Rename stop to pause for framedials of canvas window

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=398d0123478e4ed76a94661499799b60ed5d877b
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Tue Nov 22 12:48:49 2011 +0800

    Replace stop icon with pause icon and change its tooltip accordingly

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=59ce1214af873f102b17492b97e3547652bdc36e
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Tue Nov 22 12:46:58 2011 +0800

    Add loop and pause icons

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=adae09107ee39a34aa79b3313aa4270c76ee1152
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Tue Nov 22 11:58:03 2011 +0800

    Reflash preview window by new icons and set the buttons to none relief
    - replace loop, play and stop icons with the same style as framedial icons
    - replace re-preview icon with Gtk-Edit icon
    - replace Erase All icon with Gtk-Clear icon

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=418b27f0782138d47ddc9ac94649412cf7fa16c5
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Nov 21 21:00:16 2011 +0100

    Typo

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=bb35c1770b8b6d1bc0fbf31333e3a286733df834
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Nov 21 20:44:12 2011 +0100

    Add icons on the Default Interpolation enum widget.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f19e974a380c43e71f24aa307de48c0bd5b512fb
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Nov 21 20:35:37 2011 +0100

    Add the last two new icons

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=2e11cf0b8256da86ff93d6fbff392a43e67f246f
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Nov 21 20:35:22 2011 +0100

    Update Makefile and incocontroller with the new icons.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=6faa5c7cba89ec90126eaeccc8785a9e1fbe987a
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Nov 21 19:21:05 2011 +0100

    Change license for the sif files.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=634d54b97fbe11e6b6c90fd216009eb338e27f87
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Nov 21 18:20:07 2011 +0100

    Add the icon at start of enum widget. If there is not icon, then it acts like before.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=7ca154e0195552cd69dddbab5056abef83dfb6fd
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Nov 20 21:27:29 2011 +0100

    Fix various render artifacts:
    1) Not perpendicularity of the width when doing tips at widthpoints.
    2) Due to homogeneous to standard calculation limitations it is needed to check if a withpoint tip is just done before continue rendering.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=0b7b1db70166077852cf0df4f405ab82f31f9aad
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Nov 20 18:59:18 2011 +0100

    Initial coding for add an icon on widget enum

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=c5fffb79d7bc57de82e432131c245aa4edd3289b
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Nov 17 18:06:31 2011 +0100

    Restore functionality removed in a previous commit: Offer sub menus to access interpolations and default and zero width.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=15fd533697a5c4a519a6ef855d41b68a41de4224
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Nov 13 21:15:03 2011 +0100

    Bump for version RC2

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=d448b27820a5c5ddd9784d0579a15188b5cc6e65
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Nov 13 21:06:24 2011 +0100

    Make new files translatable.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a0ca924fc0b7725f8ed95b4920d8730d61edfdd2
Merge: 74b8234 67a8d2e
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Nov 13 20:49:07 2011 +0100

    Merge branch 'genete_delete_multiple'

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=74b823427f0fdf2c559c13b6a057bd0e9cc051ab
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Nov 13 19:23:23 2011 +0100

    Avoid crash when there is only one blinepoint and the bline is not looped.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=67a8d2e47efc67cab1769eabe83ceecb7f33f12c
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Nov 13 19:13:21 2011 +0100

    Add new action ValueDescRemoveItemSmart. It will remove or make 'off' DynamicList Items based on animate mode.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=9dc63604ce7fea378043b884eec9bd9c55c111c5
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Nov 13 14:02:43 2011 +0100

    When editing several waypoints of widthpoint or blinepoint value nodes use the position and point value nodes instead.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=2a6b0be6864cc4728b355427e0cc90e4279b2049
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Nov 13 13:59:30 2011 +0100

    Use better variable name

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=bac20e6aed3ba6bc2a88c19ad99bc95c7436300e
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Nov 13 13:19:08 2011 +0100

    Clean up unused and duplicated code.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=9651683c800a4b6ebc60b4d35da5803e1934d679
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Nov 13 13:14:28 2011 +0100

    When linking BLinePoints , transform the BLinePoint value node to Vertex value node at the ValueDescLink::set_param, not at the StateNormal_Context::event_multiple_duck_click_handler.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=100c1bb1b8caf8f4523411403f934561ce03ceef
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Nov 13 12:47:37 2011 +0100

    When right click on a widthpoint use its position for the Edit Waypoint dialog.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=0ae04aa71478ddd7d880d603c916abaa1e25f590
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Nov 13 11:16:45 2011 +0100

    Initialise variables to avoid compiler warning.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=5d728f714498f24e36a4b4b65a47d0d540cfde5f
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Nov 13 08:30:51 2011 +0100

    Make Advanced Outline 'Fast' parameter static by default.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=e0d2ee0fc6a2f4f3b866c1440c1755525e2c00a9
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Nov 12 20:57:50 2011 +0100

    Typo

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=ad51bdbdb0c55a42c8f232dc98ffb967842b854a
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Nov 12 19:54:43 2011 +0100

    Update Save As file dialogue options.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=d7bf940257db95cb1546b26d795e542ab3c5ca06
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Nov 12 19:54:12 2011 +0100

    Bump versions for 0.63.03-RC1. Not release splash yet.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f41c9201dfdb8d87d16648c00f049b04b99c6a58
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Nov 12 19:46:29 2011 +0100

    Add new splash screen to extra distribution

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=692a3d773179efeb371c6562178f8a449b3791a7
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Nov 12 19:31:14 2011 +0100

    More Update News

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=591d534ea5ee96a7685d9cda7fce109f74de0e42
Merge: b4a6f4e 99dcbe2
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Nov 12 18:58:40 2011 +0100

    Merge branch 'zelgadis_master'

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=b4a6f4eecdd67457086c7c08a0836361edb785ec
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Nov 12 18:55:48 2011 +0100

    Make splash screen release type.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=edf67c5fa77dbdb6ce12020ae29db26319dd1fce
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Nov 12 18:55:25 2011 +0100

    Update News

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=843e0e9c87df36edefd08df6c1fdd5dd0bec2bc2
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Nov 12 17:58:00 2011 +0100

    New splash screen for 0.63.03

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=e8b629ecb9ee2c15c0eedf58308d80bb258f741e
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Nov 11 20:04:36 2011 +0100

    Fix bug in Time Loop Layer. Patch ID: 3414729 by Ray Frederikson

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f710e3edb64c19fe71073311245dbf91e3ee7633
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Nov 10 18:47:52 2011 +0100

    When modify a value that has a waypoint at the current time, don't modify its interpolations, only the value.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=b7e185baa9d296af93c9edf4a7470ac25b3e86a4
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Nov 9 20:51:00 2011 +0100

    Show the tooltip at the correct place. If tooltip query is triggered by keyboard, ignore it.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=8e6980eac19e5e3cab08ce1853bc380af3217839
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Nov 7 21:19:36 2011 +0100

    Widget_Defaults: Use Gtk::Tooltip instead of deprecated Gtk::Tooltips

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=0a429145423f38142468ef4aff5937b0483be771
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Nov 7 21:12:42 2011 +0100

    Use same method for childrentree than for layertree.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a952438fec9be84e3c598a8ace5a635929d51f63
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Nov 7 21:09:27 2011 +0100

    LayerTree: Use Gtk::Tooltip instead of deprecated Gtk::Tooltip

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f0f50b5a1e0daa8070f0fea87d75f0fec75f289f
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Nov 7 20:57:57 2011 +0100

    ChildrenTree: Use Gtk::Tooltip instead of deprecated Gtk::Tooltips

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=4493e170c81c985263e2f28a3cf204ef288afcf1
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Nov 7 19:32:07 2011 +0100

    Replace reprecated Gtk::Tooltips with Gtk::Tooltip in various widgets

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=c9bbca897739821505e728f93f1bc17425641f14
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Nov 7 18:31:08 2011 +0100

    Dial frames: Use Gtk::Tooltip instead of deprecated Gtk::Tooltips

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=26626cfa2bf4dd5a537bed7a3f482d8653818c13
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Nov 7 18:24:37 2011 +0100

    Dialog_Keyframe and Dialog_Setup: Use Gtk::Tooltip instead of deprecated Gtk::Tooltips

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=0749ca768c10f76e47c68dc6afaf8f534551a11a
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Nov 7 18:14:15 2011 +0100

    Dialog_Color: Use Gtk.:Tooltip instead of deprecated Gtk::Tooltips

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=2ce596d298e085f9818dc6ac115889129baaee49
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Nov 7 18:13:31 2011 +0100

    CanvasProperties: Use Gtk::Tooltip instead of deprecated Gtk::Tooltips

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=eb411dfee07716bbc4a1419498f74f5ebdf43664
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Nov 7 18:12:46 2011 +0100

    CanvasOptions: Use Gtk::Tooltip instead of deprecated Gtk::Tooltips

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=99dcbe2b6cf6f19ba89ef3a24b1dd5fb988fd7df
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Nov 6 19:57:24 2011 +0100

    For Importer layer, even if file is physically impossible to open set the parameter with the passed file name.
    This would allow to load and save Synfig's documents with paths for imported files badly adjusted but that user doesn't want to modify.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=04a0e2b430065f05160a2c748695a7ed37a3e9e5
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Nov 6 21:37:35 2011 +0100

    Canvasview: Use set_tooltip_text instead of deprecated Gtk::Tooltips

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=dd5ab6356af80bce786f5cfcafd4fbb4892aaef1
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Nov 6 19:57:24 2011 +0100

    For Importer layer, even if file is physically impossible to open set the parameter with the passed file name.
    This would allow to load and save Synfig's documents with paths for imported files badly adjusted but that user doesn't want to modify.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=3a7dcec0d28d201eb05c86a7769c9e47ab39d093
Merge: bf774fe 8405f9d
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Nov 6 18:35:31 2011 +0100

    Merge branch 'genete_master'

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=bf774fe5b6278ee6aac96a2473219f468b13e5c0
Merge: 55a6fff 611c7b6
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Nov 6 18:35:13 2011 +0100

    Merge branch 'genete_opt_av_out_render'

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=55a6fffbaf937cb09e26cd8d4e60176618d9cbc2
Merge: 31ec778 e7fa671
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Nov 6 18:34:32 2011 +0100

    Merge branch 'genete_draw_tool_2'

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=3bc455b006473284f79de672d199d21ab343712b
Merge: 873438d 611c7b6
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Sun Oct 30 21:39:56 2011 +0700

    Merge remote branch 'origin/genete_opt_av_out_render' into zelgadis_master

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=873438d0936e58f9536dd86a6296806a6c45b849
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Oct 30 12:33:09 2011 +0100

    Fix bug https://www.pivotaltracker.com/story/show/18136743: BLine linked objects get wrong initial position

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=635af00340b5f3e0c8d5ff93e0186ae8c2dbb83d
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Oct 30 12:32:36 2011 +0100

    Fix bug https://www.pivotaltracker.com/story/show/20258515: Incorrect displayed hover text on widhtpoint position

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=62afcfbbde60333ca2a346d6decb3267d8225a09
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Sun Oct 30 21:33:52 2011 +0700

    Fix for compatibility with libpng 1.5. Patch #3427945 by SpeckFleck.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=8405f9dfb09607bd22b15020e5492086c10d985b
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Oct 30 12:33:09 2011 +0100

    Fix bug https://www.pivotaltracker.com/story/show/18136743: BLine linked objects get wrong initial position

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=d3f37a23f5baa298b9439c525162a9fad3b43bd7
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Oct 30 12:32:36 2011 +0100

    Fix bug https://www.pivotaltracker.com/story/show/20258515: Incorrect displayed hover text on widhtpoint position

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=611c7b63fe4f6a29df7cc00d7d5d41701fbeec04
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Oct 30 12:13:51 2011 +0100

    Fix bug https://www.pivotaltracker.com/story/show/20258515

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=23207170e60eabc7dfb19bbe4b7ed315290e9817
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Oct 30 10:59:56 2011 +0100

    Clean up unused and debug code. Add some comments

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=5a23572274ca6d6db209c546eaaae91a720f686d
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Oct 30 10:41:24 2011 +0100

    Reuse already calculated homogeneous positions

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=4e0c350adbcee8bd4df3607231a360fdc289dfd1
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Oct 29 17:31:43 2011 +0200

    Make standard and homogeneous copies of the widthpoints. Always move in standard positions.This should do better renders. Not faster yet

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=ea1fb63535af32086c81c74ac1fa9fe6d2e7b18a
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Tue Oct 25 21:52:05 2011 +0200

    Fix wrong lower and upper boundaries calculation when extending bline from end

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a6d7ed50acccec166fa8a450a6bccca7921c0136
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Oct 28 18:46:28 2011 +0200

    Reorganise definitions and change some variable names.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=5b9bf5990c97c0947de93db01327f9bf86680c9a
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Oct 27 21:10:11 2011 +0200

    When bline is looped, it is needed one more position on the arrays

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=7bc76b1073915f1dd4ee7613c4360164134d4b50
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Oct 27 20:35:24 2011 +0200

    Use homogeneous blinepoint positions form array

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=fc659c1386b8ab0af7c87b81fef00b221e35f5e6
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Oct 27 19:56:16 2011 +0200

    Use an array for the blinepoints positions

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=e7fa671f30e7047d72b8d672b608a4938fc79d38
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Oct 27 18:05:25 2011 +0200

    Remove debug prints

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=31ec7788183401dd8bfd7df6d7b8bca1e266ab2a
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Wed Oct 26 22:59:47 2011 +0700

    Don't stretch button in file selection widget. Use shorter text.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=d4721b590699d17693ed92b55ce24402864a18e9
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Tue Oct 25 21:52:05 2011 +0200

    Fix wrong lower and upper boundaries calculation when extending bline from end

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=e73434198a1e3b48b1265dbfc592a863322bd79a
Merge: b6eac57 dfc3d04
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Tue Oct 25 11:45:05 2011 +0700

    Merge remote-tracking branch 'origin/genete_draw_tool_2' into zelgadis_master

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=dfc3d042674a48560bf51f4e18ed8df7940fbb49
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Oct 23 20:09:49 2011 +0200

    Remove debug info

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=092122a3dabfac787caf3b2698b480b93586e1b8
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Oct 23 20:09:38 2011 +0200

    Add code to allow extend advanced outlines from its end using Draw Tool

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=ae7284baa7fe4b0ec863e3e40207176b151ecae5
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Oct 23 19:56:00 2011 +0200

    Clean up debug info

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=4327c964440a47b713e9b20a93f1ec6858156a6e
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Oct 23 19:49:59 2011 +0200

    Don't add first width point when doing complete loops

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f583b3e1b5543ac9da5ebe5e72a4d4770482a370
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Oct 23 19:43:35 2011 +0200

    When extending from start an existing advanced outline, insert width point of the extension stroke. Withpoint with position = 1.0 is not inserted to allow smooth joints. This might be user optional

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=0b91c95184fb91e0c9f4c898dfa98ab5b6bdd861
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Oct 23 18:34:58 2011 +0200

    When extending an advanced outline from start with the Draw Tool, keep initial width points on place.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=ec84767c0127fef7277855254fd86ff610e5617d
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Oct 23 12:17:52 2011 +0200

    Remove unused variable

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f360f714e680547ce95110021b9df8f7d1d18454
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Oct 21 19:59:46 2011 +0200

    Add member to reverse a widthpoint

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=377c4be2f13ec102b77a517cc7351a75704a761f
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Oct 20 21:56:47 2011 +0200

    Add new member to get the boundarized position. Add code to correct the hover text on duck and the ValueDescSet action.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=c597a7e7ac85003281b57ffa7b7b451bf0f5d623
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Oct 20 19:31:37 2011 +0200

    Reuse variables

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=c5641a44ba5a5ac40bad678972a065567697e379
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Oct 20 19:30:22 2011 +0200

    Fix ValueDescSet action to consider width points with no standard boundaries

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=55931183058423cbf414b3a9a9a6b5df48a5611c
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Oct 20 19:13:22 2011 +0200

    Fix hover text written when dragging position duck. It shows correctly the real position in homogeneous and standard cases. Value Desc Set doesn't work yet.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=3a8f51a8ffcbd49f4b42832956a4487a808ca708
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Oct 20 17:58:59 2011 +0200

    Fix and simplify get_norm_position widthpoint member

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=b6eac57ecdddf454d93e0f9bbc7ee1585a946071
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Wed Oct 19 20:10:16 2011 +0700

    Update api script

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=da915cc11148b3824bba187784d50f74522f002f
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Oct 17 21:11:18 2011 +0200

    When calculating the normalised position, use lower boundary as origin.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=19f6b1d95a68599e2ca89f9a880665a9f91987f4
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Oct 17 21:06:52 2011 +0200

    Add code to parse exported widhtpoints

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=5d7df3ea6c46af73b62a6dfb81e17d8d2662e5e1
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Oct 17 21:05:00 2011 +0200

    Add code to avoid set upper boundary the same as lower boundary

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=4e379376e9d84d1bc0c550c2a41adb21f2d63b93
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Oct 15 10:44:50 2011 +0200

    Fix uninitialised class member on explicit constructor. Fix operator ==

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=4125e724e42b447d9986142dff893726fae56181
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Thu Oct 13 14:02:59 2011 +0700

    Mark version as development

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=2133f338b1b04d38c1afcc5be7efb2e086cef67d
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Oct 12 21:46:52 2011 +0200

    When WPlist is looped and position is out of (0,1) calculate correctly from/to homogeneous to/from standard.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=5ba7f8ccbc9cf7891b1f55960945bcbe366227ce
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Oct 12 21:02:06 2011 +0200

    Consider if it is homogeneous or not when showing the hover text on the widthpoint position duck.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=41579c53dfb9310f6e2f8785e9283add5339f8c4
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Oct 12 20:33:26 2011 +0200

    When converting from/to standard to/from homogeneous check the trivial cases first. Fix render artifact.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=63209fb993e738095094aebfc33a4e8bfbe43621
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Oct 12 19:19:39 2011 +0200

    Lower and Upper boundaries of the WidthPoint cannot be allow animation, exported or converted to anything.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=27ca04b57163cd6d5fd83a186cf012a1dfd764d4
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Oct 12 19:18:01 2011 +0200

    Make parameters lower bound and upper bound visible. Add its description.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=c3ecc9597fb227e664a2eaa212ac781f87f2efd8
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Oct 12 18:37:51 2011 +0200

    Now widthpoint_interpolate must use always normalised widthpoints so wplist loop is not needed.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=14db525c6888b802dbe18c63a80a29be0bb77eb4
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Oct 12 18:36:31 2011 +0200

    Fix get_norm_position member to return a value between 0.0 an 1.0. Add new member to 'normalize' the widthpoint to set its position to the normalised value inside its boundaries.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=fefedd786b446e6aaae151853d948906a033afbe
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Oct 12 17:49:39 2011 +0200

    Increase canvas version due to the addition of two new parameters in WidthPoint Composite

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=063de5af43058f21484fe19dee3d4232c385b4e5
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Oct 12 16:57:52 2011 +0200

    Use lower and upper boundaries to calculate the normalised position.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=42d5f5709ecf3e14c719fc7770bffdd1bac00a55
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Oct 12 16:57:11 2011 +0200

    Only allow set link to ValueNode_Const and avoid cross boundaries for lower and upper boundaries of widthpoints

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=278f4344ab1fec93bbe7587456cd282bb080ac8a
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Oct 12 12:12:15 2011 +0200

    Add two new parameters to ValueNode Composite WidthPoint type. Also needed code to WidthPoint class

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=eafdc604aead1de3c2f22a951f8310fd8b1c6fa2
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Oct 10 21:21:21 2011 +0200

    Typo

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=0d626b938e13f7a35c1c5e550db75cc83c587cb6
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Oct 10 21:21:08 2011 +0200

    When drawing a width point position duck, print its position value near the duck.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=7c90b87b845cb5ccf5ef61bddb1b088e9e379a67
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Oct 10 20:13:38 2011 +0200

    When adding widthpoint position ducks, don't expect that Link to BLine fix the position out of the boundaries of the curve. Let the widthpoint does by itself.
    So the loop sub parameter of the BLineCalcVertex value node is always 'false' since the widthpoint position is already inside a drawable place.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=5932b83973dca1f9c07a52397407ee0b2e0c8a07
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Oct 9 20:06:35 2011 +0200

    Fix wrong widthpoint position shift value needed when drawing a complete loop

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=3c4a218086d08a5b4ec3068b37f9556426bbd451
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Oct 9 17:20:47 2011 +0200

    Fix bad origin creation when auto linking is checked and selected only advanced outlines

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=918ffa63d04ab26a3cec8cfc0a0603256a0064e3
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Oct 8 20:00:16 2011 +0200

    When auto loop is selected, modify the widthpoints according to the new bline situation.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=69a119afe67d07d1c905f0af980f849634e3fb4d
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Oct 8 10:17:54 2011 +0200

    Increase by 100 the significance of the Max error for the user interface.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=db0cc438dcee3d2c6ce51ba68876ea8a2eddd421
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Oct 8 10:06:52 2011 +0200

    Clear debug information

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=e1755c5066eb9818ed4f528fe17842acfcc899bf
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Oct 8 09:54:49 2011 +0200

    Convert the returned widthpoints positions to standard because it is the default for new advanced outline layers.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=995da9ed70899c572506bb68a72e399184830410
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Oct 7 21:25:46 2011 +0200

    Add basic support for Draw Tool to create Advanced Outlines. Extend doesn't work yet.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=6c53d7ba1a5bb691696d37485e336ac51a4d40b4
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Oct 7 21:24:59 2011 +0200

    Return only WidthPoints with dash set to false and add new member to enforce minimum width

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=7a4362935a2788fe4c644830f05d6ce6d7534022
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Oct 7 18:12:18 2011 +0200

    Add controls to handle the width maximum allowed error

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=9595bad7b74d73e3c4e53e65e897644e7afc6522
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Oct 7 17:38:17 2011 +0200

    When using local error for BLine shape, change Label string.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=d8cae4e05b735460a031f1ed58cd90ac3c4e0fae
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Oct 7 12:23:03 2011 +0200

    When a Distance is assigned from a string and system units is empty use the previous one. If the system was not set an exception is caught.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=b1cc2c65ac4059c52996e307a310d935e085f4f2
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Oct 7 11:58:24 2011 +0200

    Add a wplistconverter instance and print some output info

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=57624ea475fd5a7adf018dd85fbfb79edfe36bc9
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Oct 7 11:39:21 2011 +0200

    Discount to total squared error, the squared error at index instead of the local error at index.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=c21c2ead28b52442e8c1e9e9e2b97cd7af5a6111
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Oct 7 11:29:58 2011 +0200

    Find the new k1 and k2 indexes after calculate kem

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=99fd1e935d2dd70b5e6b4798e6135d5db55c6de7
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Oct 7 11:04:31 2011 +0200

    Clear the items first. Add some debug info. Place the includes in the right place. Correct the assignment of width and position for the initial Widthpoints

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=7da1ff6a7d50477be5c64ef12ba78de91d66ccdf
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Tue Oct 4 21:02:24 2011 +0200

    Initial release of WPListConverter class.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=4e202152d0143d1dad8a0c923bca9d6c7bad32ac
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Oct 2 21:45:19 2011 +0200

    First steps of coding the procedures

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=daf58709f701b807e8ad2df29b2ce4b2d83ec0f8
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Oct 2 20:09:31 2011 +0200

    Initial version for a ValueNode_WPList converter from width data

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=c872e84a4bbedd3c6e885ce6afe5dc31f58f2bad
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Sep 29 19:33:34 2011 +0200

    Add option for Advanced Outline creation. Not usable yet

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=7ada2aabf53fc2041fd3d9ffe2d5c2e134ab5663
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Sep 25 14:11:49 2011 +0200

    Enable tool tips for Tool Options dialogue buttons

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=db952e8f6c8c4ecc418cb0db5b87df520146202e
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Sep 25 13:32:55 2011 +0200

    Use Widget::Distance for feather spin button.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=62113d6b9ab130e896ce4f4f14f8e36162d56d9f
Merge: 143eae9 caf2b7c
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Thu Sep 29 11:01:28 2011 +0700

    Merge remote branch 'origin/master' into zelgadis_master

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=143eae9cb72b91e34191659c57d55bb060769f82
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Thu Sep 29 11:01:13 2011 +0700

    Update version in save file dialog

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=caf2b7cca34e97184e8a2dcdd8fb025012d66089
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Sep 28 19:33:55 2011 +0200

    Release 0.63.02

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=442a13ee4df5c14de2e6d02eae4c1cf8b4458db8
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Sep 28 19:16:16 2011 +0200

    Add Fast parameter to allow user to render outline with the old (non homogeneous) algorithm

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=4b352024810988d50c43fe80aba30230513ad90c
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Sep 28 18:05:52 2011 +0200

    Remove unneeded defs section from files that reference the original one for 0.63 series.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=52944639f1498aec582ebd34f89c648a1ee9dc3f
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Sep 28 18:01:48 2011 +0200

    New splash for 0.63.02

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=0266415f56049c4622ab76e514511d642a9547e6
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Sep 24 18:59:17 2011 +0200

    Add new common splash screen file for 0.63 series and reuse it on 0.63.00 and 0.63.01

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=cf82700facc4a6fac96e3d17269df6db277775f0
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Sep 24 18:20:40 2011 +0200

    Restore splash version string and position.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=643bc5ea03672c77fc9a1b28c28ecba5461b21d7
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Sat Sep 24 21:33:15 2011 +0700

    Typo.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=c8eab202eb8f06029a80660af19c8cb27711f6b5
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Sep 24 15:57:49 2011 +0200

    Fix render artifact when doing dashed outlines and other than flat sides.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=0a00689e0a693568c188ef89b3aefa934599ddb2
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Sep 24 10:25:30 2011 +0200

    Fix mistake in the splash file name

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=8f3478db4ab195640fddf7758ebeadfdb20623f2
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Sep 24 09:55:43 2011 +0200

    Release Synfig 0.63.01

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=d4cc5c81ccec87b968b810fd7efa18aa0075d4de
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Sep 23 21:08:32 2011 +0200

    Add new splash screen to extra distribution files.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=e863b19d1f1815275a095737eb2a1a7d21e574f3
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Sep 23 20:56:20 2011 +0200

    Update copyright year in the about dialog.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=2d700403e392b976398eca108e25509a06b63890
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Sep 23 20:53:31 2011 +0200

    Update NEWS and AUTHORS

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=19c0dbe7a2d0dff67094797dce6005b42c6368d2
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Sep 23 20:53:14 2011 +0200

    Add support for Dutch and Lituanian and Slovakian. Update Chinesse and Russian

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=ddc9081ee5c7935d4c8e80d694cde253a047640a
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Sep 23 19:55:45 2011 +0200

    Add splash screen for 0.63.01 as modified version of 0.63.00

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=c85f1b39e336eeb7aced7ac3d03b1b41de05f4f2
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Sep 18 20:04:49 2011 +0200

    Fix Synfig website address for help menu entries, changed since last website design

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=8bf202c14872081d330e5ce0cb24b90e26097722
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Sep 16 17:47:41 2011 +0200

    Tiny Spanish translation update for Synfig Core

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=69fce76f5a0dc565ed839c2a59eafb54b229dd17
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Sep 16 17:41:55 2011 +0200

    Fix bug #3405011

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=d1a5fdb0e66f6945b3f0224f66555a655cfd3375
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Sep 14 21:17:31 2011 +0200

    New language for Synfig Core: Persian. Thanks to Hadi Fadakar

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=d6c7bd3b4e2b1c05038517b60cfa9fbaf368b873
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Sep 14 21:09:42 2011 +0200

    Updates for Synfig Core translations

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=439679743100c731377a9b6f9d7e1eec6a51569b
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Sep 14 20:51:42 2011 +0200

    New translation for Synfig Studio: Persian. Thanks to Hadi Fadakar

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f0781e77ab66c7afa9d6a5444138df80054e112e
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Sep 14 20:39:42 2011 +0200

    Update Synfig Studio translations

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=bac5b031fc88c48c2e0469f31045510fdde04a22
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Sep 14 20:14:59 2011 +0200

    Better translation string for dash item side type

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=d181334d626fcba1fee20bdc9b5ddbeb5f838404
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Sep 14 19:22:29 2011 +0200

    Remove underscores for shortcuts since they are not used anymore.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=91511741ee311d442b14065c7e04982486a90881
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Sun Sep 11 18:58:02 2011 +0700

    Update version in save file dialog

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=2339b4e3c7bb3af89d7c53ed8e18c60730d5c516
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Sun Sep 11 18:46:47 2011 +0700

    Provide maintainer email for deb packages generated by alien

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=464ca1affff07dab4d6aa157e2f9e288ee10edfa
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Sep 10 20:00:16 2011 +0200

    Fix missing change from the previous commit

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=cf5a90bfd5261643ede9daf0a151345019591f7f
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Sep 10 19:43:00 2011 +0200

    Bump for RC2

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=668b5c5af097494d44a5d48aac5edfdf5ccb8e28
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Sep 10 19:33:42 2011 +0200

    Fix various render artifacts related to wplist loop option

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=c3ff5903693a5b3ffeec6cd41f74ab07cf7144b8
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Sep 10 17:58:14 2011 +0200

    Use fmod instead of modf to see if it can solve the 32 bits bug.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=bdc2083a1ec4bc0929d5e69e086db815094d1103
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Sep 10 17:42:43 2011 +0200

    Really make BLine Liked Convert types homogeneous by default.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=e4d87db993a4425c7b5a79b338d53d10ca726568
Merge: 3602a4e 618a41e
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Sep 10 09:20:20 2011 +0200

    Merge branch 'zelgadis_master'

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=618a41e6db79ae81053464276dfadcd6b3ae8299
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Sat Sep 10 13:49:16 2011 +0700

    Fix Ubuntu dependency preventing package building on Debian system.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=3602a4e14705d8672a51f42c2fd4ecba8953b85d
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Sep 9 20:33:07 2011 +0200

    Prepare for RC1

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=d8de120c02eecef8a7b97f70cd91ea8b33ffaaf4
Merge: ee347ad a1b2600
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Sep 9 18:55:04 2011 +0200

    Merge branch 'jcome_master'

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a1b260083346d37da00feaf38da0361c7b96cff0
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Fri Sep 9 06:51:39 2011 +0800

    Update the seek to prev/next keys, using yellow, to make it more distinguish from the others icons.
    
    Thanks Zelgadis.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=ee347adf3c76b328217d6f2e12d4f44bd29b4364
Merge: 6d22cda 4aecef6
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Sep 7 21:16:55 2011 +0200

    Merge branch 'zelgadis_master'

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=6d22cdada1bcffac29388dc8da9919b32e3696f3
Merge: a8079ac 1d78ec5
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Sep 7 21:10:08 2011 +0200

    Merge branch 'genete_advanced_outline'

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a8079ac5080bcbd7cd1a5dbf5da10dc905d1c5f0
Merge: 5787090 b125886
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Sep 7 20:39:47 2011 +0200

    Merge branch 'jcome_master'

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=57870905f73c6b1c157cf19123f0b59118cc0110
Merge: 3523c4b 449787d
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Sep 7 20:37:13 2011 +0200

    Merge branch 'nikitakit_master'

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=3523c4bfeae06d8c1020a7a3e1093ec9a81af8f3
Merge: 0bcd105 febc911
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Sep 7 20:27:17 2011 +0200

    Merge branch 'nikitakit_guides'

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=0bcd10531f76d3bf2d1d855c48bd56c816a42658
Merge: fd00aec 74ba221
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Sep 7 20:21:40 2011 +0200

    Merge branch 'nikitakit_duckmatic_refactor'

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=1d78ec57cdaf7a691841d13e2525c86786cfff5f
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Sep 7 19:51:18 2011 +0200

    New BLine linked Value Nodes are homogeneous by default.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=e6a6684e4c2a67a7299e539ca7cf7837e898df7b
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Sep 7 19:48:16 2011 +0200

    Remove more useless warnings and info messages

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=33a1c41499362fbb737ca22a04cf28c79d1f90c1
Merge: 4aecef6 d3e026b
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Tue Sep 6 20:04:55 2011 +0700

    Merge remote-tracking branch 'origin/genete_advanced_outline' into zelgadis_master
    
    * origin/genete_advanced_outline: (87 commits)
      As requested, newly created advanced outline layers are non homogeneous
      Remove useless warning and info messages.
      Fix render bug produced by bad interpolation when passing through artificially inserted first and last width points.
      Remove translatable entries for files that don't exists now.
      Typo
      Fix wrong parameter order.
      Fix trimming dash offset layer parameter to be allow negative offsets
      To keep back compatibility, don't use homogeneous interpolation when homogeneous is off and loading old "0.1" layer version.
      Now that homogeneous just places the widthpoints and the interpolation is always homogeneous, let's redefine the "Homogeneous" description
      Remove debug info
      Fix some render artefacts
      When rendering an advanced outline with homogeneous false then calculate the interpolated width as homogeneous to avoid render artefacts.
      Remember the start and end tips of the dash widthpoints that are removed because they are out from [0, 1] and restore them later
      Correct some documentation
      Do not render last cusp when lies in the middle of an empty dash.
      Fix some render glitches. Correct one bad iterator calculation.
      Add some debug info
      Keep a copy of the original widthpoints before remove the non visible. Keep track of them and do the dash withpoints interpolation properly
      Remove regular widthpoints that lie on an empty dash segment.
      Make the width of new dash withpoints to be 1.0 for testing porpouses
      ...

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=d3e026bb68dee247916fbcd6b2b3a2c7f7354ad2
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Sep 5 21:37:52 2011 +0200

    As requested, newly created advanced outline layers are non homogeneous

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=7aa6137b55d67adfbd17419bd6d9c7c23aa6e362
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Sep 5 21:09:58 2011 +0200

    Remove useless warning and info messages.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=97b11b49c379174002b185a659cba427a158a4ac
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Sep 5 21:05:28 2011 +0200

    Fix render bug produced by bad interpolation when passing through artificially inserted first and last width points.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f4fb3ed99d0e202e5fb950cede8c292f577d3360
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Sep 5 18:51:29 2011 +0200

    Remove translatable entries for files that don't exists now.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=4aecef6d6310d57dcefa9ac6d9d20e55526044f6
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Thu Aug 18 18:15:28 2011 -0700

    Automatically enable children lock for imported canvases

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=b125886ec2512d7b8a1b449df5892113dce9f2a1
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Wed Aug 31 09:15:48 2011 +0800

    Add a vertical separator between keyrame lock and animate on/off button.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=449787d217e8b9aee9cdfc6fd5fbc9d28bd6cdbd
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Thu Aug 18 18:15:28 2011 -0700

    Automatically enable children lock for imported canvases

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=af00dacba013b3cd7454e5fec509c5e195deb62a
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Thu Aug 18 17:18:17 2011 +0800

    Make KEYs more distinguishable

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a1df51b928a0bf06f3cf12db8f5331aac9bdf91e
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Wed Aug 17 21:52:00 2011 -0700

    Add undo capability for guides

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=febc9112ffb73a1046e3171bb7137c69ea45be06
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Wed Aug 17 21:52:00 2011 -0700

    Add undo capability for guides

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=d75b9ea1f2a3f093d5c9c015c73a5098c4530a2a
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Aug 17 18:38:04 2011 +0200

    Typo

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=eb9e92a04e8de006eb83dd39b6d020d0507e4df1
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Wed Aug 17 16:35:19 2011 +0800

    Fine-tune

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=6f0ec768916b41ca14b99ef8165cb114d47a0e41
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Tue Aug 16 15:25:17 2011 +0800

    Update tooltips following HIG

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=7375bde4dd86f2bba591775a6da0e18b6642d84b
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Tue Aug 16 14:19:04 2011 +0800

    Update tooltips following HIG

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=38a0fd9f057714c3707bd927c521c8be5c762d8f
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Tue Aug 16 14:15:04 2011 +0800

    Add tooltips and format it following HIG

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=9f128af25cb3bd64bdf53e3b0fba0dd52c23a228
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Mon Aug 15 22:01:45 2011 +0800

    Add a new sif for animate mode icons,
    Enable animate mode icons rendering in building time.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=c2ed2993fc255fa2050517690e3c0edece9c2bf0
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Mon Aug 15 12:34:27 2011 +0800

    Cleanup and remove unused sif files

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=e22e6765da1da4a411add229888de8e62336cf1b
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Mon Aug 15 12:28:20 2011 +0800

    Enable render multi-icons in one sif file for framedial_icons.sif

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=80338107f2caaf6a63dc11d03250b9a0742a5b49
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Mon Aug 15 11:33:00 2011 +0800

    Add framedial icons sif

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=830a309158d29dee5ea0724462edae98cb71c7e4
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Mon Aug 15 00:11:49 2011 +0800

    Update preview_options and render_options icon files following tango icon spec

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f1cfe7501a5052b42fb59c965c410f7fa15afa9f
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Mon Aug 15 00:03:34 2011 +0800

    Rename keyframe_lock_icon.sif to keyframe_lock_icons.sif since there are 4 icons in sif file, and update Makefile.am for these icons rendering and give the new png file names according to the icon naming schema.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=8bc195831e53ea05f3743f0f468434dfbd3c3e75
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Aug 14 13:08:23 2011 +0200

    Fix wrong parameter order.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=7893ed4806f7da0f62cf50c7e0809a154e975a47
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Aug 14 09:20:36 2011 +0200

    Fix trimming dash offset layer parameter to be allow negative offsets

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=ffd4dfe7182029c68943775d54ca2db1f3ad6fc3
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Aug 13 21:05:25 2011 +0200

    To keep back compatibility, don't use homogeneous interpolation when homogeneous is off and loading old "0.1" layer version.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=e67dc23fa052ade7af6bd29a34b01a6b5bb29e2d
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Aug 13 20:34:25 2011 +0200

    Now that homogeneous just places the widthpoints and the interpolation is always homogeneous, let's redefine the "Homogeneous" description

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=5a629d6d328ce0aca51039a34a6978b758d98d67
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Aug 13 20:32:03 2011 +0200

    Remove debug info

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=452073a3aac4d506faca6321b8a1115551728b22
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Aug 13 20:24:46 2011 +0200

    Fix some render artefacts

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=66e8a25d001a3084599ca77963f66b8719bcb2f1
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Aug 13 19:10:11 2011 +0200

    When rendering an advanced outline with homogeneous false then calculate the interpolated width as homogeneous to avoid render artefacts.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=aac2b02756d625c9f1daab9c71d35c64ac9226d4
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Aug 13 18:25:19 2011 +0200

    Remember the start and end tips of the dash widthpoints that are removed because they are out from [0, 1] and restore them later

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=199a3b6a5325a96f9a9d6ec383974aa23b7aa3d4
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Aug 13 12:58:08 2011 +0200

    Correct some documentation

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=97737b854137a1a691b1271f045b821fd2f6d2d6
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Sat Aug 13 16:34:08 2011 +0800

    Set keyframe lock togglebutton default to active

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=4eb60f5d2c30c193316190abe3fdc8312d4e8458
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Sat Aug 13 16:28:59 2011 +0800

    Update toggle past/future keyframe button code and cleanup unused code

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a30bc9a8d3c238830512b8d20a05d3e2854481cc
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Sat Aug 13 13:07:37 2011 +0800

    Fix typo and simplify the code of keyframe lock icon switching

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=6ee67249c78de011a21f895474a20988377846e1
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Sat Aug 13 12:44:46 2011 +0800

    Make keyframe lock icons display correctly

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=63bda6a000f7d18151302a53ee3686949c2a5243
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Aug 12 19:28:35 2011 +0200

    Do not render last cusp when lies in the middle of an empty dash.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=11f9d402b6172169827bbe22eae8212a843d623a
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Fri Aug 12 23:45:36 2011 +0800

    Typo

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=66aeb2fad627a9c60482e26c52e253a7f557557c
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Aug 12 11:01:39 2011 +0200

    Fix some render glitches. Correct one bad iterator calculation.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f20484a0f90c9154245831a9172b791578a5c862
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Aug 11 13:29:31 2011 +0200

    Add some debug info

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=03f45254c3bbea0f24e25fa601fecb6d87588caa
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Aug 11 13:03:27 2011 +0200

    Keep a copy of the original widthpoints before remove the non visible. Keep track of them and do the dash withpoints interpolation properly

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=2cf639fd84e7f70b33ea96d44f6100862bb0b46b
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Aug 11 11:24:09 2011 +0200

    Remove regular widthpoints that lie on an empty dash segment.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=73b5e630150234772e2efd49fed1f8e305c4ab04
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Thu Aug 11 16:40:46 2011 +0800

    Add two toggle signals into keyframedial (lock keyframe past and future buttons)

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=5ccc9860ce424f38baa063d4934aa837166ff6a1
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Aug 11 09:49:26 2011 +0200

    Make the width of new dash withpoints to be 1.0 for testing porpouses

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=ce8a71dff461378965bfb2d5ceb56d898ddfb348
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Aug 11 09:35:34 2011 +0200

    Dash is now false by default in explicit WidthPoint constructor. Not need to mark as dash types.
    Also, regular widthpoints doesn't have to be converted to homogeneous if they are standard.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=7d1f9d1581de5bd2c021b5c03c30e2f84ba49594
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Aug 11 09:33:10 2011 +0200

    Dash Widthpoints positions has to be homogeneous or standard to be comparable with normal withpoints

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=d819ff1befc2226ec40d74a3af97fcf6a4e88644
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Thu Aug 11 11:42:50 2011 +0800

    Make keyframe lock icons are synced with keyframe lock status

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=d623ec82ccdf16888aea20f7bc576b9609f7bc38
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Thu Aug 11 08:28:28 2011 +0800

    Use two togglebutton instead of one nomral button for keyframedial: [lock past keyframe] and [lock future keyframe].

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=216e31f110f81043551b3acf320ed0120e898589
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Aug 10 21:01:15 2011 +0200

    Dash type has to be set on WidthPoints defined by its components

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=e4f54febe548d4692c5b3b80a54f50e78a08ddb3
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Aug 10 20:47:18 2011 +0200

    Merge the filtered list with the current one

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a987993cc7764deda50d3f32e81798a15062e4ac
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Aug 10 20:39:28 2011 +0200

    Mark all the filtered dash widthpoints as dash type

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=fa69fdce2f3a693d4dd63788ea7135fc625b6ccb
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Aug 10 20:37:08 2011 +0200

    Add dassh member to widthpoints. Dash=true means that the widthpoint is used for dashed segments. False by default

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=b849e9bfd16fa315c120e00f671f0a9b5b6594b6
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Aug 10 20:15:41 2011 +0200

    Add code to filter the dash widthpoints to remove those ones that won't be used because they lie on a empty interval.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=1fd754edbcecbfb468af59aa13bd9fca1444cc34
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Aug 10 19:22:42 2011 +0200

    Move dash width point preparation to be executed earlier.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=771e5013c9875c8e3254d821db7cba053b6a27f4
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Aug 10 19:18:38 2011 +0200

    Remove unused variable. Move debug info to other better place. Highlight code sections

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=3348a01f11a12a4a1341a6d99b89e46f63e3fb24
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Tue Aug 9 19:55:09 2011 +0200

    Add widthpoints from the dash offset to the start of bline. Correct some previous mistakes

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=74c92119f57fe19e109dea7b02538339bb48d6c3
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Tue Aug 9 18:42:36 2011 +0200

    Fix end of dash segment withpoint position, wrongly calculated by a mistake

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=7881c353791dbc00e6e13295c01b71e2dc70be7b
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Tue Aug 9 13:42:14 2011 +0200

    Add the widthpoints from the dash offset to the end ob bline. Add some debug info.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=7161a38308e7fe4bf5b8e04bc67a3847ce9d60a5
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Tue Aug 9 13:38:45 2011 +0200

    DashItem uses same numerals than WidthPoint for direct use.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=e12b153652f2a59daf86b87aff6b73e6107c6255
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Tue Aug 9 13:02:43 2011 +0200

    Limit to [0,1] the values of the length and offset of a dash item when evaluating the Dash Item Value Node.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=9c3f4207387b361a5aeb7d3740d2656bdc079269
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Tue Aug 9 13:01:34 2011 +0200

    First steps to use the dash items. Also add missing set_param_static for smoothness parameter

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=1e4ef442f633d60b0896fb0ab4c059e38e4b0f1d
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Tue Aug 9 12:00:14 2011 +0200

    Add new parameter to enable/disable dashed outlines

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=24eb402ba9771e4498eddb16ff067495c934de57
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Tue Aug 9 11:52:58 2011 +0200

    Avoid crash when user exports a wplist and the bline connection is lost. Now if the user selects an exported WPList it won't add any duck

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=124af583e71470cab1556e791694af46266bf808
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Tue Aug 9 13:49:28 2011 +0800

    Use synfig-spec icons for framedial buttons instead of stockid of gtk default

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=e05f0aa24ec2b536cf63095e809290dad1be7b43
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Tue Aug 9 10:31:47 2011 +0800

    Fine-tune the arrangement of timebar since framedial now combining two seek to keyframe buttons

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=74ec493b3ed2656b0e007e7a05ac142c6be3922d
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Aug 8 20:52:46 2011 +0200

    Remove 'Enabled' as DIList option

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=fd64ef594fbd76ae2dc677af5dc1230ba1787f07
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Aug 8 20:32:42 2011 +0200

    Add code to make 'homogeneous' a layer parameter instead of a WPList option.It is true by default on new layers and if an old layer is loaded it is false.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=0913dc17066e84a129913a83bef72c34ac24402a
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Aug 8 18:56:31 2011 +0200

    Prepare code to make WPList homogeneous option a layer parameter

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=7c655fc8a9f0afafc4a77e5fb8071107468d1fb7
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Aug 8 14:35:46 2011 +0200

    Remove dilist success message

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a21dc9cd5692edcb1a6653c12d167627d13f212a
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Aug 8 14:28:46 2011 +0200

    Fix BLine Tool crash. It was caused by a bad return when using the == operator. If the == operator is not defined in the value type it should return false.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=d7b781da8936d675d4e8e4a2e877732bbf87bddb
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Aug 8 13:29:00 2011 +0100

    Add operator == to DashItem class

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=972044bd97890e9844de9f25584901549bb8db1d
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Aug 8 14:18:16 2011 +0200

    Rewrite DashItem class as independent class and not inherited from WidthPoint since it doesn't offer any advantage

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=3babcbd1d9c6fb2b28cfb451a6a3a59245911b2b
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Aug 8 13:05:34 2011 +0200

    Add Dash Offset parameter to the Adanced Outline Layer

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=12f6dba13840b7af12609a4dd4d2693d194f5013
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Aug 8 12:53:34 2011 +0200

    By default new Advanced Outlines layers have homogeneous option set to true. Load old files keeps the homogeneous option to false as expected.
    
    Signed-off-by: Carlos Lopez <genetita <at> gmail.com>

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=86370b612b5be806103220600aa4e5c012f2abf2
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Mon Aug 8 15:00:04 2011 +0800

    Update tooltips of framedial

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=665b101dce5ce5bbdb7b9d8d51b84fa56e9aa7d2
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Mon Aug 8 14:35:33 2011 +0800

    Merge seek to prev/next keyframe buttons into framedial

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=4e0fdf34155604eb05934e2943212a8dc8a095c1
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Tue Aug 2 21:40:23 2011 +0800

    Update keyframes lock button and its icons, so that it has unified size(16x16) in defferent status (lock all, lock none, lock past, lock future)

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=8c8894cc5f0e85851f367adfb36f6d45082e6b90
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Tue Aug 2 17:22:54 2011 +0800

    Correct tooltips, don't use capital in non begining words. Unify keyframe word, using keyframe instead of KeyFrame

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a26e9e61a3f6f7ed3a15080940fdeb0519812b41
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Tue Aug 2 17:00:59 2011 +0800

    Correct tooltips for animate button and keyframes lock button, don't use capital character if the word is not at the begining of the sentence.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=83e787327e932574cb324106f10de886f709097e
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Tue Aug 2 16:55:07 2011 +0800

    Add tool tips for animate button so that it has its tips before clicked

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=293d3a5700617da98dd4c456d7c9dfa65c7a074c
Author: Yu Chen <jcomee <at> gmail.com>
Date:   Tue Aug 2 16:47:12 2011 +0800

    Use toggle button for animate mode switch button and using two icons (animate_mode_on and animate_mode_off) to present animate editing mode.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=d7004f6f6cd5913c2a86a524a499cf0b59837c4c
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Jul 28 12:54:37 2011 +0200

    Revert changes in one past commit that tried find up a better initial value for the root find routine. It failed for certain cases.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=eafc4564674b399b51fb51d4499963d34ef72bb5
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Jul 28 12:44:14 2011 +0200

    Add new function to calculate the bline's length

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=7b63fa34f1ff3117e15bc0c7b76ad1dafcc811be
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Jul 28 11:54:28 2011 +0200

    Allow widget value understand distance real value for sub parameters.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=d6248bd42284d6f0e08a272eb610c4843cffa689
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Jul 28 11:46:32 2011 +0200

    Add code to parse/encode properly the DILits Linkable Value Node

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=b1caf3b5ff6f324c428ab01c7512e69b897ba0fe
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Jul 28 11:45:38 2011 +0200

    By default the Dash List is disabled

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=50bdc5388da130f685b0ed54d461d57176938057
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Jul 28 11:00:44 2011 +0200

    Add actions to enable and disable Dash List enabled option

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=0c12a0d44c638b1876f5483e5a7baa7e0efa65b0
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Jul 28 09:47:03 2011 +0200

    Add new parameter 'DIList' (Dash Items List) to Advanced Outline Layer

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=101ac1b3dc25e17f6eb01b6ed4521c8c251b5fbe
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Jul 28 09:45:36 2011 +0200

    Make Curves panel draw composite Dash Items.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=303f43ddb8daca394527b03f3901880874e36ea0
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Jul 28 09:44:53 2011 +0200

    Make the cell renderer understand the type DashItem's name

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=b0a64e63cc0a0c2e25721dd7d9ab772ae5e69b00
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Jul 28 09:43:21 2011 +0200

    Register Value Node DIList and fix unused release version. Fix release version for WPList. Add future 0.63.01 release version

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=9abef71019607dc206cf873bd5a3435ec6d3dbce
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Jul 28 09:42:15 2011 +0200

    Fix wrong parameters description

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=75da265322210bb3724c4990b0f17f58eaab04a1
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Jul 28 09:41:47 2011 +0200

    Fix wrong value insertion in the DIList

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=57cfcbfc67cfdabc6925c1e8e48ede8971eb616d
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Jul 28 08:50:14 2011 +0200

    Add option "enabled" to enable or disable the Dash Item List usage

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=1e977a17195d60ad3aa3b8285d6eb5d31a6e2364
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Jul 28 08:41:05 2011 +0200

    New Valuenode DashItem List

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f7ae088476d43165411ef0cdfe0ba12e1c28740a
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Jul 28 07:50:29 2011 +0200

    Add construction member (constructor by reference) to be able to compile. Rename a bad parameter

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=7cbd4cdc6e36b0f4ae933f13e6ec41889e31dbe4
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Jul 28 07:47:03 2011 +0200

    Support for new Composite value node for Dash Item class

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=342c1e64041190dd7340aab2b42007a944d53849
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Jul 27 21:31:39 2011 +0200

    New Dash Item class files.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f57b71a8f8705e4c76078c35f5d0e8952194d360
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Jul 27 19:19:38 2011 +0200

    Fix file identifier

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=0d7a53bbadc38b2d1dd2b9b24f70be6a6ba6e495
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Jul 27 19:08:52 2011 +0200

    Try to find a better initial value for the root find routine.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=7583e908d1dae616a21687e59a06707a9cb9096a
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jul 24 19:09:51 2011 +0200

    When using homogeneous the condition of position onto a blinepoint is not always matched due to lack of precision of std to hom or hom to std conversion. Replace the condition by a flag.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=6c34fd0b182ba2ba828c0f79724d16ead15cd976
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jul 24 14:55:45 2011 +0200

    Revert changes from last commit since it doesn't work.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=4d6c68cead618621fcdaa38b7b691121244ed618
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jul 24 12:07:59 2011 +0200

    Improve step size for smooth render. Experimental. I think this should be user selectable because it can eventually reduce render speed

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=2faf2bc8de9c364923492c0948ae72011f5af6b7
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jul 24 10:02:19 2011 +0200

    Fix two mistakes that luckily didn't produce any bug before.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=437226093602390336d57dbce8f03363ee2af65a
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Jul 23 18:42:25 2011 +0200

    Render the outline using homogeneous option

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=5cec83f2e66dfe6063693c0e02fe5d3b619f0d19
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Jul 23 10:58:41 2011 +0200

    Place the width points considering the homogeneous option of the WPList. Render of the outline doesn't follow

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=c614481d795e9538fe19d147b69914c1a9d54bf1
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Jul 23 10:57:54 2011 +0200

    Correct the parameter order in the member calls

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=5918b9a420ed96ed2736083fdd775d1aaeefea93
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Jul 23 10:40:36 2011 +0200

    Give new parameter names to make it more readable

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=133aecb1a5a21ac1241a5bea51a1b5722ff0bb51
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Jul 21 19:09:51 2011 +0200

    Remove homogeneous parameter from Advanced Outline Layer since it is only an internal WPList optiion

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=802baf2c8f23c4a9b3a7dd21eef36c56ffc6cab9
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Jul 21 19:01:34 2011 +0200

    Add actions to set and unset the homogeneous option to the WPList

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=e243f049faf53d9c083968502cc8b105bf721c49
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Jul 21 18:00:14 2011 +0200

    Return homogeneous as internal parameter for the WPList and not a Value Node

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=9a97490a53345b75915a960c795cdd62c02735df
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Jul 21 17:56:06 2011 +0200

    Write git SHA1 ID number on canvas version change comment

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=82baee2702a65a9866f3dc4a28ef163dcf43795a
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Jul 21 17:53:37 2011 +0200

    Increase canvas version and allow open files created previously without the homogeneous link defined. .

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=c88c47712bd51b9471577689aa7f4fcade929c8b
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Jul 21 17:26:55 2011 +0200

    Give an initial value to homogenous parameter

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=d0d64df0b9a81b18abf0fa864c8ab2afbf3aa686
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Jul 20 14:27:01 2011 +0200

    Consider trivial cases in standard from/to homogeneous. It avoid a crash.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=9d6abcae7d1d753c16b097019a1eb7d3c3303824
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Jul 18 21:35:48 2011 +0200

    Add homogeneous parameter to Advanced Outline Layer. It is not functional yet.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=09c1cd019e33b063df525383b64cae727d0ff85a
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Jul 18 21:34:33 2011 +0200

    Use a value node to allow make it animatable.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=93f35c20f4c8309152df5f934be91ea1f1cd4bc8
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Jul 18 20:28:55 2011 +0200

    Add a member to set/get homogeneous option for WPList

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=b60273be98d0c8facfa7c8fb7ac965cb7306be56
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Jul 18 20:16:20 2011 +0200

    When manipulating a BLineCalc Vertex, use homogeneous index if enabled.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=fd00aecf27350328ac42c47d137cc8fd8a1aa7e0
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Jul 15 18:59:48 2011 +0200

    Fix type that makes impossible to make distcheck.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=2929b397fdf46d3c33a26ba4cb9438615c6ed30f
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Jul 14 23:59:27 2011 +0200

    When linking more than one value description to a BLine, link the homogeneous parameter between them

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=bd748de8b3531bfbba0230150ba65c516be1fbc9
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Jul 13 22:02:03 2011 +0200

    Add support for use of homogenous or standard index of the Link to Bline feature

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=4303677939ccd6cb192ec830efb2fbf052cff0e6
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Jul 13 21:03:45 2011 +0200

    Add functions to convert from standard index to homogeneous index (consider the length as basis of the index)

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=05297bc7537beb9be57cfb389420e3b3458fbf59
Author: Константин Дмитриев <tux <at> chidori-u10-32.(none)>
Date:   Fri Jul 8 00:46:56 2011 +0700

    Additional dependency for ubuntu

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f5a3c68ebf2591abcb9c8fc9950cded9c635dd75
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Jul 4 18:18:28 2011 +0200

    Clean up unused code and useless messages.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=63f949ffc8438365ee4d0bb957c3e2b36d61eb67
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Jul 4 17:50:28 2011 +0200

    If tangent is zero and they are merged, then consider it as split to make corners.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=b0f6f22c396a60a0525e7a2d92112d3b1d6e99e0
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Jul 4 17:29:19 2011 +0200

    Add code to make Advanced Outline with the Polygon Tool

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=da81e08e1c42ec46a60bfdd688522555e24fe4d5
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Jul 4 17:20:21 2011 +0200

    Add code to make Advanced Outline using the Star Tool

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=fe3f4fee4b224497db0410758f22b766a37bdd91
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Jul 4 16:54:12 2011 +0200

    Add code to make the Advanced Outline with the Rectangle Tool

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f29f105550f78e96a7f77e80368e322b020ed456
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Jul 4 16:44:46 2011 +0200

    Add code to make Advanced Outlines with the Circle Tool.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a548fec496037a69321e7387230889f9972faef2
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Jun 30 20:29:09 2011 +0200

    Spread the changes made on the Setup Dialog to existing instances updating the rulers, time format and time bar. Fixes Bug 1890020

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=fd4d8bedfb2b3b33d3f579aec4839e8bd29e5343
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jun 26 19:45:25 2011 +0200

    Allow use the Joined List Convert type to file name parameter of the Import Image layers. If possible any convert type shouldn't modify the original value of the parameter.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=3953e9ebc84d9ccc248fe6d2f3edc595554266a1
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jun 26 18:57:23 2011 +0200

    Don't allow supersample have zero or negative values in the height or width parameters.It only causes problems.Fixes bug 3147736

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=831c0bdd4b164181d31f5f05fa7127c6842ddd35
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Jun 25 18:48:55 2011 +0200

    Replace OptionMenu by ComBoBox.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=58dc37efb0c32c6591f5664e6c57106c1ede9b16
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jun 26 19:58:18 2011 +0200

    Update the version in save file dialog. Patch b Yu Chen (jcome)

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f7566ae5bdf2f77e207593e6f633365e88dba11c
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Sun Jun 5 01:14:00 2011 -0700

    Refactor duck creation for selected layers into duckmatic

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=dac66e73034b4623ee6ebbb22894d058ed0f124b
Merge: 1230cae 3f241af
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Sat Jun 18 13:40:22 2011 +0700

    Merge remote branch 'origin/nikitakit_guides' into zelgadis_test
    
    * origin/nikitakit_guides:
      Snap relative to zoom level
      Refactor zoom into Duckmatic
      Don't drag guides if guides are disabled
      Fix guides not being saved under certain conditions

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=1230cae7b685a6adaba95f6083c9c7d5ab090f01
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Sat Jun 18 12:47:06 2011 +0700

    Revert commit 9286334 because of the regressions.
    See https://www.pivotaltracker.com/story/show/14452415

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=3f241afb465736927c006081bc678c696f830a0e
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Wed Jun 8 22:40:51 2011 -0700

    Snap relative to zoom level

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=1695cb891d99f7af89721cdf42db390abecd4a45
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Wed Jun 8 21:49:37 2011 -0700

    Refactor zoom into Duckmatic

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=d849e230f92131ba81b61e38fa5b3e9a78fd8cdc
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Wed Jun 8 21:40:29 2011 -0700

    Don't drag guides if guides are disabled

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=54545b424ffc21707e7533e3c9d600efcd0f0604
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Wed Jun 8 21:34:23 2011 -0700

    Fix guides not being saved under certain conditions

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=11ae4c5c12420bedfe2a05b7e9c1ed00a66cefe5
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Thu Jun 9 11:32:19 2011 +0700

    Bump package release number to reflect changes in previous commit.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f07654b61f0d97d4050d82626e44a7036ccffa74
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Thu Jun 9 11:28:24 2011 +0700

    Fix issue when update-desktop-database is not found.
    http://synfig.org/forums/viewtopic.php?p=11180#p11180

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=8b30e494130eaac65f14be3387142e2d9540dbb6
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Thu Jun 9 11:27:31 2011 +0700

    Mark further commits as development version.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=74ba22168ff2bc6932baca3d45fed35f7a90b35b
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Sun Jun 5 01:14:00 2011 -0700

    Refactor duck creation for selected layers into duckmatic

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=fb5ba9cee3e5d577e1402a44382b65a41d80c5b7
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jun 5 11:04:07 2011 +0200

    Release Synfig 0.63.00

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=508a0e73a6939d4a62fd38e10f92d873709dc7e0
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jun 5 11:02:33 2011 +0200

    Add new splash screen to extra distribution files.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=77ed041a2cc6575df5cd3adf0f552efadd6ae3b6
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jun 5 11:01:55 2011 +0200

    Update Readme files

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=53f08f17caed8ac9ff38116219d3d28a12ea9012
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jun 5 10:42:54 2011 +0200

    Update News and Authors files and About dialogue

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f74c76e70914d547dbe5494b37de4005705e1809
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jun 5 09:12:25 2011 +0200

    Typo

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=eb6f0157e0deb57c1dd509c12dffff2923682947
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Sun Jun 5 14:02:38 2011 +0700

    Modified splash screen.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=3f1447c171a430c7f4db995fc4b2f9466b812055
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Sun Jun 5 14:01:58 2011 +0700

    Synfig Studio 0.63.00 Splash Screen - Original Submission by Carl-Christian Gehl, licensed under GPL v3

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=c0a48b793e15634c0cf64a64ed24592eb88e6211
Author: unknown <cnorman <at> .(none)>
Date:   Sat Jun 4 22:21:55 2011 -0700

    Fixes to update the build ID in the about dialog, include the splash_screen.png in the windows NSIS install/uninstall scripts, and to reflect the change in the src tree.
    
    Signed-off-by: Chris Norman <pxegeek <at> users.sourceforge.net>

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=0c9ca60d42a20b29a7cba31ec27aa97f18feb98f
Merge: 9286334 7f78582
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Jun 4 20:32:50 2011 +0200

    Merge branch 'zelgadis_master'

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=9286334923fb323664ddf81220afae78b36bdee0
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Jun 4 20:27:10 2011 +0200

    Combine Name clumn with Icon to cleanup layerdock. Patch by Yu Chen (jcome)

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=d47bf9a72b20eea73652adb93f690bfc0aa2a174
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Jun 4 20:16:23 2011 +0200

    Fix missing \n characters

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=0bf3a8ce78fbe56e96a3644b189c4863f0d1c2e6
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Jun 4 20:04:51 2011 +0200

    Updates for Portuguese (Brazilian), Spanish and French for Synfig Studio

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=2c899ad29e7bda30a7ae002621701f8296af70a8
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Jun 4 19:44:24 2011 +0200

    Fix missing \n characters

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=4312ff91a5dbd79e244ff32550e285a9c1c69a51
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Jun 4 19:37:47 2011 +0200

    Add support for Polish (Poland) language and updates for Spanish, French, Italian and Portuguese (Brazilian) for synfig core

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=7f78582d53e548ad656a51f66530c25671be9c17
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Sun Jun 5 00:00:52 2011 +0700

    Don't show debug info in about dialogue for stable releases.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f4d8bf8c8806689b944c86bdab3d4feb1244cb10
Merge: dc16ec8 d8335d6
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Jun 4 18:34:51 2011 +0200

    Merge branch 'zelgadis_master'

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=dc16ec8d73c8796bb083c3a82e588dc4a9999c96
Merge: 09562ee cbf675b
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Jun 4 17:47:20 2011 +0200

    Merge branch 'nikitakit_master'

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=d8335d6bfb50566ad320f6fc0f6f0798f4a2990e
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Fri Jun 3 12:53:40 2011 +0700

    Fixes for development splashscreen makefile.
    - synfig_icon.sif is not missing anymore if building outside of source root
    - force update splashscreen at every build

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=cbf675b44a87e1e43e95c96795ed2e5e35587003
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Thu Jun 2 22:31:08 2011 -0700

    Don't begin_paint_rect() and end_paint() in the preview window
    
    Fixes drawing issues on Windows and Fedora 11

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=1375cd37d27e9536e23cc5c77fa248dde044859e
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Thu Jun 2 22:28:00 2011 -0700

    Deselect beziers when bezier clicks are disabled

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=61ece2bd30b466b9988e8f6d0cdc5ece3eec9af4
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Thu Jun 2 18:24:53 2011 -0700

    New class WorkArea::PushState
    
    It backs up the duck type mask and the allow/disallow
    duck, bezier, and layer clicks properties of the workarea

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a4c42024d9f04fd7ea6daa60ee1f00f866112f79
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Tue May 24 00:08:18 2011 -0700

    Add allow_bezier_clicks variable to workarea

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=09562ee549581d4151c4a135b914731824193091
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri May 20 23:10:10 2011 +0200

    Bump for version RC2

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=113ac97c6baebf5716cb20f26d86bec11e49e22a
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri May 20 22:49:24 2011 +0200

    Don't use uint. Use unsigned int instead.It is not portable for some systems.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=46e52364c906d8e268bf6f0fc812dec85759cbe4
Merge: 6e69c49 3f7f3f1
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri May 20 22:22:40 2011 +0200

    Merge branch 'nikitakit_master'

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=3f7f3f1129c110993a9880a0cf502263a8666337
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Thu May 19 23:51:38 2011 -0700

    Fix crash on left-click: check that selected_bezier exists

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=6e69c490ed424c7f2addc7ce240c3901875dddc1
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu May 19 16:51:51 2011 +0200

    Fix some missing \n at some of the msgstr

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=0af9083c7d84348dd3ce46dbd8a21bdd0cf8ac2a
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu May 19 16:50:58 2011 +0200

    Remove Persian language until missed \n at the end of string is fixed.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=66e02d0b21d44be64c98c1eb5abd0204dddb561c
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu May 19 16:21:00 2011 +0200

    New languages for Synfig Studio: Persian, Brazilian. Updates for Slovekian, Spanish, Italian, German and Chinese.
    Thanks to the authors.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=15b6dcaabad39a8432e5d70e221e65e2e6b79568
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu May 19 14:32:57 2011 +0200

    New Languages: Persian and Brasilian. Thanks to abtin and ricardograca. Spanish updated. Thanks to carlos_tutor

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=aa2b0999f782f9f9ac1c2fdebad1f87e632159d9
Merge: 12b80de 5f54694
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu May 19 13:32:26 2011 +0200

    Merge branch 'zelgadis_master'

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=12b80de3ddc9e202aaffe5b39ccbe7af63d1e0da
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu May 19 12:52:32 2011 +0200

    Remove debug info

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=03610969229dcb0c18fabc8eb880793652cc99b4
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Fri May 13 19:31:30 2011 -0700

    Prevent bezier dragging too close to the endpoints

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=374a1a27ad98e2260a5521916a0d9c4ee82dff60
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Fri May 13 18:19:11 2011 -0700

    Move function definition to avoid compiler error on Windows

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=5f5469428a6066244df2152aeb7c2d66dadd54d2
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Tue May 10 22:17:44 2011 +0700

    Fix issue when building outside of the source code root dir.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=fb2f573cb870ce14aceb7ea5f896c786ce5741a3
Merge: e3772cf fb2670b
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Sun May 8 12:53:45 2011 +0700

    Merge remote branch 'origin/master' into zelgadis_master
    
    * origin/master:
      Enable restrict radius ducks to top right quadrant by default.
      Don't use low resolution by default at the work area.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=fb2670b1ec3ac1a05343a0402f2bb0536e3e239b
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri May 6 18:59:55 2011 +0200

    Enable restrict radius ducks to top right quadrant by default.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=00a76a2403daf07e0658257c77c766a692183adc
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri May 6 18:41:43 2011 +0200

    Don't use low resolution by default at the work area.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=e3772cf2de54f7d5816babe9977f54f68aa0d39a
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Fri May 6 00:17:28 2011 +0700

    Build script: Minor fixes.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f89708bf58ed00b8c7410753e9bd5a2be1f63321
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Thu May 5 23:19:36 2011 +0700

    Build script: Update desktop database on install. Change architectures build order.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=4244a7e4e1ca8d38091b81f46f917a15219a375a
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Thu May 5 23:26:37 2011 +0700

    Enable icons for synfig files.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a7dd5e40b3fdef82f612262746d0965ad7779fab
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Thu May 5 23:26:07 2011 +0700

    Build script: Add xml specification file to the package.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=1bf09f891829c1f87bc3aac53479b0c673a028cf
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Thu May 5 23:23:53 2011 +0700

    Fix bug when update-mime-database binary not found.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=fb97472748c5395292bea5337331d11454d10c1d
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Wed May 4 13:59:41 2011 +0700

    Install freedesktop.org mime info.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=21567cefa8d01c8097cd8ffcdfdd5e71037aa86c
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Sun May 1 21:54:06 2011 +0700

    Buildscript - work out stability issue when using the Width Tool in certain conditions.
    See http://synfig.org/forums/viewtopic.php?p=10822#p10822

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=fd84a6f0edfafd953b2a60179ac2929f25b24c71
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun May 1 12:18:27 2011 +0200

    Fix bug:2175043 Suit a better handling and message for the case of path not writable or not exists for the command line renderer.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=d360484ab99316096db73a4018ac7a4b88daebe2
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun May 1 11:43:48 2011 +0200

    When testing whether the destination path is writable or exists, don't create a file to test that.
    Use access() to determine the accessibility of the path and improve error message.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=27eb5d533eb05e7b475496908481935ddd7233a3
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Apr 30 18:17:11 2011 +0200

    Bump version for RC2

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=27b4f0e755688230d1ced2bc3d69d824ee5d3d4d
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Apr 30 18:14:24 2011 +0200

    When first prioritised duck is found don't continue looking for more.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=3ce7c08a4c0efe47acdaed900af13032b11635dd
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Apr 30 18:07:21 2011 +0200

    Add support for Norwegian and Romanian language for synfig core and Slovakian for synfig studio

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f24994e4574275072371e2c1e8f9791725214f99
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Apr 30 09:56:19 2011 +0200

    Set priorities for duck selection with mouse when they are in the same place

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=404895fe7927bc3dd1efec979ea7a067d867d3eb
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Apr 27 20:20:17 2011 +0200

    Resize to 128x128 rectangle and solid color layers icons.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=bbe950eb22112d87c0aa38235df48c6428ab8683
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Apr 27 20:05:49 2011 +0200

    Suit better name for Vertices parameter for Polygon layer. Patch thanks to Yu Chen (jcome)

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f6fa722df578e4c015dda70529e28831eecd4b97
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Apr 27 20:03:26 2011 +0200

    Added support for 256x256 icons needed for Gnome 3. Patch thanks to Yu Chen (jcome)

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=ec891af10c7272c454c8bdb1d8028e2406e7e2ba
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Apr 27 20:00:23 2011 +0200

    Fix some typos on package blurb.
    Notice that I've removed trailing spaces on several sentences. Git doesn't like trailing spaces.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=666e1be0d7dcd326ca5769f0e89e17a44a40652c
Merge: 46ea838 58e598d
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Apr 27 19:55:08 2011 +0200

    Merge branch 'zelgadis_master'

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=58e598d6e455e93d306e66dc9865a41b7767aeb6
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Mon Apr 25 16:43:45 2011 +0700

    Don't include redundant dependency (XCB) into packages.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=46ea83801b3b7f2f2389f7bced5c0da7da281da7
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Apr 24 10:07:37 2011 +0200

    Remove debugging info.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=e32ef2bad1464b2e9d96d4ad44b3c7fb47bbb36c
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Apr 24 09:44:54 2011 +0200

    Updated Spanish and French translations. Thanks to genete and animtim

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=2dade788281808e11f9cfde462a5b6e712c9f705
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Sat Apr 23 23:11:05 2011 +0700

    Build script updated

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=05b3af641d6162bd834b0dde3a707f9c5bb265e0
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Apr 22 12:48:49 2011 +0200

    More synfigstudio NEWS

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=2e447d3a96f877b5be28cd287061b24c5945c103
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Apr 22 12:33:10 2011 +0200

    Typo

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f8d5fdd8317ae2ae3b27bd93355af2b84686e01e
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Apr 22 12:31:14 2011 +0200

    Bump version for ETL

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=0e4dc5f2396c6f602e146859a625e82488e6e5ba
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Apr 22 12:29:28 2011 +0200

    Update NEWS files

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=42fd7a438008cdfb1492115e414311d3e83b2c18
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Apr 22 12:27:46 2011 +0200

    Update Authors Copyright

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=cf90c665f16585cbf56bab391be240c29e3410d4
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Apr 22 11:00:48 2011 +0200

    Typo

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=b14f38e37d95e8dcac80aa434a0e83a1d957b8fb
Merge: 7c6c46e 3a6c296
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Fri Apr 22 10:39:14 2011 +0700

    Merge commit 'origin/master' into zelgadis_master

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=3a6c296e9d34a252fc4e15d492802d9e5c72503f
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Apr 21 14:40:11 2011 +0200

    Bump version number for RC1

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=866aac22788d2ae980878301f7244cace5c6bea4
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Apr 21 13:48:18 2011 +0200

    Use a distance in the radius of influence of the Width Tool

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=3822a44cfc23768435f0887b75fda2db744f0a58
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Apr 20 17:58:21 2011 +0200

    Add missing files to translatable files entries in core.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=349f345d0d4d15e0afac2bf7e41f3bd3c019f40b
Merge: 7cd58b0 511a89c
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Apr 20 17:31:22 2011 +0200

    Merge branch 'genete_advanced_outline'

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=7cd58b033a8409d672a0ec0d029f779e1dda2611
Merge: 358d406 24203e1
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Apr 20 17:30:52 2011 +0200

    Merge branch 'nikitakit_ducks'

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=358d406f642fb67dc760ea669ae724effaaef212
Merge: f96a863 2927fd7
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Apr 20 17:29:47 2011 +0200

    Merge branch 'nikitakit_cairo_gui'

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=511a89cbddd261576b0f0233267d8cf957c2dc3e
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Tue Apr 19 10:37:24 2011 +0200

    Add actions to set width to zero or to default width.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=0f42ab9d301187e1d3a859ac0e8ab3dc7e30971a
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Apr 18 11:17:30 2011 +0200

    Calculate properly the decision to stay on a blinepoint or a width point based on the relative position and the step taken.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=9c60664f6b8a856fd6a2f407c8bf1a0412f76526
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Apr 18 10:52:55 2011 +0200

    Add documentation

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a6926331cef34afbe7d0d8fba108d3df63e79e17
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Apr 18 10:42:02 2011 +0200

    Calculate properly the blinepoints position over the bline.
    Previously using the sum of the bezier's size caused a floating
    point error at the last blinepoint obtaining 0.99999999999999999
    instead of 1.0 placing the blinepoint not exactly at the end of
    the bline. This caused enless loops in some particular cases of
    number of blinepoints.
    Using multiplication instead of sum, solved the problem.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=109f064989df9cd0b9c0568e7239694db00a66ae
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Apr 17 18:01:20 2011 +0200

    Fix and add some documentation

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=606e8801f66c0f3317da0782cf6db722c566c546
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Apr 17 12:11:18 2011 +0200

    Typo

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=ef9f9ac2a27cba4526278d56b4e944583818ee0a
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Apr 16 20:39:39 2011 +0200

    Suit a better way to produce same effect than previous commit.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=20606277f6da30bd31405367d7074241588b3744
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Apr 15 19:31:36 2011 +0200

    Fix bug that hangs synfigstudio when press ATL-5 during usage of Draw tool or Width tool due to lack of sync of the signals and the masks.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=81246f05d7b035f6b3f1506c1856434d496d49b7
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Apr 15 19:30:25 2011 +0200

    Use | instead of == to allow other duck masked too.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=63830c5d458baa36ca432efbebc20197b8e5c65a
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Apr 14 21:43:32 2011 +0200

    Fix hang when pressed ALT-5 just after run synfigstudio

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=8ca82f54dcfa77a164d2799190fbaa5686e985e9
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Apr 14 21:30:13 2011 +0200

    Fix typos in one of the previous commits that make the bug not be solved for end tip.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a679af1ac3864ef8d50cce7725887a5dfe52192f
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Apr 13 21:24:34 2011 +0200

    Add code to render rounded corners.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=ac0aeefa58c3f355a4d23cc6822baa1c9c1e34c1
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Apr 13 18:59:38 2011 +0200

    Fix bug of bad render of start (end) tip when the first (last) widthpoint
    has side type before (after) set to interpolate and it is at 0.0 (1.0).
    User expects the tip to have the same type of the layer's start (end) tip.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=de725c01c828a1ec14cb179a7baa6246af7bcfcb
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Apr 13 18:44:00 2011 +0200

    Now ALT-5 also toggles widthpoints position ducks. I leave the code if to return to ALT-7 if needed.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=7c6c46e4c56bee8f9b6d7f142d82383e22879024
Merge: ee272c4 6b8b4a3
Author: tux <tux <at> tux-desktop.(none)>
Date:   Tue Apr 12 08:37:51 2011 +0700

    Merge commit 'origin/genete_advanced_outline' into zelgadis_master

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=6b8b4a37d9372d6781faf9d27b301a4e74f86770
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Apr 11 21:57:29 2011 +0200

    Use ALT-5 to toggle position widthpoint ducks. Seems to not to work. Something else has to be done.
    Just for testing.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=099ec37b6fe8673a2dd70569923ce0e5ec66cef8
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Apr 11 21:46:14 2011 +0200

    Fix bad render when first or last tangent from bline is zero.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=2927fd76fd4e3aceaf659fdace75c401e0d303d3
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Sun Apr 10 15:04:24 2011 -0700

    Fix tiling problem

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=08794d48991de01b185d78c3a329ca116097faeb
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Sun Apr 10 15:02:59 2011 -0700

    Add a fallback when CAIRO_OPERATOR_DIFFERENCE is not supported

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=ee272c4bab7b55acefd9cada751b5ca8731d8a74
Merge: 7221f7a be32ab5
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Thu Apr 7 10:41:55 2011 +0700

    Merge commit 'origin/genete_advanced_outline' into zelgadis_master

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=be32ab56e0e0dbae4d3b1d12bffec979745fe345
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Apr 6 20:33:22 2011 +0200

    Replace sharp_cusps boolean parameter by cups_type enum parameter (Sharp, Rounded, Bevel)

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=d0a316e72282ba8decff7a6ad5a1e1667e61cd6a
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Apr 6 19:33:16 2011 +0200

    Do not avoid select width ducks from widthpoints with drag box selection.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=c675ad3c74c2145870d7426354b10d2ae645f4ca
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Apr 6 19:23:40 2011 +0200

    Change widthpoint position duck colour to #d3afff

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=788c8139c00b8acb514fd7f601bbe7c37652a9a4
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Apr 6 17:42:45 2011 +0200

    Fix bad render of the first widthpoint.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=7221f7a8129a052ff55b7048d1c66e30e5f5449d
Merge: 1979600 3a37628
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Mon Apr 4 22:30:14 2011 +0700

    Merge commit 'origin/genete_advanced_outline' into zelgadis_master

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=3a37628cd6a4490c8b3136a8fd0c7d06e17c617f
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Apr 4 17:19:12 2011 +0200

    Add new duck type for withpoints positions. Use ATL-7 to toggle visibility. It is red

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=7205f1ac5da4642d02a07ea0172a6feee6250740
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Apr 4 14:43:10 2011 +0200

    Fix compiler error due to extra parenthesis not fully removed from last commit.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=19796007472114ef0a5f633affafcda22b869044
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Apr 4 12:20:54 2011 +0200

    Make cusps like regular outlines. Fix last cusp not rendered previously.
    Add some documentation.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=ebdb874bc68305dabf1160f2895af1b3d9e92184
Merge: dbf8b7c b7a2763
Author: root <root <at> home.dckt.local>
Date:   Mon Apr 4 18:08:54 2011 +0700

    Merge commit 'origin/genete_advanced_outline' into zelgadis_master

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=8049141037f831d40abf49e39f7468b1bb2edefd
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Apr 4 12:20:54 2011 +0200

    Make cusps like regular outlines. Fix last cusp not rendered previously.
    Add some documentation.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=b7a27633b067ef87eb6d1ecb6a105ff0f13a1001
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Apr 3 19:03:54 2011 +0200

    BLine Tool creates Advanced outline instead of regular outline the very first time Synfig Studio is run.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=84edf2f3575ba079d09e765d44444969fd732b98
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Apr 3 12:49:59 2011 +0200

    Inserting new widthpoint items now works correctly.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=6b6ec211a897f4ff770cff146e3bf80a3f7aed44
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Apr 2 18:51:53 2011 +0200

    Partially fix create a new widthpoint entry using the contextual menu.
    TODO: when the first widthpoint is used to insert, calculate the width correctly.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=07b05170ca688e01fe4ac7e28f124413b78032be
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Apr 1 17:52:36 2011 +0200

    Fix bad tip render due to previous commit that fixed other render artifact. Extra points not needed.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=dbf8b7cf43c32063dc85b1291e50d471698ea6cd
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Tue Mar 29 21:45:57 2011 +0700

    Fix build script - don't use "_" character in revision number. See http://synfig.org/forums/viewtopic.php?f=16&t=2717.
    Also, place buildroot into home directory.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=65ebd31986fd6ca5a4e405db786b83d5744e8563
Merge: 57e0d51 24203e1
Author: root <root <at> home.dckt.local>
Date:   Tue Mar 29 17:51:01 2011 +0700

    Merge commit 'origin/nikitakit_ducks' into zelgadis_test

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=57e0d5145ab041aaecd8f1cd3b43a50ff987f4e0
Merge: 7fee82d 995423d
Author: root <root <at> home.dckt.local>
Date:   Tue Mar 29 17:50:17 2011 +0700

    Merge commit 'origin/genete_advanced_outline' into zelgadis_test

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=24203e170902521baf8964ab8a91f580c18b4376
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Thu Mar 24 07:06:36 2011 -0700

    Dragging modifies transformed duck coordinates

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=7fee82df92b381d318c077eea011460c292a41e7
Merge: 9d2dfa3 c983523
Author: root <root <at> home.dckt.local>
Date:   Thu Mar 24 13:21:27 2011 +0600

    Merge commit 'origin/genete_advanced_outline' into zelgadis_master

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=995423d1759b481469fb9772437c3b5d97b0288d
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Tue Mar 22 16:39:09 2011 +0100

    Fix bad render in some special situations

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=4c19a2eb6cb132bb9c1aa0809ff637fc1a9ca984
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Tue Mar 22 16:38:27 2011 +0100

    By default, make the Advanced Outline look similar to the old Outline.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=1e57e223868b0d54fa8c7e5eeec911edf34b15a3
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Tue Mar 22 16:11:38 2011 +0100

    Enable creation of Advanced Outline using the BLine Tool

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f96a86366b5c9541f8723a4aa246395ac58b5e32
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Mon Mar 21 17:20:48 2011 -0700

    Add option to enable snapping to guides

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=2496dd7706fdc30e5ca1b2117861c7ed8eaded7d
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Mon Mar 21 17:06:58 2011 -0700

    Tabs instead of spaces

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=8230430291a6c898b9e30946a87cdddb5467ea9e
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Mon Mar 21 16:47:55 2011 -0700

    Render navigator using cairo

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=b2f3ae14276b0c66a884b9934511c89ee702199a
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Mon Mar 21 16:32:56 2011 -0700

    Render preview using cairo

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f106fe90583f0d4bf98e0b0bd1f494045504d190
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Mon Mar 21 16:05:45 2011 -0700

    Render red box to indicate animate mode using cairo

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=ed9ec5348093b65da9fcb081758321f36aef6cbe
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Mon Mar 21 15:41:23 2011 -0700

    Render canvas using cairo

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=9d5182e8aac3b0992d2a537fd3214fe89bd6e307
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Mon Mar 21 15:22:09 2011 -0700

    Render timecode using cairo

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=8ea9c8c7d68c56ba063e1057e956ccbc67428b7b
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Mon Mar 21 15:17:05 2011 -0700

    Remove remaining gc variable

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=85b84bef0b8cf945cb00f3c7c19816fb8fc35a4f
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Mon Mar 21 14:56:05 2011 -0700

    Render radius hint text using cairo

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=c9835238876113062b376cf204287342dd908215
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Mar 21 17:03:56 2011 +0100

    New icons for Set widthpoint interpolate type to interpolation, rounded, squared, peak and flat.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=c1fb3dc3f617ff1332eafc08d5f2208ce182023f
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Sun Mar 20 21:39:27 2011 -0700

    Render guides using cairo

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=445f24ad0c1793f97e1b247494e0b4e2fa01175c
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Sun Mar 20 21:26:08 2011 -0700

    Delete guides when dragged back into the rulers

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=d0b1d672365677aa0743469618166d5cfa83bc31
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Sun Mar 20 20:37:36 2011 -0700

    Enable guides

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=e61d33dd2a6bb5104385b120d39016de0b0e40e1
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Sun Mar 20 20:25:38 2011 -0700

    Render dragbox using cairo

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=1b80536bfad74277e2bcdd4110a3e66b1dad8a2e
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Sun Mar 20 16:19:21 2011 -0700

    Render grid using cairo

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=2d20cf253b6bc2dcf2f5118b1075aa2b27f5e17a
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Sun Mar 20 16:08:33 2011 -0700

    Render bounding box using cairo

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=7cfb6bb00aec2023aac42672d0923f7b9617b8fc
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Sun Mar 20 15:53:44 2011 -0700

    Use CAIRO_OPERATOR_DIFFERENCE without c++ wrappers

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=746217e578e3abfdc01d918766300c1dcf225933
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Sun Mar 20 15:43:50 2011 -0700

    Restore missing stroke_preserve instead of stroke

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=df2a3faad2f5e40c57b3a07daf135fdba8135b03
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Sun Mar 20 15:11:47 2011 -0700

    Workearea duck renderer code cleanup

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f2780df5bece8db454f94392ea5a723b4c1672c4
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Sun Mar 20 14:22:09 2011 -0700

    Draw beziers using cairo

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=b250570c8680f4f42f6954905ba53b433f75cc43
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Sun Mar 20 13:56:38 2011 -0700

    Draw strokes using cairo

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=ea46bf679826fcd1d35a3829f2653ad5fe8f42c6
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Sat Mar 19 23:06:28 2011 -0700

    Render ducks using cairo

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=dca1e81d7bb0c2ac615aaff9b4e0b36eace3000e
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Mar 20 20:27:38 2011 +0100

    New Advanced Outline Layer Icon

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=47662f7a5aece7c5cdf064e08e4e581ca5c8fbed
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Mar 20 19:39:20 2011 +0100

    Use expand parameter when rendering.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=702ddf9f44578d3861d274e3339a29a75cdf5159
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Mar 20 18:44:59 2011 +0100

    Avoid select widthpoints's position and width ducks when dragging a box on canvas

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=53b8e7b7e5a405cb8ce87222901471bf041fcaf0
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Mar 20 17:53:02 2011 +0100

    Effectively use the start and end tips parameters when render the outline.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=323a77a900cea7566acd61f39f18bcc8bc6f71f3
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Mar 20 17:44:51 2011 +0100

    Add start_tip and end_tip parameters for the bline start and end blinepoints and use the rounded type by default

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=2a33cba7262715cee520f322f52f97b68af28c12
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Mar 20 17:34:44 2011 +0100

    Remove round tip parameter

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=d521596d709b607da67f38f8114e54b5af8f5a82
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Mar 20 17:31:46 2011 +0100

    Add documentation

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=6a9ecd5ae2857261906db6499583cd7365fce45e
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Mar 20 17:15:23 2011 +0100

    Use new smooth formulation. New one has first and second derivatives equal to zero on both ends.
    It approximates the old Homogeneous render when smoothness is 0.5, giving more smooth result for 1.0

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=9d2dfa34bdbec81f92bfe8ec494fa0ea2279f60d
Merge: 39d64c9 d239f5b
Author: root <root <at> home.dckt.local>
Date:   Fri Mar 18 15:08:40 2011 +0600

    Merge commit 'origin/genete_advanced_outline' into zelgadis_master

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=d239f5baab2cf66c96d8713d7a39243c6ab2346e
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Mar 16 22:07:07 2011 +0100

    Effectively use the smoothness when rendering.
    Fix error done in the previous commit where interpolation code was wrong.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f328df619c1133a08ef73fd889b506194e085111
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Mar 16 21:59:14 2011 +0100

    Replace homogeneous width by smoothness. It controls the interpolation between widthpoints

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=807ef99a1821bb7ab92e0f374106f23caeb1726b
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Mar 16 21:46:50 2011 +0100

    Add new parameter to control the interpolation smoothness.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=39d64c9bd8e1ad9dc598be458774dfc55f1e23d5
Merge: 3eedac0 a9d4de9
Author: root <root <at> home.dckt.local>
Date:   Mon Mar 14 15:17:56 2011 +0600

    Merge commit 'origin/genete_advanced_outline' into zelgadis_test

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a9d4de97ee8e6f2199641797b24cb5782a401d0d
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Mar 13 22:04:29 2011 +0100

    Avoid crash when reversed manipulation for certain converted types parameters

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=4c38c1b63773e17ca1dc4147312509ee785f44a4
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Mar 13 19:27:43 2011 +0100

    Add actions to change the tip types using contextual menu on single widhtpoint selection

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=ee7f4f9af27f99da140c60eda875eba3a87ce9c2
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Mar 13 17:13:59 2011 +0100

    Remove unused headers and update my copyrights and description

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=7837b7a1b8f9429e8df3de8d638967f3e8295fac
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Mar 13 13:06:28 2011 +0100

    Fix one more render artifact due to bad initialisation of position for iteration cycle.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=d20b2d14dbc021d2e4219964dc4fb7a6c5768a1f
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Mar 13 12:50:42 2011 +0100

    Add Flat tip type and use rounded tips for the newly created bline

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=028bd211e5cf83025e029a923b8a0159fe5614bb
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Mar 13 12:32:56 2011 +0100

    Add squared and peak tip types and fix some more render artifacts.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=67dac05782682a0b825734ed96cf7dbe4e899ed6
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Mar 12 18:24:44 2011 +0100

    Fix wrong cusp added when not needed.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=ac01198f8e62cac4c81a4ee2eea0aef91de4bdf4
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Mar 12 17:43:57 2011 +0100

    Fix bad render for the case of single widthpoint in a looped bline and one side not interpolate

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=42ffbf4f80126a2c70f298e135623b2e4a958e0b
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Mar 12 13:11:22 2011 +0100

    Fix bad render on after tip due to last commit changes

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=b9ff4eb905c19a1265305287f6e1d6aa4ea1cf1d
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Mar 12 11:56:53 2011 +0100

    Add member to compare two withpoints

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=beb1313f2bcd5b4574e634e4b8d29c325e5d2cac
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Mar 11 19:05:28 2011 +0100

    Fix bad render for first cusp when the bline is looped.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=e2a6378147caa5f92a2755fc91a51fc858f2a3de
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Mar 10 21:38:56 2011 +0100

    Don't avoid do the first cusp.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=121f04a58ce7ece0b6c2269a548d70ab3eddd3e0
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Mar 9 20:58:14 2011 +0100

    Increase the number of steps for better render quality.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=9ae7e0ab90ab4fc71b1cff180de6ed7bb0105d5d
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Mar 9 20:57:05 2011 +0100

    Fix various render artifacts for certain withpoints side type interpolations and bline looped

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=9b6ded2103a3643af834e2645cdf0c545a370196
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Mar 9 20:08:49 2011 +0100

    Fix white line on rounde tips

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=1a412a8b380225d5a4e2febb0d878204d573443c
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Mar 7 12:46:25 2011 +0100

    Fix bad render when ipos is exactly at the widhtpoint position. Also fix endless loop due to a bad end iterator initialisation.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=3eedac068e3b9c8aa67e7e0e150896ca1be87a8b
Merge: 862811b 9a81f55
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Fri Mar 4 10:23:01 2011 +0600

    Merge commit 'origin/nikitakit_ducks' into zelgadis_test

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=862811b3b635e30219729f4d21a6ad3c18d9aa43
Merge: c34103f cfa7a8f
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Fri Mar 4 10:22:51 2011 +0600

    Merge commit 'origin/genete_advanced_outline' into zelgadis_test

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=c34103f1a47107d395ab0e37e03f3c0d5f66d4b8
Author: Konstantin Dmitriev <ksee.zelgadis <at> gmail.com>
Date:   Mon Feb 21 13:00:52 2011 +0600

    Autobuild script: Detect revision the same way, as other scripts do in build_tools dir.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=9a81f5562cd54a5b16309234058b9271ca392110
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Fri Feb 18 16:25:17 2011 -0800

    Make bezier drags work independently of duck selection

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=855c8516c807af45c2bdfb00e70b8b7bed80d0a6
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Mon Dec 20 18:12:12 2010 -0800

    Implement bezier dragging infrastructure
    
    It is now possible to drag beziers on the canvas, and their tangent
    ducks are updated automatically.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=cfa7a8ffa1ec3b82d5aa979d8d980e833e84001a
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Mar 2 22:02:27 2011 +0100

    Fix some render glitches. Still having unfixed ones.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=2f6340d0ec2940e55dc203656a0e225a4a16085d
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Mar 2 20:28:12 2011 +0100

    First attempt for the new render routine

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f796c1437281097a7c5c7aa2a918874720f8af06
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Feb 28 18:27:42 2011 +0100

    New add cusp member

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=c96d1d6e8213366759620f79f392015e0d3dda06
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Feb 28 14:01:56 2011 +0100

    Fix cusps render to use interpolated width.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=ab98abb164050d6a29ccffdbc6d6c7e2c2a21b2f
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Feb 28 13:41:35 2011 +0100

    New add_tip member for general tip render. Only rounded type at the moment.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=20a9466362144a65e6e9aff7e5cb5fe60db1c61e
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Feb 28 11:48:17 2011 +0100

    Add two new functions to convert between bezier and bline positions

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a7c771ae30c4d7bc7d96c87c51834713a8c307fe
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Feb 28 10:59:54 2011 +0100

    Clean up debug info and not used code.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=5c410c6f7e0163e2b4a95dd7ad9997db91b7bdb1
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Feb 16 21:57:49 2011 +0100

    Avoid endless loops when the increment is too small

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=558b5fd969820bd56d5cb94e11d75443685b6c71
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Feb 16 21:10:22 2011 +0100

    Fix wrong calculation of next width point in many cases.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=e4d1cdcc6267e01bf1797a30323bc99058c98624
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Feb 16 19:14:22 2011 +0100

    Initial render routine draft. It has some glitches to be fixed

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=2aec4fb8fc9027ad8eb7de68bdced451d592a5df
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Feb 16 17:39:14 2011 +0100

    Add comments

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=6cd5e9a9a278000f1f275d30402f71107f320bd0
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Feb 9 21:55:09 2011 +0100

    Add code to collect the widthpoints that are in a bezier and insert two fake width points at the bezier's blinepoints positions.
    Later those collected widthpoints and the two fake ones would be iterated to produce the outline sections

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=bf5c076403384b15e282e65c68fd30d9518e6a38
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Feb 9 18:02:15 2011 +0100

    Sort the wplist at start to get a last widthpoint for each bezier

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=3424b3becbe732738ce131b11fe47428c7fae2c9
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Feb 6 17:06:13 2011 +0100

    Rewrite widthpoint_interpolate member function to catch up all cases.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=d42f9a827464f0ce8a19984affddb2474a871c00
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Feb 6 12:18:36 2011 +0100

    Use the normalised position of width points when using the width tool

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=13fe61c215dfed9dc0eb9af2762b89d326516903
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Feb 6 12:02:17 2011 +0100

    Fix normalised position member to handle properly negative values

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f30eaa2e8f628f58603aaa13b8946dbe5c383fbb
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Feb 6 11:38:01 2011 +0100

    When collecting widthpoints in a bezier, include the boundaries

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=7fe35d24fafe1e8f154ec45eaf56731f42b6d27d
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Feb 5 18:55:51 2011 +0100

    Use the normalised position to compare width points

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=fe8580bd12af6345a473625fb71f669c1d69c5f0
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Feb 5 18:12:57 2011 +0100

    Collect width points between boundaries of each bezier and sort them

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=ef1f16902244e0e2b33a456f73c23c1e6e16d0a1
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Feb 5 16:37:54 2011 +0100

    b_end >> bend

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f49d6bc012f8328fd149c80c71a238f19b1e1097
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Feb 5 16:33:44 2011 +0100

    Move the interpolate function between width points outside width point list class

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=e912ee762090fc031eb0804d32bf67026ab0dc59
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Feb 5 12:26:27 2011 +0100

    Rename iter to biter and next to bnext to distinguish from the iterators of the wplist.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=4f91f5144480eec06dca0d941d4ddb3fa7a90126
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Feb 2 20:09:32 2011 +0100

    When the bline is looped, handle properly the width ducks of the width points with the Width Tool

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=59f2585b6d8ea2b2bca6172c0bf0cde1fabfcb17
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Jan 31 20:16:09 2011 +0100

    Suit exponential fall off to increase the widths

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=28276810f66759be5c4da8c00f19ada47be0afaf
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jan 30 20:51:23 2011 +0100

    Width Tool now changes the advanced outlines widths ducks.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=479fec9db4b27c129294c3bb486feb88886472b6
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jan 30 18:38:00 2011 +0100

    Fix Width tool: Now it shows the radius of influence and the point over the bline
    TODO: change the radius spinbutton to a distance widget.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=3068c08236c651614a9a0cfa78a12dfe2de41071
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jan 30 14:01:42 2011 +0100

    Check whether the composite to be linked is Width Point type.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=6a0bbeba9bd22b4ab2189eef7f4108c452304c84
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jan 30 12:41:31 2011 +0100

    Remove more unused variables and parameters. Rename loop to blineloop.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=b4c496d0d02fbc49fe4e30bf5dc7562bc4d0ddf3
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jan 30 11:08:04 2011 +0100

    Remove unused variable

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=d10d654e24d13c8a2d85b469da157ba03ea6fdc6
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jan 30 10:02:03 2011 +0100

    When linking width points composite link its positions instead. Width has to be linked individually

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=55a7c8dfa91104d10ed6b85984276ca2cb0a131e
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Jan 29 14:10:12 2011 +0100

    Clean and tidy up

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=5a894d3dd0e4c87bd3a2070191c8315c67634176
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Jan 28 20:15:09 2011 +0100

    Avoid that width points doesn't follow the bline when the origin of the layer moves.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f06dc96c27c143a27a4be62df5b124cc14af1277
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Jan 26 21:36:29 2011 +0100

    Get ride of Hidden Vertex since it is not longer needed.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=e2b59ec90a9883bc4226298444fbd61e0c07ebc6
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Jan 26 21:27:15 2011 +0100

    Make the position's duck manipulable and when edited, modify the width point position subparameter

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=bba0889226a190bf961d3f2f057c2982e0f82e74
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Jan 26 18:49:55 2011 +0100

    Inserts the position's duck at the correct place and use the Value Node Composite Width Point as value description

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=621c81eec1f52c6ec5cfa874f649cd2615976656
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Jan 26 18:48:14 2011 +0100

    If a wplist is connected then try to connect the bline to it.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f46da5ab804a97cca0f068eb80e5506fdd8e5d7a
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Jan 26 18:47:30 2011 +0100

    Avoid compiler complains

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=3f0912dcd26bd38c5c1c38e9242bc2ebed2ccf4d
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jan 23 18:37:17 2011 +0100

    Avoid C++ warning

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=b33a451877bb9fcc396cbedb7ed3f0da2c847306
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jan 23 18:02:14 2011 +0100

    Store the bline handle in the ValueNode_WPList

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f0d5e89eddf260e8c725e90249a36e4d1448c89f
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Jan 21 18:17:43 2011 +0100

    When inserting new width points by user action use the internal create_list_entry method.
    Initially it is always created at position 0.0

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=29c34525462e5bfd55735ea75cfbbb4b91b93093
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Jan 19 20:26:48 2011 +0100

    Allow load and save non composite width points.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=e8d7c5568a8e828db820455b304915bdf1021b2f
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Jan 19 18:02:15 2011 +0100

    Make Curves widget recognise the Width Point type.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=91a384c0a9b6f9ab64451aeeaeecef28972a78fb
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Jan 19 17:32:18 2011 +0100

    Don't let create() method allow convert blines to wplists. That will cause bad types for the layer.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=afe05f30c9b4819a90b03b1112ec2df7657656dd
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Jan 17 21:42:01 2011 +0100

    Initial draft to handle bline parameter connection at advanced outline layer

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=66a642182fce9a5cdfdb1658e5d70282bf622ffc
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Jan 17 20:04:16 2011 +0100

    Tidy up

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=637b0a96b6f8b5a556c0805f9507b5de2974de47
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Jan 17 19:47:36 2011 +0100

    Change connect/disconnect dynamic parameter to be virtual members.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=ec8062211bb7a4305966709735bae17905069bb6
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Jan 17 19:44:25 2011 +0100

    Hidden Vertex is not mutable.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=5c6f673367396a392318d3d3163f420a9505d325
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Jan 14 17:19:24 2011 +0100

    Modify add_to_ducks to parse Width Point List value nodes and inserts its hidden vertex and width ducks.
    Not functional yet.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=711433abeaca241475d4479e904c30dabb0800b6
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Jan 14 15:26:54 2011 +0100

    Fix wrong index when setting parameter

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=dab88a691a40bbb8bf2d1f3d4a50b134f62b6b02
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Jan 14 15:22:35 2011 +0100

    Do not make not critical the hidden vertex. It is needed to load the value node form file.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=533d120b9e96938d9dafe67a05c88d6bd632c94d
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Jan 14 14:31:54 2011 +0100

    Behave like others shapes when selecting origin within a mouse drag box.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=90bee875735fc717fce5c4e9971752aaee36fa0c
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Jan 14 14:23:28 2011 +0100

    Don't add width ducks from the bline of an advanced outline.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=ff2a47bf5257357d42b64cb778d8d87c9125484d
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Jan 14 14:22:28 2011 +0100

    Use outline colour for advanced outlines

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=e8081ce2b963184faa035e9a2dbeed64ee7a8a8f
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Jan 14 13:35:58 2011 +0100

    Post underscore private members and clean up not used and conditional code.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=89ec2604ea2a36d878df73f231d63deb9043229e
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Jan 14 11:38:56 2011 +0100

    Insert only two width points with custom values at constructor.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=9b7e1c5150587553c5f7470206ae0bc9c09656a2
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Jan 14 11:22:00 2011 +0100

    Initial version of the Advanced Outline

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=e59418161af8c970ec17966287c95da2326e3f7e
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Jan 13 14:14:19 2011 +0100

    Don't save to file not critical subparameters

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=9de231a55f85b7989d26954150005e3babb5d9ca
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Jan 13 14:12:02 2011 +0100

    Make hidden sub-parameters not visible on parameters panel.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=acf9d97eadc2b8d66742aea93e674972fa0960ab
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Jan 13 13:47:12 2011 +0100

    Fix forgotten assert check and nasty typo.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=24badca42376a11007eae0f10aa8d6813b4525d6
Merge: f112a00 2b2950e
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Jan 13 13:21:02 2011 +0100

    Merge branch 'master' into genete_width_outline. Add hidden_vertex new parameter for WidthPoint class and ValueNode_Composite

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f112a004654c936c71ba284aebe16c35a6422799
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Jan 13 11:24:34 2011 +0100

    Fix typo

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a40177850156e2df7da378c07f381ea6fcabbf1d
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jan 9 18:21:21 2011 +0100

    Rename 'cup' to 'side' at Width Point class and where it is used.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=e39649af52b327a5e010d35531bbf246e207fb37
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jan 9 18:19:33 2011 +0100

    Make loadcanvas and savecanvas understand ValueNode_WPList class

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=634c8e3d58be7184a43c6f0d95b59ec0aedebcbb
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jan 9 14:21:11 2011 +0100

    When creating a layer, create composite Width Points when found

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f4a8b352076e41c041d979c599b3669ec08619da
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jan 9 14:19:13 2011 +0100

    Fix value cellrenderer to understand WidthPoint types

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=6acf2e43c570cc44ce48688b6dae97e9ce19120b
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jan 9 14:18:29 2011 +0100

    Add ValueNode_WPList in the Valuenode book

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=23239e35f5fe623f9873a5bb7257f8556f535db6
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jan 9 13:19:13 2011 +0100

    Use lower case letter for value node names

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=b391a6f844ca8e1a5066ffe7e25ea819afce8c8f
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jan 9 12:47:36 2011 +0100

    Let Composite Value Node handle WidthPoint value type

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=ecf3169049971264402c72588e1ca05206c4aca6
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Jan 9 12:23:36 2011 +0100

    Fix compiler errors and include valuenode_wplist in Makefile.am

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=ca2089a427b1d36702d149217276cb807320e2d7
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Jan 8 14:17:08 2011 +0100

    Interpolation depends on cup type. Use normalised positions in calculations

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=b54b3a5f97d3e9d20be95c72a4172f0bdef2fec9
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Jan 8 14:13:52 2011 +0100

    Use normalised position [0,1] to work and store the position as (-inf, inf)

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f78d299b858e01d054c36b89b416f53419d66414
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Jan 8 11:48:01 2011 +0100

    Code find next and previous valid entries by position ValueNode_WPList members.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=c6984c0e2f77950e48092ea2e7e0d8d0e98e5b8b
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Jan 8 09:28:49 2011 +0100

    End fixing ValueNode_WPList

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=6466b26650a5237bdc7f50f4fc135493c0e36c3f
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Jan 7 14:22:04 2011 +0100

    Minor corrections

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=2603d7a04f4c668519981a0183cb0d78dd47ad36
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Tue Jan 4 13:50:43 2011 +0100

    Fix ValueNode_WPList::operator(): work in progress

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f9d345d2b2609a6bc7af9d9d8c12607cef256902
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Jan 3 09:54:05 2011 +0100

    Fix create_new_entry member function

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=2b2950e88fb6c4bfa36ec91eb86de33c6c27fafe
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Dec 22 18:53:45 2010 +0100

    Use LinkableValueNode members functions when possible in the derived valuenodes.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=cdd545904107accd138c88949f2c253bee0377bb
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Dec 22 17:22:44 2010 +0100

    Use const qualifier for set_children_vocab parameter

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=dbc88fd05c8d29849d2e6227d23605508eb188ae
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Tue Dec 21 16:59:44 2010 +0100

    Use link_count from children vocabulary and return the stored vocabulary if already was set. Store the children vocabulary at construction time

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=d4cb326591ea23f82d341eb368b3d183b46f56c7
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Tue Dec 21 16:02:46 2010 +0100

    Rename get_param_vocab to get_children_vocab and use a wrapper for the pure virtual get_children_vocab_vfunc member

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=27d3ae1a22e9dfdcfff2a77a4a2a3d0d8434e845
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Dec 16 22:13:43 2010 +0100

    Use ancestor's link_local_name(int i), link_name(i) and get_link_index_from_name(String &name) member functions for some value nodes

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=c318e91118d00d944b39c88eb6a34f6c6a89489e
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Dec 13 21:11:57 2010 +0100

    Make link_name(), link_local_name, and get_link_index_from_name non pure virtual functions

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=3d1c302c92906f495ffddd9bf295b20083fec3df
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Dec 13 19:33:15 2010 +0100

    Do not use get_param_vocab().size() as link counter. It is too slow.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=ae598c51295d2018f1f8e5853b9be255eab449ed
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Dec 12 13:52:57 2010 +0100

    Enable tooltips and allow use the 'hint' descriptor for some types for the linkable value node child parameters.
    This allows to use enum widgets for integer values on linkable value node child parameters.
    It still seeing the bug of set the enum when the value is =1 that probably is due to the Gtk::OptionMenu is deprecated.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=8eed22b9657ac7cb1881eab5c7b5c3d1f0c69468
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Fri Dec 10 20:27:43 2010 +0100

    Enable Parameter Description for Linkable Value Nodes using ParamDesc class.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=72fee47109d8d1f6e4c5043ab60200e61357636a
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Dec 16 21:58:07 2010 +0100

    Avoid negative precision to produce good strings always and add U+00B0 DEGREE SIGN

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=e66504a3e26c950c2013f2ad705bcf59642b5ebb
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Wed Nov 24 22:11:48 2010 -0800

    Change Gtk::IconSize::IconSize to Gtk::IconSize

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=6860e6d62ec2b97f6adff94581cddadafeb42ff0
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Wed Nov 24 22:10:42 2010 -0800

    Change sigc::connection::connection to sigc::connection

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=b93f4dbdb651cebb478a3c187b60500692a69b31
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Fri Nov 26 15:28:20 2010 -0800

    Fix whitespace error in Makefile.am

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=545d85e234bb5140f5898f06aee377cc27c406b3
Author: Nikita Kitaev <nikitakit <at> gmail.com>
Date:   Fri Nov 26 15:28:06 2010 -0800

    Correct code and enable tests for ETL "spline" and "value"

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=32892c38fdd8e3a4428d65a306b4ae4ff179ebd8
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Dec 12 21:09:26 2010 +0100

    Initial import of ValueNode_WPList class

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a0e3d364e13340ecc74893331b4070e922748518
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Dec 12 21:09:10 2010 +0100

    Add some needed members to WidthPoint class

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=6efedfe72cf4b8ebb813716bd44fd3697dfdcf7d
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Nov 28 22:28:57 2010 +0100

    Width Point class initialisation

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=d243d7ecee75cc386a751c79ce7085e92afcbf27
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Dec 8 09:40:16 2010 +0100

    More descriptions for layer parameters

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=42e8f249832b9ca81691bbf76a6668aa4612117f
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Tue Dec 7 20:04:10 2010 +0100

    Set the description of some parameters

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=761f182dca80197d703d8ad37f74e68b326672d0
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Dec 6 21:38:01 2010 +0100

    Fix tooltips for layer parameters.
    It doesn't work as it is expected and must be changed to Gtk::Tooltip because Gtk::Tooltips is deprecated since Gtkmm 2.12

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=cfae4f0c7cbb390e6c2b4da2c08b6fc259173e3b
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Nov 28 14:33:49 2010 +0100

    Fix bug: Change default bline width spin button without first focus a canvas window produces undesired change to 1.0 unit in the width size.
    Additionally it produces this message in the console:
    Distance::ident_system(): Unknown distance system ".00pt"
    It only happens for non English locale (i.e. Spanish)

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=406dc17260884fc08a0f5c126e4bdbc7505a5035
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Nov 28 12:26:47 2010 +0100

    Fix synfig::ChangleLocale class.
    It wasn't backing up the old locale so it didn't restore it back when the class destructor was called.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=477fd4ea9c6133e098572554a9eadbf503e27fab
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Nov 28 12:25:22 2010 +0100

    Prevent unsafe thread change of local settings using synfig::ChangeLocale class

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=e141439cbbdfbd8c711386d988d398bb2f2ee47a
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Nov 28 10:07:07 2010 +0100

    Fix bug: fps rounding to integer - ID: 3104763
    Also fixed that widget time slider frames per second was not updated when changing the render description.
    It produced bad time cursor position when dragging the time cursor and the document fps is not 24 fps (the default one for widget time slider)
    Now when the render description is modified, the sock time track widget time slider fps is updated.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f523c6c9170cc1feedb36c7d3466d111eca25984
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Nov 27 11:53:11 2010 +0100

    Set back development snapshot splash screen type

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=87cee9053c40cf19f3b1473beed8af05a512ba95
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Nov 27 11:50:55 2010 +0100

    Fix Bug: Saved settings should be locale independent - ID: 3111032

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=961d8b11ca07964cb96baf5a32870cef5d8f62fe
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Nov 13 14:41:20 2010 +0100

    Fix typo in Makefile.am that doesn't allow to create source packages

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=7a031b87fd179615caacc5ad4f30eec950efcd66
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Nov 13 12:46:58 2010 +0100

    Update NEWS files

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=439d9ef15df2d75ae79fe2907cfcee31d09be236
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Nov 13 11:46:58 2010 +0100

    Small update for Spanish translation

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=924739c3826b7bb834b0341a6551ac2720227d7c
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Nov 13 11:33:39 2010 +0100

    Set the initial default blend method to "By Layer Default"

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=d94680e95e3e177ef13ebfcd4ff4a628ff4bb47a
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sat Nov 13 09:08:22 2010 +0100

    Improvements for the 0.62.02 splash screen. Thanks to David Rylander

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=db8c4862b74311ea8214d79294bc9cfb7e1b14a5
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Nov 10 19:19:34 2010 +0100

    Do not use development snapshot splash screen.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=bcf5d4c9899c64d144dd9c6d5ff30f25f61edc54
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Nov 10 18:38:22 2010 +0100

    Add new splash screen for release 0.62.02. Thanks to David Rylander (rylleman)

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=fb7a74c62e94c7ddb13eea9c73b0817f9e4a4676
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Nov 10 18:25:42 2010 +0100

    Mofidy files to point to release 0.62.02

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=5c9f0370a6d608abaa843c130751a135edaaa945
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Nov 7 19:33:54 2010 +0100

    New snap grid and show icons versions based on previous ones. The Snap grid icon depends on show grid icon now.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a55f992a854eaacb236a644240621e7e06682b42
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Nov 7 19:20:59 2010 +0100

    Add Yu Chen (jcome) to artists list in the about dialog.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=e363493f47683f5ddbba5886206e7765aaeb569e
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Sun Nov 7 19:03:50 2010 +0100

    Avoid some warnings for unused parameter.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=bce4330e4fd141254b102dc74c116ffc07544650
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Nov 3 21:07:08 2010 +0100

    Update Authors and Readme files.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=55b15554f621d753e41e2dd1438c5d6bc0be4d3a
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Nov 3 21:00:28 2010 +0100

    Update News files ready to release.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=0fbe53946836249e3583d2d8d2bd137af3b677f4
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Nov 3 21:00:03 2010 +0100

    Bump configure files to support Release Candidate #2

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=b3ca5d45b53ac55806f69f461569525097a77dfc
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Nov 3 18:38:46 2010 +0100

    Fix accidental upside down of the layer geometry circle icon file.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=6608ee3a36deaa976fde0c158ae84acb9b6c5242
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Nov 3 17:54:41 2010 +0100

    Use 128x128 default sizes for source icons.
    Let the Desktop manager resize the icons when needed and don't limit the icon resolution to 24x24.
    Perhaps in the future the layer icons can be bigger.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=86924007e7490494b78c4175f4514aac9e594a29
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Wed Nov 3 17:08:34 2010 +0100

    Revised layer icon set. Patch by Yu Chen (jcome)

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=c7db90e8c78a1acfa048cf4078dee67939de7456
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Thu Oct 28 22:04:45 2010 +0200

    Fix crash when right click on a empty canvas parameter of a Paste Canvas layer.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=40bd8542524fc63dc297997277e7d58e30a694b1
Author: Carlos Lopez <genetita <at> gmail.com>
Date:   Mon Oct 25 19:33:52 2010 +0200

    Assume frames when no unit provided in a time field. Apply feature request ID: 2879693


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Synfig-devl mailing list
Synfig-devl <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl
David Rylander | 6 Feb 21:07
Picon

Re: 2012 coding brainstorming

Hey Diego,

have you considered exploring cairo as a GSOC project? If you're not 
having anything else in your plans this summer it sounds perfect to me. :)

(I started a forum thread about gsoc to get a more public discussion)

-David

On 2012-02-03 13:19, Diego Barrios Romero wrote:
> Hey!
>
> I'm not very present because I'm still busy with my degree, but I keep 
> up to date with genete on a regular basis  and I'd love to really get 
> evolved and this could be my oportunity.
>
> I'd say the thing that Synfig needs the most is to render fast, so you 
> can design faster _and enjoy it_, which would boost the community. So, 
> my choice would be Cairo!
> In my opinion, what we need to do in Synfig is to incorporate more 
> libraries and standarize and clean up the code (more design patterns), 
> which would simplify the code, and make the development fun :)
>
> Also if we rely on a library like Cairo we don't need to worry about 
> any low level rendering optimization details and focus on our business.
>
> I'm personally devoted to investigating how the Synfig render works 
> and working on the implementation and transition to a future Cairo 
> core and GUI render.
>
> As I said before, if we have a more responsive program, people will 
> enjoy using it more, that will broaden our community, and atract more 
> developers!
>
> Regards from Germany :)
>

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
root | 6 Feb 21:31
Favicon

New commits on branch genete_outline_grow

    Fix wrong canvas reference

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=98891db135259332c9bd84ea4653f80619a77e6e
Author: Carlos Lopez <genetita@...>
Date:   Mon Feb 6 20:54:50 2012 +0100

    As requested, don't pass the grow value for non in-line canvases.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=ce69d472b20263a3a944f464b113965f8ce5f219
Author: Carlos Lopez <genetita@...>
Date:   Mon Feb 6 20:20:35 2012 +0100

    Add outline grow functionality for in-line, exported and imported canvases.
    Known issues:
    1) Bounding box is not updated immediately
    2) When growing outlines from exported or imported canvases, different outline grow value are not used on
different canvas instances. All they share the last rendered instance grow value.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=c98943ad7599c80f2984ad43c5019c313927c688
Merge: a3bf4c4 fe640cb
Author: Yu Chen <jcomee@...>
Date:   Mon Feb 6 08:32:59 2012 +0800

    Merge branch 'master' into jcome

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a3bf4c42b97ef686322be859a94a4202e2a97238
Author: Yu Chen <jcomee@...>
Date:   Mon Feb 6 00:26:34 2012 +0800

    Callback escape key to close preview window functionality

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=fe640cb3403b7172817f66fdeda414b22cfdde37
Author: Carlos Lopez <genetita@...>
Date:   Sun Jan 29 11:05:23 2012 +0100

    Bump for 0.63.04-RC1

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=6c1954ff651b2948138bb7ce3d08de47607dbe09
Author: Carlos Lopez <genetita@...>
Date:   Fri Jan 27 20:02:47 2012 +0100

    Revert changes from outline grow development.
    I've not found a way to avoid endless loop for exported or imported canvas parameter.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=46ac661d2c8149de0b9f44035c11ebde0732d28f
Merge: 9cf6542 fd8738b
Author: Yu Chen <jcomee@...>
Date:   Thu Jan 26 22:46:55 2012 +0800

    Merge branch 'jcome_preview_window' into jcome

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=fd8738b9ca3cbfd558598366e6bcb3594574b896
Author: Yu Chen <jcomee@...>
Date:   Thu Jan 26 22:44:03 2012 +0800

    Keep preview window above

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=9cf65428f6d2d370b6dbb546e945134af7ae10f3
Author: Yu Chen <jcomee@...>
Date:   Thu Jan 26 09:52:30 2012 +0800

    Add extra sapce between diff button groups for a more clear UI layout

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=81c6fe55c22c067d2b54d2da6c6e7c33118e9435
Merge: b583218 5cdf494
Author: Yu Chen <jcomee@...>
Date:   Thu Jan 26 01:33:48 2012 +0800

    Merge branch 'jcome_preview_window' into jcome

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=b583218517a2a3b8931d57855dd0fd85e0b53789
Merge: a5e8ba5 592eca0
Author: Yu Chen <jcomee@...>
Date:   Thu Jan 26 01:33:34 2012 +0800

    Merge branch 'master' into jcome

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=592eca0fd43d927c185f99eab33d24463ce014a9
Merge: f2f697c c01a712
Author: Yu Chen <jcomee@...>
Date:   Thu Jan 26 01:33:11 2012 +0800

    Merge git://synfig.git.sourceforge.net/gitroot/synfig/synfig

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=c01a712ae664249c4785ee81c02f8f6b76b216d8
Merge: c4c389b 47a80de
Author: Carlos Lopez <genetita@...>
Date:   Mon Jan 23 20:50:29 2012 +0100

    Merge branch 'zelgadis_master'

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=c4c389b66ee0cf1d7400abf9696bfa5475bb2e01
Merge: ffb4e0b bc8b7ff
Author: Carlos Lopez <genetita@...>
Date:   Mon Jan 23 20:50:25 2012 +0100

    Merge branch 'genete_outline_grow'

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=ffb4e0bf00ab1514ba66f279d043759e36d2a4c3
Merge: 68f4e27 ede8a36
Author: Carlos Lopez <genetita@...>
Date:   Mon Jan 23 20:50:17 2012 +0100

    Merge branch 'genete_new_interpolation'

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=68f4e2761c8036c2b737bdbd18cb1c79f348dc2e
Merge: 69ba61e a54faa9
Author: Carlos Lopez <genetita@...>
Date:   Mon Jan 23 20:50:05 2012 +0100

    Merge branch 'genete_key_events'

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=69ba61e2c81488958fc7bf7173c98393dc9dbc4a
Merge: 10a3072 b7a579f
Author: Carlos Lopez <genetita@...>
Date:   Mon Jan 23 20:49:54 2012 +0100

    Merge branch 'genete_groups'

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=ede8a365e52b2141b136f6164227f2e72f66bf4b
Author: Carlos Lopez <genetita@...>
Date:   Sun Jan 22 20:07:18 2012 +0100

    Don't make unset the interpolation for the waypoint model the at construction time. Make it the first
option by default.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=b4dbf49134c68178f41f06f05d1be8bd9157ece7
Author: Carlos Lopez <genetita@...>
Date:   Sun Jan 22 20:00:27 2012 +0100

    Put Clamped interpolation first in the list.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=acaea7fa699044f60b60d1f108f7ccd9df7f339c
Author: Carlos Lopez <genetita@...>
Date:   Sun Jan 22 19:05:22 2012 +0100

    When moving a keyframe and a waypoint needs to be added, use the default interpolation.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=47a80dedc51f93ab46fb0d405e8ad169884559fe
Author: Carlos Lopez <genetita@...>
Date:   Thu Jan 19 19:04:38 2012 +0100

    When looking up a canvas consider current canvas as candidate.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=cbfce50e94475f25b339fe227d58503b6f43e47a
Merge: cd6eca4 c41fba6
Author: Konstantin Dmitriev <ksee.zelgadis@...>
Date:   Fri Jan 20 13:05:06 2012 +0700

    Merge remote-tracking branch 'origin/genete_master' into zelgadis_master

    * origin/genete_master: (46 commits)
      Show the width ducks correctly
      Add new width grow non critical hidden parameter to the Paste Canvas layer to recursively pass the width to
its children layers.
      Prepare the dynamic parameter at construction time
      Use a more general way to pass the parameter to the context
      Fix the same issue for Advanced Outlines
      Don't add a new ValueNode each time because it marks the layer as dirty and the update cycle runs indefinitely.
      Remove Writer Lock
      When a widget is focused on a Dock dialog or the Canvas view, lets the widget parse the key strokes first.
      Warp the focused widget by its focus status so it is more general.
      Add width grow parameter to Advanced Outline and allow Context to pass it to that type of layer.
      When the canvas receive a set_time call and it is root, set the outline grow value to be 0.0 (no grow)
      Paste Canvas layer passes the outline grow parameter to the context at the set_time call.
      Add set_outline_grow member to Context class. It passes the outline grow value to all outline type layers
in the context.
      Add width_grow parameter to Outline layer. Hidden, not critical.
      Add new parameter to Paste Canvas Layer called 'Outline Grow'.
      Allow remove item smart when a child of a composite value node is selected and the composite is child of a
dynamic list.
      Update code comments and formatting. Include copyright
      Include any of the sub parameters of the Composite Value Node to the candidates of remove multiple items smart.
      Connections to the signals are not needed since default signal handlers are override.
      When editing the brush widget don't parse the key accelerators. First step to fix bug 3472549
      ...

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=cd6eca46ef2f134120bd300dc74b0e8c127ddcfa
Author: Konstantin Dmitriev <ksee.zelgadis@...>
Date:   Fri Jan 20 13:03:42 2012 +0700

    Autobuild script: Don't pack cph-monitor anymore - we are pretty stable now and it is useless.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f380f6852902e579613f60ca0251191b2af87c5c
Author: Konstantin Dmitriev <ksee.zelgadis@...>
Date:   Fri Jan 20 13:01:53 2012 +0700

    Autobuild script: keep resolv.conf updated for chroot

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=10a30720bb190ec7248fa9ba8023a85a2b7cec8a
Author: Carlos Lopez <genetita@...>
Date:   Thu Jan 19 19:04:38 2012 +0100

    When looking up a canvas consider current canvas as candidate.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=c41fba65fad90f530e32cd8a905ff400f00e9bc0
Merge: 7effec9 7807e2e
Author: Carlos Lopez <genetita@...>
Date:   Tue Jan 17 21:15:29 2012 +0100

    Merge branch 'genete_outline_grow' into genete_master

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=7effec98b4592ba5e80f18eb85ab679039258e80
Merge: fb263be 7f747fd
Author: Carlos Lopez <genetita@...>
Date:   Tue Jan 17 20:33:28 2012 +0100

    Merge branch 'genete_outline_grow' into genete_master

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=fb263bea37bcda0e98d7920c746a044de6e9be35
Merge: 6060992 a54faa9
Author: Carlos Lopez <genetita@...>
Date:   Sun Jan 15 20:46:41 2012 +0100

    Merge branch 'genete_key_events' into genete_master

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=60609924e5004684b6d11334e411e1fd44af2172
Merge: 2f79fe1 be99583
Author: Carlos Lopez <genetita@...>
Date:   Sun Jan 15 20:46:35 2012 +0100

    Merge branch 'genete_outline_grow' into genete_master

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=2f79fe181c8e211be8515d4565180b28080a217a
Merge: 150d3c7 b7a579f
Author: Carlos Lopez <genetita@...>
Date:   Sun Jan 15 20:46:27 2012 +0100

    Merge branch 'genete_groups' into genete_master

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=150d3c73112cd66a3a3f7de67c0325f770154da8
Merge: 3697e6d 35039b9
Author: Carlos Lopez <genetita@...>
Date:   Sun Jan 15 20:46:19 2012 +0100

    Merge branch 'genete_new_interpolation' into genete_master

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=3697e6d5c52ab718e3810cd769c950836b355e57
Merge: 57d059f 8506285
Author: Carlos Lopez <genetita@...>
Date:   Sun Jan 15 20:46:13 2012 +0100

    Merge branch 'zelgadis_master' into genete_master

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a54faa990a1092182a1b3ebd6ba70644d927f0e3
Author: Carlos Lopez <genetita@...>
Date:   Sun Jan 15 20:39:47 2012 +0100

    When a widget is focused on a Dock dialog or the Canvas view, lets the widget parse the key strokes first.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=3794aaa6b0b0a9bd0be594352352700523f5b058
Author: Carlos Lopez <genetita@...>
Date:   Sun Jan 15 20:23:19 2012 +0100

    Warp the focused widget by its focus status so it is more general.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=954b4c06247f9cb44d480cf5f219a69ac6b5d0d7
Author: Carlos Lopez <genetita@...>
Date:   Sat Jan 14 12:42:21 2012 +0100

    Connections to the signals are not needed since default signal handlers are override.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=baa4910eb8e074b53bc91c5beb93d8bba9b29656
Author: Carlos Lopez <genetita@...>
Date:   Fri Jan 13 22:03:21 2012 +0100

    When editing the brush widget don't parse the key accelerators. First step to fix bug 3472549

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=b7a579f7042267c1804c267a11677d2768f60f27
Author: Carlos Lopez <genetita@...>
Date:   Wed Jan 11 21:19:44 2012 +0100

    Remove useless debug info.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=9ba57bf64049b12448aa8e47166e57f10201e2ad
Author: Carlos Lopez <genetita@...>
Date:   Wed Jan 11 21:16:49 2012 +0100

    Remove some unused code

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f5f083e88922ae32a1754da12a10ebccba27215f
Author: Carlos Lopez <genetita@...>
Date:   Wed Jan 11 21:13:03 2012 +0100

    Avoid crash when adding new empty group. Don't change cursor on Groups, it is not needed.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=58521e070810f7ac50e99856c621196440309372
Author: Carlos Lopez <genetita@...>
Date:   Wed Jan 11 20:46:18 2012 +0100

    Don't show message each time the action GroupRemove is not candidate.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=0f3bd49e029353dea8f570a092144d47dc1b4e29
Author: Carlos Lopez <genetita@...>
Date:   Wed Jan 11 20:39:34 2012 +0100

    Allow edit description of layers and groups in Groups. Change group description can move its hierarchy if
there is a '.' as separator in the name.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=968c58fecf3d331e53eb0ab1a9822ebd39cda1f7
Author: Carlos Lopez <genetita@...>
Date:   Wed Jan 11 20:25:57 2012 +0100

    Groups are marked active when any its layers is active. Before it was when then umber of active layers is
greater than half the total.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=96f21e915f6a4fe85d3cc36f93b758f5f6bee090
Author: Carlos Lopez <genetita@...>
Date:   Wed Jan 11 20:11:28 2012 +0100

    Fix toggle button on layer groups.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=35039b95836a7901bff6a3e160d79be38ef65ec8
Author: Carlos Lopez <genetita@...>
Date:   Mon Jan 9 19:46:46 2012 +0100

    Set the before and after interpolation options un-active for the first time the widget is created.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=236af1321119c45306a093bd10861d812886eb23
Author: Carlos Lopez <genetita@...>
Date:   Mon Jan 9 19:36:22 2012 +0100

    Use Enum Widget on Interpolation options for Widget Waypoint and Widget WaypointModel that include
Clamped option too.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=5cdf494436f74792afc6d9dcb509930a653d5191
Author: Yu Chen <jcomee@...>
Date:   Tue Jan 10 00:18:31 2012 +0800

    Place preview content in the center of preview window

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=3f86ee0a9f3fd285c29feca746207f909132986f
Author: Yu Chen <jcomee@...>
Date:   Tue Jan 10 00:05:03 2012 +0800

    Remove the experienced code

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=226a16c174b979780e8f7e9706518d63711a465a
Merge: f5c3f7e 3674208
Author: Carlos Lopez <genetita@...>
Date:   Sun Jan 8 21:30:06 2012 +0100

    Merge branch 'master' into genete_new_interpolation

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=8506285e4cbad8ad10b1e504ce3f85f92de901e2
Author: Konstantin Dmitriev <ksee.zelgadis@...>
Date:   Sun Jan 8 21:47:03 2012 +0700

    Build script: add Ubuntu dependency

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f5c3f7ee0f468cf0d8d8ef7fa50a636acbae734b
Author: Carlos Lopez <genetita@...>
Date:   Sat Jan 7 19:56:49 2012 +0100

    Use correct approaching to the problem modifying the bias of each waypoint and using templates to
recursively call the clamped tangent calculation for real numbers.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a42d45a83a34268003a76d9b919920b45fe94b08
Merge: a222e82 00206e2
Author: Konstantin Dmitriev <ksee.zelgadis@...>
Date:   Fri Jan 6 20:25:49 2012 +0700

    Merge remote-tracking branch 'origin/master' into zelgadis_master

    * origin/master:
      Fix bug: http://www.pivotaltracker.com/story/show/23017929
      Fix several bugs and crashes related to dashed outlines

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a222e8252a76f1549b3ce8baf2e2e7a1b2228102
Author: Konstantin Dmitriev <ksee.zelgadis@...>
Date:   Fri Jan 6 20:25:45 2012 +0700

    Autobuild script - continue build process even if wrong root password given.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f20f4b49d0ca87564708b1273f9086a05e06d853
Author: Carlos Lopez <genetita@...>
Date:   Thu Jan 5 17:41:52 2012 +0100

    Add debug info

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=afcab5e1047f7a06f483d133ae10172eb5eaffe2
Author: Carlos Lopez <genetita@...>
Date:   Wed Jan 4 20:59:42 2012 +0100

    Add icon for clamped interpolation type and set it by default on toolbox defaults.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=2511895377960c1bb9d48ffe24c5ae4a4a5cf216
Author: Carlos Lopez <genetita@...>
Date:   Wed Jan 4 18:29:21 2012 +0100

    Suit a better way to calculate gradient magnitude

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=66d1e53d297ee32bbad25626177953f9174daabe
Author: Carlos Lopez <genetita@...>
Date:   Tue Jan 3 20:12:53 2012 +0100

    Remove debug info

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=908b4e6ff9ab587342019031887aa1c9e180ab20
Author: Carlos Lopez <genetita@...>
Date:   Tue Jan 3 19:44:24 2012 +0100

    Add code to interpret the clamped interpolation method

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=9b04664a793f8e356085ac42b934cdff786c59d7
Author: Carlos Lopez <genetita@...>
Date:   Tue Jan 3 19:44:07 2012 +0100

    Add function to calculate the magnitude of a gradient

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a5aa3a122975596a38dadde8fc92f6e5c6312bc3
Author: Konstantin Dmitriev <ksee.zelgadis@...>
Date:   Tue Jan 3 20:48:47 2012 +0700

    Autobuild script: add support for opensuse/zypper.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=04ec9241213e0b3e771506b8715dea0a7f943454
Author: Konstantin Dmitriev <ksee.zelgadis@...>
Date:   Tue Jan 3 18:52:16 2012 +0700

    Typo

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=8160c56c5e49ecbc6f5e3bf76cf2da358b5e2d0e
Merge: c850a35 a5e8ba5
Author: Yu Chen <jcomee@...>
Date:   Tue Jan 3 16:07:32 2012 +0800

    Merge branch 'jcome' into jcome_preview_window

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a5e8ba5c852da7c0eeda3f3bc78c017c24f7a015
Author: Yu Chen <jcomee@...>
Date:   Tue Jan 3 16:04:51 2012 +0800

    Replace vertical line with whitespace to group up lockkeyframe buttons and animate mode button

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=c850a3507ee01f044d7544b5f46c638d11160136
Merge: 9c7c45c 8127fd1
Author: Yu Chen <jcomee@...>
Date:   Tue Jan 3 15:31:18 2012 +0800

    Merge branch 'jcome' into jcome_preview_window

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=8127fd1b973910af65eb00f56dfb05cae2f1bfa8
Merge: a4ed753 f2f697c
Author: Yu Chen <jcomee@...>
Date:   Tue Jan 3 15:30:58 2012 +0800

    Merge branch 'master' into jcome

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=9c7c45c0594953f00b418dd252285f95487542f4
Author: Yu Chen <jcomee@...>
Date:   Tue Jan 3 15:11:26 2012 +0800

    Use whitespaces to group up the tool buttons, and add an Alignment widget to center preview (draw) area.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a63df629c57dde61777af816ae0171b256a16f29
Author: Carlos Lopez <genetita@...>
Date:   Mon Jan 2 21:06:14 2012 +0100

    Add new interpolation type. Non functional yet

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=50838bb96207e5b4a785ecee32d44570c4109523
Author: Yu Chen <jcomee@...>
Date:   Sat Dec 31 23:55:53 2011 +0800

    Code cleanup

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=66ca026b46ac15f60bb29fff1b2e25ea5e6b5cd4
Author: Carlos Lopez <genetita@...>
Date:   Tue Dec 13 21:00:07 2011 +0100

    Add some comments to understand code better.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=68fa5ccf868b452506ee343c74c3163f3cd8b04c
Author: Carlos Lopez <genetita@...>
Date:   Tue Dec 13 20:25:55 2011 +0100

    Add some comments and remove unused code

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=3ddd36bbbf8737ad87b48728cdd4a9ad114bbbeb
Author: Yu Chen <jcomee@...>
Date:   Sat Dec 31 10:40:59 2011 +0800

    Replace dialog with window widget for preview window so that we have a close button available on all platform

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f2f697c2404eff1678c76eb42acde199aaa7ed23
Merge: 36f88e5 fec44c3
Author: Yu Chen <jcomee@...>
Date:   Sat Dec 31 08:21:20 2011 +0800

    Merge git://synfig.git.sourceforge.net/gitroot/synfig/synfig

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=7116463bf13478f50bd2838e40440fe56a12a26f
Author: Yu Chen <jcomee@...>
Date:   Fri Dec 30 06:12:46 2011 +0800

    Cleanup code

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=17e41d9bc7625089b0f61f83ebc5512a25404b8c
Author: Yu Chen <jcomee@...>
Date:   Fri Dec 30 05:45:51 2011 +0800

    Improve tooltips according HIG

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=55bc9528c8a27127d152b69715477b304ee94924
Author: Yu Chen <jcomee@...>
Date:   Fri Dec 30 05:41:06 2011 +0800

    Cleanup code

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=41ab0af75a6dac2c9ae6bf778f990cc182c6374c
Author: Konstantin Dmitriev <ksee.zelgadis@...>
Date:   Thu Dec 29 21:00:56 2011 +0700

    Allow to overrife build root directory with BUILDROOT variable

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a4ed7533fe214c1d78e2575d0cfd5844268fa866
Author: Yu Chen <jcomee@...>
Date:   Sun Dec 11 19:18:19 2011 +0800

    Add (back) the pause palying when seek frame pressed

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=d816ff1d50901b51e62630848e7ce260af39afa0
Author: Yu Chen <jcomee@...>
Date:   Sat Dec 10 20:00:30 2011 +0800

    Use one function for previous/next rendered frame

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=bd7285b44c66a5e0b7f4e00bb3b8bdfed81184ec
Merge: dedaf14 36f88e5
Author: Yu Chen <jcomee@...>
Date:   Wed Dec 7 22:44:24 2011 +0800

    Merge github.com:jcome/synfig_jcome into jcome_preview_window

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=36f88e5442816694d1cd48969ba1649d913d490f
Merge: e64ab9b 6da811d
Author: Yu Chen <jcomee@...>
Date:   Wed Dec 7 22:36:50 2011 +0800

    Merge github.com:jcome/synfig_jcome

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=dedaf14260e943a0cbbf650c7d55bd3397a62a15
Merge: 22ab754 6da811d
Author: Yu Chen <jcomee@...>
Date:   Wed Dec 7 22:00:27 2011 +0800

    Merge github.com:jcome/synfig_jcome into jcome_preview_window

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=22ab754bb9e49f2471b65660d90c05d36dd8888f
Merge: 40ffc6a e64ab9b
Author: Yu Chen <jcomee@...>
Date:   Wed Dec 7 21:18:04 2011 +0800

    Merge branch 'master' of git://synfig.git.sourceforge.net/gitroot/synfig/synfig

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=40ffc6a4716da5cc5e92820927fe8e87b288bd87
Author: Yu Chen <jcomee@...>
Date:   Sat Dec 3 18:11:36 2011 +0800

    Fix po file head issues caused by transifex.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=a11b582e0dade47d71823ebbd5a3f753a549d4f9
Author: Yu Chen <jcomee@...>
Date:   Sat Dec 3 18:10:35 2011 +0800

    Add a new tanslation el_GR for Synfig Core

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=6da811de960e0cd8811375f9a9e2e6beeb28c13e
Author: Yu Chen <jcomee@...>
Date:   Mon Nov 28 21:21:42 2011 +0800

    Pause the playing when prev/next rendered frame button pressed.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=fde806c42e28a2c4d22fc719f064721e681e2c15
Author: Yu Chen <jcomee@...>
Date:   Mon Nov 28 21:13:36 2011 +0800

    Remove blank line.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=329ceb7c0e182bbc86473506dae4b18e924a705e
Merge: f6a1a70 a0d0666
Author: Yu Chen <jcomee@...>
Date:   Mon Nov 28 09:08:40 2011 +0800

    Merge branch 'master' of git://synfig.git.sourceforge.net/gitroot/synfig/synfig

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=f6a1a7008ec8009b0a49b90619cebac83753c504
Author: Yu Chen <jcomee@...>
Date:   Mon Nov 28 09:04:29 2011 +0800

    Add seek to previous and next rendered frame buttons since scrollbar is replaced with scale widget

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=e206af41a86d793923df5644a900e684b9eacbdb
Author: Yu Chen <jcomee@...>
Date:   Sat Nov 26 20:52:27 2011 +0800

    Replace scrollbar with scale widget for time slider.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=e97b746103d78fb6c5d04fb9e0d87213f8698233
Author: Yu Chen <jcomee@...>
Date:   Thu Nov 24 10:59:06 2011 +0800

    Modify tooltip of loop button according to GHIG

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=da344929e2fca5bb73d700a3b48026275bf09cee
Author: Yu Chen <jcomee@...>
Date:   Thu Nov 24 10:53:08 2011 +0800

    Switch button position for play/pause and loop following common sequence in most media players

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=c98fb458663d87fe548f1e3c8e202f30985a2bb5
Author: Yu Chen <jcomee@...>
Date:   Thu Nov 24 10:30:31 2011 +0800

    Eanble preview starts from beginning again if the timeslider is on last frame and play is pressed.
    Cleanup the paly/pause button icons code.

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=ce470834ff8355548edab217c8d8374b1b9a5bc0
Author: Yu Chen <jcomee@...>
Date:   Wed Nov 23 19:17:18 2011 +0800

    Make play pause button icon update according to playback status

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=2cf16d4346de9872dbde4d79f0fd37fe27b666a7
Author: Yu Chen <jcomee@...>
Date:   Wed Nov 23 00:23:45 2011 +0800

    Cleanup unused code

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=3ea72a165643451c260cf96ab07a6b1e390d99b6
Author: Yu Chen <jcomee@...>
Date:   Tue Nov 22 23:47:29 2011 +0800

    Merge play and pause functions into one button as play/pause button on canvas window does

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=ac6612bc356bb225c109911bd632c9352f74e267
Author: Yu Chen <jcomee@...>
Date:   Tue Nov 22 18:18:23 2011 +0800

    Rename preview (window) stop to pause

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=cbf061c4a23eedbfe0adad43c4f7bec5f2cedb82
Author: Yu Chen <jcomee@...>
Date:   Tue Nov 22 13:46:30 2011 +0800

     Hide the soundtrack widget in preview window since we don't support sound currently

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=9726bd62baf9a5c72ba56d0536b36071a445ed06
Author: Yu Chen <jcomee@...>
Date:   Tue Nov 22 13:18:41 2011 +0800

    Rename stop to pause for framedials of canvas window

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=398d0123478e4ed76a94661499799b60ed5d877b
Author: Yu Chen <jcomee@...>
Date:   Tue Nov 22 12:48:49 2011 +0800

    Replace stop icon with pause icon and change its tooltip accordingly

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=59ce1214af873f102b17492b97e3547652bdc36e
Author: Yu Chen <jcomee@...>
Date:   Tue Nov 22 12:46:58 2011 +0800

    Add loop and pause icons

URL:    http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=adae09107ee39a34aa79b3313aa4270c76ee1152
Author: Yu Chen <jcomee@...>
Date:   Tue Nov 22 11:58:03 2011 +0800

    Reflash preview window by new icons and set the buttons to none relief
    - replace loop, play and stop icons with the same style as framedial icons
    - replace re-preview icon with Gtk-Edit icon
    - replace Erase All icon with Gtk-Clear icon

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
root | 7 Feb 14:14
Favicon

Konstantin Dmitriev : Update translations

Author: Konstantin Dmitriev <ksee.zelgadis@...>
Date:   Tue Feb  7 20:12:22 2012 +0700

Update translations

---

 synfig-core/po/de.po      |  688 +++++++++++----------
 synfig-core/po/el_GR.po   |  298 +++++-----
 synfig-core/po/en_GB.po   |  851 ++++++++++++++-------------
 synfig-core/po/es.po      |  330 ++++++-----
 synfig-core/po/fa_IR.po   |  293 +++++----
 synfig-core/po/fr.po      |  337 ++++++-----
 synfig-core/po/it.po      |  320 ++++++-----
 synfig-core/po/lt.po      |  296 +++++-----
 synfig-core/po/nl.po      |  307 +++++-----
 synfig-core/po/no_NO.po   |  293 +++++----
 synfig-core/po/pl_PL.po   |  296 +++++-----
 synfig-core/po/pt_BR.po   |  297 +++++-----
 synfig-core/po/ro.po      |  296 +++++-----
 synfig-core/po/ru.po      |  310 +++++-----
 synfig-core/po/sk_SK.po   |  293 +++++----
 synfig-core/po/zh_CN.po   |  297 +++++-----
 synfig-studio/po/ca.po    |  632 ++++++++++----------
 synfig-studio/po/de.po    |  882 ++++++++++++++-------------
 synfig-studio/po/en_GB.po |  726 +++++++++++-----------
 synfig-studio/po/es.po    |  662 +++++++++++----------
 synfig-studio/po/fa_IR.po |  608 ++++++++++---------
 synfig-studio/po/fr.po    |  730 ++++++++++++-----------
 synfig-studio/po/it.po    |  719 +++++++++++-----------
 synfig-studio/po/lt.po    | 1248 ++++++++++++++++++++-------------------
 synfig-studio/po/pt_BR.po |  657 ++++++++++----------
 synfig-studio/po/ru.po    |  682 +++++++++++-----------
 synfig-studio/po/sk_SK.po | 1465 +++++++++++++++++++++++----------------------
 synfig-studio/po/zh_CN.po |  710 +++++++++++-----------
 28 files changed, 8038 insertions(+), 7485 deletions(-)

Diff:   http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commitdiff;h=abbd9486c089d22d7ee3a7cfd7ac523be7e48cce

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d

Gmane