Merge branch 'genete_advanced_outline' URL: http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=7cd58b033a8409d672a0ec0d029f779e1dda2611 Merge: 358d406f642fb67dc760ea669ae724effaaef212 24203e170902521baf8964ab8a91f580c18b4376 Author: Carlos Lopez <genet...@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: f96a86366b5c9541f8723a4aa246395ac58b5e32 2927fd76fd4e3aceaf659fdace75c401e0d303d3 Author: Carlos Lopez <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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=6b8b4a37d9372d6781faf9d27b301a4e74f86770 Author: Carlos Lopez <genet...@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 <genet...@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 <nikita...@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 <nikita...@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=be32ab56e0e0dbae4d3b1d12bffec979745fe345 Author: Carlos Lopez <genet...@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 <genet...@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 <genet...@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 <genet...@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=3a37628cd6a4490c8b3136a8fd0c7d06e17c617f Author: Carlos Lopez <genet...@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 <genet...@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=8049141037f831d40abf49e39f7468b1bb2edefd Author: Carlos Lopez <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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=24203e170902521baf8964ab8a91f580c18b4376 Author: Nikita Kitaev <nikita...@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=995423d1759b481469fb9772437c3b5d97b0288d Author: Carlos Lopez <genet...@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 <genet...@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 <genet...@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 <nikita...@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 <nikita...@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 <nikita...@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 <nikita...@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 <nikita...@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 <nikita...@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 <nikita...@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 <nikita...@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 <nikita...@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 <genet...@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 <nikita...@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 <nikita...@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 <nikita...@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 <nikita...@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 <nikita...@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 <nikita...@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 <nikita...@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 <nikita...@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 <nikita...@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 <nikita...@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 <nikita...@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 <nikita...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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=d239f5baab2cf66c96d8713d7a39243c6ab2346e Author: Carlos Lopez <genet...@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 <genet...@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 <genet...@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=a9d4de97ee8e6f2199641797b24cb5782a401d0d Author: Carlos Lopez <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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=9a81f5562cd54a5b16309234058b9271ca392110 Author: Nikita Kitaev <nikita...@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 <nikita...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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: f112a004654c936c71ba284aebe16c35a6422799 2b2950e88fb6c4bfa36ec91eb86de33c6c27fafe Author: Carlos Lopez <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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 <genet...@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=32892c38fdd8e3a4428d65a306b4ae4ff179ebd8 Author: Carlos Lopez <genet...@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 <genet...@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 <genet...@gmail.com> Date: Sun Nov 28 22:28:57 2010 +0100 Width Point class initialisation ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ Synfig-devl mailing list Synfig-devl@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/synfig-devl