Nikita Kitaev [Mon, 12 Oct 2009 01:35:15 +0000 (18:35 -0700)]
Change linking parameters in BLine points
Instead of the old split_tangent parameter, bline points now use
link_radius and link_theta. Old functions are retained for
compatibility.
Note: since get_split_tangent_flag() returns a pointer,
the split_tangent_ parameter must remain for now.
Nikita Kitaev [Mon, 9 Nov 2009 05:05:37 +0000 (21:05 -0800)]
Fix typos
Nikita Kitaev [Sun, 8 Nov 2009 00:00:21 +0000 (16:00 -0800)]
Refractor Vertice->Vertex
Nikita Kitaev [Sat, 7 Nov 2009 23:53:50 +0000 (15:53 -0800)]
Path looping support
Nikita Kitaev [Sat, 7 Nov 2009 21:21:26 +0000 (13:21 -0800)]
Refractoring and code clean-up
Nikita Kitaev [Sat, 7 Nov 2009 07:46:28 +0000 (23:46 -0800)]
Gradient support
* Linear gradients should convert properly in all circumstances.
* Radial gradients should convert properly when the focus and
center are the same.
Carlos Lopez [Tue, 3 Nov 2009 21:14:29 +0000 (22:14 +0100)]
Apply patch 2890548: Resolve issues with libtool 1.5.26 and 2.2.4. Thanks to
Ray Frederikson ( uranus-235 )
Nikita Kitaev [Sun, 25 Oct 2009 05:23:24 +0000 (22:23 -0700)]
Fix closepath problems
The index is no longer incremented twice when encountering "z"
Add support for elements other than "M/m" after "z"
Nikita Kitaev [Sat, 24 Oct 2009 05:51:12 +0000 (22:51 -0700)]
Update Path Parser
Parser now supports relative coordinates, as well as
multiple sets of arguments after a single command.
Nikita Kitaev [Fri, 23 Oct 2009 03:59:41 +0000 (20:59 -0700)]
Filter out unparsable layers
This avoids the creation of extraneous canvases
Nikita Kitaev [Fri, 23 Oct 2009 03:55:50 +0000 (20:55 -0700)]
Transformation support in effects parser
Nikita Kitaev [Thu, 22 Oct 2009 03:49:22 +0000 (20:49 -0700)]
Restructuring
1. Remove plans for converting objects to paths
These convertions are best done in Inkscape.
2. Add skeleton parser_effects
This parser will apply transformations, path effects, etc.
3. Make resolving path transformations optional
Nikita Kitaev [Thu, 22 Oct 2009 03:01:16 +0000 (20:01 -0700)]
Centralized parsing
Old parser methods for paths and polygons have moved to parser_graphics.
Nikita Kitaev [Sat, 17 Oct 2009 05:02:37 +0000 (22:02 -0700)]
Implement generic path parsing
And fix some bugs introduced by mistakes in past few commits.
Nikita Kitaev [Tue, 13 Oct 2009 00:41:50 +0000 (17:41 -0700)]
test
Nikita Kitaev [Tue, 13 Oct 2009 00:05:01 +0000 (17:05 -0700)]
Parser restructuring
Part 1
Nikita Kitaev [Mon, 12 Oct 2009 03:46:23 +0000 (20:46 -0700)]
Formatting
Mostly translating variable names and comments into English.
Carlos Lopez [Sun, 25 Oct 2009 17:49:07 +0000 (18:49 +0100)]
Enable duck reverse manipulation for Range value node convert types.
Carlos Lopez [Sun, 25 Oct 2009 16:45:20 +0000 (17:45 +0100)]
Fix bug in value node range. If link is smaller than minimum it was returned link.
Carlos Lopez [Tue, 20 Oct 2009 20:21:49 +0000 (22:21 +0200)]
Merge branch 'master' into genete_master
Carlos Lopez [Tue, 20 Oct 2009 20:21:01 +0000 (22:21 +0200)]
When a layer is unchecked and it is not in any group don't show a warning message.
Carlos Lopez [Mon, 12 Oct 2009 09:31:58 +0000 (11:31 +0200)]
Fix dates in NEWS files
Carlos Lopez [Mon, 12 Oct 2009 09:31:01 +0000 (11:31 +0200)]
fix date in synfig NEWS file.
Carlos Lopez [Mon, 12 Oct 2009 09:29:14 +0000 (11:29 +0200)]
Tiny correction for NEWS files.
Carlos Lopez [Mon, 12 Oct 2009 09:16:31 +0000 (11:16 +0200)]
Correction of ETL and Synfig Studio NEWS headers.
Carlos Lopez [Sat, 10 Oct 2009 16:37:50 +0000 (18:37 +0200)]
Update README files with latest changes.
Carlos Lopez [Sat, 10 Oct 2009 16:25:23 +0000 (18:25 +0200)]
Update NEWS files properly.
Carlos Lopez [Sat, 10 Oct 2009 16:15:03 +0000 (18:15 +0200)]
Write the correct version in the configure.ac files.
Carlos Lopez [Fri, 9 Oct 2009 20:28:07 +0000 (22:28 +0200)]
Update Spanish translation.
Carlos Lopez [Fri, 9 Oct 2009 19:54:24 +0000 (21:54 +0200)]
Update Russian translation. Thanks to Alexandre Prokoudine
Carlos Lopez [Thu, 8 Oct 2009 20:31:50 +0000 (22:31 +0200)]
Add new splash screen for 0.62.00 version.
Carlos Lopez [Mon, 5 Oct 2009 20:03:05 +0000 (22:03 +0200)]
Sort alphabetically the artists in the About Dialog.
Carlos Lopez [Mon, 5 Oct 2009 19:57:50 +0000 (21:57 +0200)]
Add Ray Frederikson (uranus-235) to the authors by his contribution in the reverse mmanipulation in the scale convert type.
Carlos Lopez [Mon, 5 Oct 2009 19:30:41 +0000 (21:30 +0200)]
Better redaction for NEWS files. Thanks to muhkayoh
Carlos Lopez [Mon, 5 Oct 2009 14:44:48 +0000 (16:44 +0200)]
Fix some typos in the NEWS file.
Carlos Lopez [Mon, 5 Oct 2009 14:27:43 +0000 (16:27 +0200)]
Update French translation.Thanks to Aurore D. (rore)
Nikita Kitaev [Sun, 4 Oct 2009 04:18:14 +0000 (21:18 -0700)]
Fix accidentally remaining hardcoded index
Nikita Kitaev [Sun, 4 Oct 2009 03:51:31 +0000 (20:51 -0700)]
Remove hard-coded link positions in reference to ValueDesc
Instead, the link positions are determined from the valuenode names.
Nikita Kitaev [Sat, 3 Oct 2009 22:59:31 +0000 (15:59 -0700)]
Remove link references by index when link name can be used
Carlos Lopez [Sat, 3 Oct 2009 18:11:00 +0000 (20:11 +0200)]
Fix a typo in the dummy splash screen.
Carlos Lopez [Sat, 3 Oct 2009 18:09:54 +0000 (20:09 +0200)]
Bump versions in configure.ac file.
0.04.13 Release Candidate #1
0.62.00 Release Candidate #1
Carlos Lopez [Sat, 3 Oct 2009 17:48:40 +0000 (19:48 +0200)]
Add the 0.61.09 splash screen file to the Makefile.
Carlos Lopez [Sat, 3 Oct 2009 17:37:17 +0000 (19:37 +0200)]
Add a dummy 0.62.0 RC1 splash screen.
Carlos Lopez [Sat, 3 Oct 2009 17:36:47 +0000 (19:36 +0200)]
Rename the old splash screen to its version name.
Carlos Lopez [Sat, 3 Oct 2009 17:21:55 +0000 (19:21 +0200)]
Update the NEWS with a summary of the features added and bugs fixed.
Carlos Lopez [Fri, 2 Oct 2009 19:04:23 +0000 (21:04 +0200)]
Update Contributors and artists in the about dialog.
Carlos Lopez [Fri, 2 Oct 2009 17:39:41 +0000 (19:39 +0200)]
Forgot to add to Carlos A.Sosa Navarro (SVG import module)
Carlos Lopez [Fri, 2 Oct 2009 17:35:06 +0000 (19:35 +0200)]
Update authors for synfig studio
Carlos Lopez [Fri, 2 Oct 2009 17:25:39 +0000 (19:25 +0200)]
Update authors for synfig-core
Carlos Lopez [Fri, 2 Oct 2009 17:05:41 +0000 (19:05 +0200)]
Update Spanish translation for synfig-core
Carlos Lopez [Fri, 2 Oct 2009 16:50:07 +0000 (18:50 +0200)]
Add curve warp files to be translated.
Carlos Lopez [Fri, 2 Oct 2009 16:41:14 +0000 (18:41 +0200)]
Correct the release version for those valuenodes.
Carlos Lopez [Fri, 2 Oct 2009 16:40:35 +0000 (18:40 +0200)]
Bump release version to 0_62_00
Carlos Lopez [Fri, 2 Oct 2009 16:36:32 +0000 (18:36 +0200)]
Avoid a warning for a non used variable.
Carlos Lopez [Fri, 2 Oct 2009 16:36:11 +0000 (18:36 +0200)]
Avoid some warning asking for explicit brackets.
Carlos Lopez [Fri, 2 Oct 2009 16:35:32 +0000 (18:35 +0200)]
Alter the creation order of the members to avoid some compiler warnings.
Carlos Lopez [Thu, 1 Oct 2009 22:16:23 +0000 (00:16 +0200)]
Disable crop imported images by default.
It is a very annoying behavior for most of users and there is not easy option to diable it.
It can be implemented in the next version after close 0.62.0 release.
Carlos Lopez [Thu, 1 Oct 2009 21:39:36 +0000 (23:39 +0200)]
Fix the undo operation for keyframe set delta.
Missed it at the keyframe widget branch and was producing strange behavior when pressing the undo button.
Carlos Lopez [Tue, 29 Sep 2009 14:19:27 +0000 (16:19 +0200)]
Better translation for 'Metaballs'
Carlos Lopez [Tue, 29 Sep 2009 14:09:46 +0000 (16:09 +0200)]
Update Spanish trasnslation
Carlos Lopez [Tue, 29 Sep 2009 13:58:29 +0000 (15:58 +0200)]
Enable 'example' module files for translation because they are part of the code now.
Carlos Lopez [Tue, 22 Sep 2009 20:31:29 +0000 (22:31 +0200)]
Updated French translation. Thanks to Aurore D. (rore)
Carlos Lopez [Wed, 16 Sep 2009 21:06:44 +0000 (23:06 +0200)]
Russian translation update. Thanks to Alexandre Prokoudine
Carlos Lopez [Wed, 16 Sep 2009 20:58:44 +0000 (22:58 +0200)]
Merge branch 'genete_fix_accel_keys'
Carlos Lopez [Mon, 14 Sep 2009 21:22:48 +0000 (23:22 +0200)]
Fix Raise Layer and Lower Layer ACCEL keys.
Carlos Lopez [Mon, 14 Sep 2009 18:29:59 +0000 (20:29 +0200)]
Fix ACCEL keys.
For some reason the Raise and Lower Layer seems not to work with the fix.
Chris Norman [Thu, 10 Sep 2009 02:45:14 +0000 (19:45 -0700)]
Hide "Import SVG" layer in menus, rather than listing it as "NotVisible"
Carlos Lopez [Fri, 4 Sep 2009 18:11:45 +0000 (20:11 +0200)]
Update Spanish translation
Carlos Lopez [Fri, 4 Sep 2009 18:11:17 +0000 (20:11 +0200)]
Include new files to allow them be translated.
Carlos Lopez [Fri, 4 Sep 2009 17:54:59 +0000 (19:54 +0200)]
Unmark two strings not needed to translate.
Chris Norman [Thu, 3 Sep 2009 20:45:35 +0000 (13:45 -0700)]
GTK 2.16 throws warning messages for GTK:ActionGroup:Create() if no menu action group is specified. This fix provides suitable names for each occurrence.
Carlos Lopez [Thu, 3 Sep 2009 15:11:50 +0000 (17:11 +0200)]
Spanish translation for synfig-core and synfig-studio
Carlos Lopez [Thu, 3 Sep 2009 14:00:23 +0000 (16:00 +0200)]
Correct spell of show grid icon sif file canvas's name.
Carlos Lopez [Mon, 31 Aug 2009 16:16:17 +0000 (18:16 +0200)]
Merge branch 'genete_angle_icon'
Carlos Lopez [Mon, 31 Aug 2009 16:13:43 +0000 (18:13 +0200)]
Update angle icon. Thanks to David Rylander (rylleman)
Carlos Lopez [Mon, 31 Aug 2009 16:06:35 +0000 (18:06 +0200)]
Merge branch 'pixelgeek_windows_script_update'
Carlos Lopez [Mon, 31 Aug 2009 16:05:15 +0000 (18:05 +0200)]
Merge branch 'zelgadis_master'
Chris Norman [Sun, 30 Aug 2009 22:57:25 +0000 (15:57 -0700)]
Removing obsolete references to Voria
Chris Norman [Sat, 29 Aug 2009 04:07:52 +0000 (21:07 -0700)]
Updating Windows build script to include mod_svg
Carlos Lopez [Fri, 28 Aug 2009 15:29:59 +0000 (17:29 +0200)]
Create buttons to show render and preview dialogues and link to the proper members.
Carlos Lopez [Fri, 28 Aug 2009 15:28:59 +0000 (17:28 +0200)]
Add icons for Render Dialog and Preview Dialog.
Thanks to Henrique Lopes Barone
Carlos Lopez [Sat, 22 Aug 2009 08:35:01 +0000 (10:35 +0200)]
Modify children icon. Thanks to David Rylander (rylleman).
Carlos Lopez [Sat, 22 Aug 2009 08:28:19 +0000 (10:28 +0200)]
Merge branch 'genete_angle_icon'
Carlos Lopez [Sat, 22 Aug 2009 08:20:39 +0000 (10:20 +0200)]
Modify the Angle icon sif file. Thanks to David Rylander (rylleman)
Carlos Lopez [Sat, 22 Aug 2009 07:51:53 +0000 (09:51 +0200)]
Change the description to the sif file.
Carlos Lopez [Sat, 22 Aug 2009 07:49:34 +0000 (09:49 +0200)]
Se the size of the snap to grid and show grid icons to be 160x160.
Also move the lines to a position that looks better when sampled down.
Carlos Lopez [Sat, 22 Aug 2009 07:20:15 +0000 (09:20 +0200)]
Move up the new added files not tracked before kill trunk folder
Carlos Lopez [Sat, 22 Aug 2009 07:17:25 +0000 (09:17 +0200)]
Merge branch 'master' into genete_canvasview-revisited
Konstantin Dmitriev [Wed, 19 Aug 2009 07:12:41 +0000 (14:12 +0700)]
Disable libavcodec by default, because it's broken with recent versions.
Konstantin Dmitriev [Wed, 19 Aug 2009 06:36:53 +0000 (13:36 +0700)]
Drop svn tags staff.
For information about tagging new release refer to http://synfig.org/Release#Make_tags
Konstantin Dmitriev [Wed, 19 Aug 2009 05:48:44 +0000 (12:48 +0700)]
Use git instead of svn to generate ChangeLog.
Carlos López [Sat, 15 Aug 2009 08:15:56 +0000 (10:15 +0200)]
Add more files to ignore.
Carlos López [Fri, 14 Aug 2009 14:59:04 +0000 (16:59 +0200)]
Small modifications to the resolution icons.
Carlos López [Fri, 14 Aug 2009 14:50:15 +0000 (16:50 +0200)]
Add new icons (thanks David Rylander) and adjust its size to a better size 16x16.
Change the original size to be multiple of 16.
Carlos Lopez [Wed, 12 Aug 2009 18:40:19 +0000 (20:40 +0200)]
Restore a clean .gitignore file
Carlos Lopez [Wed, 12 Aug 2009 18:35:33 +0000 (20:35 +0200)]
Remove ancient trunk folder from svn repository
Carlos Lopez [Wed, 12 Aug 2009 18:32:35 +0000 (20:32 +0200)]
Remove .gitignore do nothing is ignored.
Carlos Lopez [Tue, 11 Aug 2009 14:14:36 +0000 (16:14 +0200)]
Change the "Flipbook Dialog" string to the more user intuitive "Preview Window"
Carlos Lopez [Tue, 11 Aug 2009 13:51:11 +0000 (15:51 +0200)]
As requested, change the string "State" to "Tool", more user intuitive.
Carlos Lopez [Sat, 1 Aug 2009 18:14:08 +0000 (20:14 +0200)]
Merge branch 'genete_master'