Carlos Lopez [Sat, 21 Aug 2010 11:04:11 +0000 (13:04 +0200)]
Make bitmap layer parameters to be able set static
Carlos Lopez [Sat, 21 Aug 2010 11:03:38 +0000 (13:03 +0200)]
Use macros for circle layer
Carlos Lopez [Sat, 21 Aug 2010 11:03:16 +0000 (13:03 +0200)]
Better indentation
Carlos Lopez [Sat, 21 Aug 2010 11:02:52 +0000 (13:02 +0200)]
Fix value node constant bug that did not keep static values as static after being modified.
Carlos Lopez [Sat, 21 Aug 2010 09:17:41 +0000 (11:17 +0200)]
Use macros for the get static and set static members
Carlos Lopez [Fri, 20 Aug 2010 18:20:54 +0000 (20:20 +0200)]
Allow manipulate circle parameters in animation mode and do not create any waypoint if the parameter is static.
Pending save load canvas.
Do it for the rest of layers
Carlos Lopez [Fri, 20 Aug 2010 16:03:35 +0000 (18:03 +0200)]
Add LayerParamSetStatic and LayerParamUnSetStatic actions.
They work only only on Layer, Layer_Composite and Circle classes.
It is pending check its functionality and extend to rest of layers parameters.
By default blend_method for Composite and invert and falloff for circles are
now static when creating a new layer.
Carlos Lopez [Thu, 19 Aug 2010 07:58:36 +0000 (09:58 +0200)]
Add Static option for Constant Value Nodes and the corresponding action to set and unset static.
Pending:
Save and load static status.
Add static option actions for layer parameters.
Carlos Lopez [Tue, 17 Aug 2010 14:53:18 +0000 (16:53 +0200)]
Documentation and code clean for value.h and value.cpp
Carlos Lopez [Tue, 17 Aug 2010 13:25:09 +0000 (15:25 +0200)]
Merge branch 'master' into genete_core_review
Carlos Lopez [Tue, 17 Aug 2010 13:22:12 +0000 (15:22 +0200)]
Better icon for Load Default Palette action in Palette Dock. Patch from Yu Chen (jcome)
Carlos Lopez [Tue, 17 Aug 2010 13:21:21 +0000 (15:21 +0200)]
Rename Points to Balls in the MetaBalls Layer. Patch form Yu Chen (jcome)
Carlos Lopez [Sun, 8 Aug 2010 10:17:02 +0000 (12:17 +0200)]
Add "By Layer Default" blend method to the Toolbox Defaults widget.
It allows the user let the layer itself use the blend method defined by the layer by default.
For example, blur layer uses Straight blend method by default and Bevel uses Onto.
The default blend methods by layer can be discussed or changed later.
Carlos Lopez [Thu, 5 Aug 2010 16:58:04 +0000 (18:58 +0200)]
New icons for layer, rectangle, filled rectangle, linear gradient and gradient tool. Patch from Yu Chen (jcome)
Carlos Lopez [Thu, 5 Aug 2010 16:55:45 +0000 (18:55 +0200)]
Simplified Chinese translation for Synfig Studio and Synfig Core. Thanks to Yu Chen (jcome)
Carlos Lopez [Thu, 29 Jul 2010 17:32:03 +0000 (19:32 +0200)]
More documentation for target tile renderer.
Carlos Lopez [Thu, 29 Jul 2010 17:02:21 +0000 (19:02 +0200)]
Documentation for target_scanline.h
Carlos Lopez [Wed, 28 Jul 2010 17:25:15 +0000 (19:25 +0200)]
Documentation for the renddesc.h and clean up code for renddesc.cpp
Carlos Lopez [Wed, 28 Jul 2010 16:17:47 +0000 (18:17 +0200)]
Merge branch 'master' into genete_core_review
Carlos Lopez [Tue, 27 Jul 2010 15:27:27 +0000 (17:27 +0200)]
Documentation and clean of target.h and target.cpp
Carlos Lopez [Tue, 27 Jul 2010 15:25:58 +0000 (17:25 +0200)]
Reformat SYNFIG_IMPORTER_MODULE_EXT to fit in a narrow space
Carlos Lopez [Mon, 26 Jul 2010 17:52:57 +0000 (19:52 +0200)]
Delete commented code and add some documentation.
Carlos Lopez [Mon, 26 Jul 2010 17:18:24 +0000 (19:18 +0200)]
Remove unused code for savecanvas.h and savecanvas.cpp
Carlos Lopez [Mon, 26 Jul 2010 16:21:57 +0000 (18:21 +0200)]
update text layout of crash recovery dialog, and make the title "Crash Recovery" translatable.
Replace the dialog that info user to review and save the recovered files with WARNING style, because it is not an ERROR.
Patch thanks to Yu Chen (jcome)
Carlos Lopez [Mon, 26 Jul 2010 16:17:45 +0000 (18:17 +0200)]
Restore Layer Outline icon as it was before (as the width icon)
Carlos Lopez [Mon, 26 Jul 2010 15:20:07 +0000 (17:20 +0200)]
Fix duplicated undefine directive.
Carlos Lopez [Mon, 26 Jul 2010 15:18:26 +0000 (17:18 +0200)]
Layer icon files renaming. Patch thanks to Yu Chen (jcome)
Carlos Lopez [Sat, 24 Jul 2010 12:19:50 +0000 (14:19 +0200)]
Partial documentation for the savecanvas.h
Carlos Lopez [Sat, 24 Jul 2010 11:57:09 +0000 (13:57 +0200)]
Complete documentation for loadcanvas.h. Remove unused member declaration.
Carlos Lopez [Wed, 21 Jul 2010 16:35:10 +0000 (18:35 +0200)]
Partial documentation for loadcanvas.h
Carlos Lopez [Wed, 21 Jul 2010 14:54:42 +0000 (16:54 +0200)]
Move not used header to extra distribution section of make file.
Carlos Lopez [Tue, 20 Jul 2010 16:51:34 +0000 (18:51 +0200)]
Documentation for the Paste Canvas Layer
Carlos Lopez [Tue, 20 Jul 2010 16:51:13 +0000 (18:51 +0200)]
Improve documentation for the layer.h file
Carlos Lopez [Sun, 18 Jul 2010 19:02:20 +0000 (21:02 +0200)]
Partial documentation for the paste canvas layer
Carlos Lopez [Sun, 18 Jul 2010 18:48:01 +0000 (20:48 +0200)]
Documentation for the layer composite
Carlos Lopez [Sun, 18 Jul 2010 18:47:37 +0000 (20:47 +0200)]
Typo
Carlos Lopez [Sun, 18 Jul 2010 18:04:54 +0000 (20:04 +0200)]
Documentation for the context class
Carlos Lopez [Fri, 16 Jul 2010 16:52:56 +0000 (18:52 +0200)]
Fix bug #3029832 Time Offset parameter fails for multiple times imported files.
canvas->set time not only sets the time but also calls the canvas's context set_time.
There are bugs pending though. Live play produces bad renders on canvas window.
Output render is fine now.
Carlos Lopez [Tue, 13 Jul 2010 15:02:58 +0000 (17:02 +0200)]
More documentation for canvas.h
Carlos Lopez [Mon, 12 Jul 2010 16:11:35 +0000 (18:11 +0200)]
English Great Britain translation of Synfig and Synfig Studio. Thanks to Robert Readman
Carlos Lopez [Sat, 10 Jul 2010 10:30:14 +0000 (12:30 +0200)]
More documentation for canvas.h
Carlos Lopez [Fri, 9 Jul 2010 19:43:56 +0000 (21:43 +0200)]
Partial documentation for canvas.h
Carlos Lopez [Fri, 9 Jul 2010 19:20:03 +0000 (21:20 +0200)]
More documentation for Value Node Animated
Carlos Lopez [Mon, 5 Jul 2010 16:14:11 +0000 (18:14 +0200)]
Documentation for Value Node Animated
Carlos Lopez [Mon, 5 Jul 2010 15:11:35 +0000 (17:11 +0200)]
Remove unused code.
* binary_find is implemented in ETC/misc.h.
* Remove code that use old distance calculation.
* Remove code once the const cast is used for const members.
Carlos Lopez [Sun, 4 Jul 2010 17:32:28 +0000 (19:32 +0200)]
Documentation for Waypoint class
Carlos Lopez [Wed, 30 Jun 2010 17:45:03 +0000 (19:45 +0200)]
More Documentation
Carlos Lopez [Wed, 30 Jun 2010 17:05:15 +0000 (19:05 +0200)]
Do not limit the máximum bitrate to 1000.
Carlos Lopez [Wed, 30 Jun 2010 16:46:13 +0000 (18:46 +0200)]
Merge branch 'master' into genete_core_review
Carlos Lopez [Wed, 30 Jun 2010 16:32:09 +0000 (18:32 +0200)]
Merge branch 'nikitakit_master'
Carlos Lopez [Wed, 23 Jun 2010 18:11:37 +0000 (20:11 +0200)]
Rename "Z" column to "Icon", make it not reorderable and make "Name" column resizable. Clean up and remove not used code.
Carlos Lopez [Wed, 23 Jun 2010 17:32:54 +0000 (19:32 +0200)]
Fix typo
Carlos Lopez [Wed, 23 Jun 2010 17:31:07 +0000 (19:31 +0200)]
Adapt the api.sh script to be run in a cron job within tuxfamily shell.
Carlos Lopez [Sun, 20 Jun 2010 19:40:38 +0000 (21:40 +0200)]
Documentation
Carlos Lopez [Sun, 20 Jun 2010 19:40:09 +0000 (21:40 +0200)]
Clean not used code. This code has been disabled since 2005-04-19 so it is not being developed
Carlos Lopez [Sun, 20 Jun 2010 16:21:08 +0000 (18:21 +0200)]
More documentation
Carlos Lopez [Sun, 20 Jun 2010 16:08:42 +0000 (18:08 +0200)]
Documentation
Carlos Lopez [Sun, 20 Jun 2010 15:49:12 +0000 (17:49 +0200)]
Indentation for better reading
Carlos Lopez [Sat, 19 Jun 2010 10:06:22 +0000 (12:06 +0200)]
Tidy up
Carlos Lopez [Sat, 19 Jun 2010 10:01:44 +0000 (12:01 +0200)]
Documentation
Nikita Kitaev [Thu, 17 Jun 2010 04:28:29 +0000 (21:28 -0700)]
Refactor duck reverse manipulation into duckmatic
Carlos Lopez [Wed, 16 Jun 2010 19:27:56 +0000 (21:27 +0200)]
Document node.h
Carlos Lopez [Wed, 16 Jun 2010 18:45:25 +0000 (20:45 +0200)]
Dcoument module.h
Nikita Kitaev [Tue, 15 Jun 2010 21:26:58 +0000 (14:26 -0700)]
Documentation
Carlos Lopez [Mon, 14 Jun 2010 19:28:29 +0000 (21:28 +0200)]
Small documentation in the valuenode.h
Carlos Lopez [Mon, 14 Jun 2010 19:28:08 +0000 (21:28 +0200)]
Documentation typo
Carlos Lopez [Mon, 14 Jun 2010 19:27:54 +0000 (21:27 +0200)]
Some documentation in the module.h file
Carlos Lopez [Sun, 13 Jun 2010 19:34:23 +0000 (21:34 +0200)]
Merge branch 'master' into genete_core_review
Carlos Lopez [Sun, 13 Jun 2010 19:25:57 +0000 (21:25 +0200)]
Enable translation for the files I moved to the module example.
Carlos Lopez [Sat, 12 Jun 2010 10:24:43 +0000 (12:24 +0200)]
Clean and document layer.h file
Carlos Lopez [Fri, 11 Jun 2010 16:24:01 +0000 (18:24 +0200)]
Remove unused define no longer used
Carlos Lopez [Fri, 11 Jun 2010 16:08:25 +0000 (18:08 +0200)]
Remove unused define, clean and sort code.
Carlos Lopez [Fri, 11 Jun 2010 15:48:17 +0000 (17:48 +0200)]
Remove synfig.h from sources to build since it is deprecated and not used.
Carlos Lopez [Thu, 10 Jun 2010 19:33:53 +0000 (21:33 +0200)]
More code comment
Carlos Lopez [Thu, 10 Jun 2010 19:03:49 +0000 (21:03 +0200)]
Order, clean up and comment the code
Carlos Lopez [Thu, 10 Jun 2010 16:24:52 +0000 (18:24 +0200)]
Enable Single threaded renderer by default for the windows version.
Carlos Lopez [Thu, 10 Jun 2010 16:06:51 +0000 (18:06 +0200)]
Enable NSIS support for example module and rename it to mod_example
Carlos Lopez [Mon, 7 Jun 2010 17:40:33 +0000 (19:40 +0200)]
Update copyrights
Carlos Lopez [Mon, 7 Jun 2010 17:38:05 +0000 (19:38 +0200)]
Enable translation for render progress information.
Carlos Lopez [Mon, 7 Jun 2010 16:43:35 +0000 (18:43 +0200)]
News draft
Carlos Lopez [Mon, 7 Jun 2010 16:43:22 +0000 (18:43 +0200)]
Update copyrights
Carlos Lopez [Mon, 7 Jun 2010 16:14:26 +0000 (18:14 +0200)]
Use iostream operators for load palette member instead of atof.
Carlos Lopez [Sun, 6 Jun 2010 18:24:25 +0000 (20:24 +0200)]
Update gitignore according to new restructure
Nikita Kitaev [Tue, 1 Jun 2010 22:58:34 +0000 (15:58 -0700)]
Update translation setup and files to new structure
Nikita Kitaev [Tue, 1 Jun 2010 21:07:41 +0000 (14:07 -0700)]
Merge branch 'master' of ssh://synfig.git.sourceforge.net/gitroot/synfig/synfig into nikitakit_restructure
Carlos Lopez [Mon, 31 May 2010 17:59:33 +0000 (19:59 +0200)]
Update NEWS files and AUTHORS.
Carlos Lopez [Mon, 31 May 2010 17:58:46 +0000 (19:58 +0200)]
Add German translation for synfig-core. Thanks to Oliver Horn (oho)
Nikita Kitaev [Mon, 31 May 2010 04:18:19 +0000 (21:18 -0700)]
Merge branch 'master' into nikitakit_restructure
Carlos Lopez [Sun, 30 May 2010 22:39:38 +0000 (00:39 +0200)]
Merge branch 'master' of ssh://genete@synfig.git.sourceforge.net/gitroot/synfig/synfig
Carlos Lopez [Sun, 30 May 2010 22:07:01 +0000 (00:07 +0200)]
Release Synfig 0.62.01
Carlos Lopez [Sun, 30 May 2010 22:07:01 +0000 (00:07 +0200)]
Release Synfig 0.61.01
Carlos Lopez [Sun, 30 May 2010 22:05:59 +0000 (00:05 +0200)]
Remove RC4 strings from splashes.
Carlos Lopez [Sun, 30 May 2010 21:33:08 +0000 (23:33 +0200)]
Update NEWS and AUTHOR files
Carlos Lopez [Sun, 30 May 2010 21:23:39 +0000 (23:23 +0200)]
Add Synfig Studio German translation. Thanks to Oliver Horn.
Carlos Lopez [Fri, 28 May 2010 15:26:56 +0000 (17:26 +0200)]
Only enable choose target parameters button if ffmpeg target is selected
Carlos Lopez [Fri, 28 May 2010 14:26:55 +0000 (16:26 +0200)]
Add release version 0.62.01 for the save file dialog.
Carlos Lopez [Wed, 26 May 2010 20:08:41 +0000 (22:08 +0200)]
Add missing files to translate
Carlos Lopez [Wed, 26 May 2010 17:14:43 +0000 (19:14 +0200)]
Add "RC4" text to splash screen to keep it "dirty" until the final release
Carlos Lopez [Wed, 26 May 2010 17:09:00 +0000 (19:09 +0200)]
Remove debug info
Carlos Lopez [Wed, 26 May 2010 17:06:20 +0000 (19:06 +0200)]
Add the real winner splash screens.
Congratulations to Konstantin Dmitriev and Nikolay Mamashev and to Madeleine Crubellier