Removed a bunch more DEBUGPOINT()s.
[synfig.git] / synfig-core / trunk / src / synfig /
2008-01-12 dooglusRemoved a bunch more DEBUGPOINT()s.
2008-01-12 dooglusUse 'Composite' for the first time the layers under...
2008-01-11 dooglusWhen optimize_layers() recreates Paste Canvas layers...
2008-01-11 dooglusRearranged a bit, like for the Add ValueNode in r1299...
2008-01-11 dooglusAdd my copyright.
2008-01-11 dooglusAdd type checking to almost all the linkable ValueNodes.
2008-01-11 dooglusDefine Layer::get_non_empty_description() which returns...
2008-01-10 dooglusBreak the ValueNode 'bad type' error messages up so...
2008-01-10 dooglusUse translated versions of the type names everywhere...
2008-01-10 dooglusPrototype to go with the last commit!
2008-01-10 dooglusNew static member ValueBase::type_local_name() to allow...
2008-01-10 dooglusReturn the translation of the local layer name, rather...
2008-01-10 dooglusDefine ValueBase::set() for type 'char *' as well as...
2008-01-10 dooglusRemoved a debugging printf().
2008-01-10 dooglusMade all the assert() lines which check the valuenode...
2008-01-09 dooglusRearranged a bit. Use the new macro in valuenode.h...
2008-01-09 dooglusAdd a macro to check the type of value before using...
2008-01-09 dooglusAdd a static same_type_as() member function so we can...
2008-01-07 dooglusShow the "Amount", "Blend Method" and "Z-Depth" paramet...
2008-01-07 dooglusWhen cloning a duplicate layer, always make a new ...
2008-01-05 dooglusUse a real type, not integer, for the "Duplicate" layer...
2008-01-05 dooglusHide the 'From Integer' convert type for now.
2008-01-05 dooglusDon't show 'Duplicate' in the Convert menu. The user...
2008-01-05 dooglusWhen we create a 'Duplicate' layer, automatically have...
2008-01-05 dooglusAdd new convert types 'From Integer' and 'Duplicate...
2008-01-03 dooglusRevision r1262 included some changes I didn't intend...
2008-01-03 dooglusThe hardcoded string "Do Not Use" was being used in...
2008-01-03 dooglusUse translated versions of the layers' local names...
2008-01-03 dooglusFix 1862720: "libltdl library and headers out of sync...
2008-01-02 dooglusReformatted and alphabetized.
2008-01-01 dooglusDisable motion blur when quality=10. Draw 2 frames...
2008-01-01 dooglusDon't render feathering of shapes (ie. outlines, region...
2008-01-01 dooglusFix 1811250: Prevent studio crashing when loading a...
2008-01-01 dooglusPrevent a compiler warning.
2008-01-01 dooglusPrevent a compiler warning.
2007-12-28 dooglusDon't allow epsilon to be less than 0.00000001.
2007-12-27 dooglusAdded new convert type "Reciprocal" to convert x to...
2007-12-27 dooglusStop g++ warning that "'prev' may be used uninitialized...
2007-12-27 pabsOnly build in gettext support when gettext is available.
2007-12-26 dooglusChange the default sub-parameters for the Time Loop...
2007-12-26 dooglusFix the timeloop layer for negative durations so that...
2007-12-26 dooglusRevision 1150 changed the way angles work so that 0...
2007-12-26 dooglusAdd new convert type 'Time Loop' to allow individual...
2007-12-26 dooglusCorrected warning text when .sif file uses larger layer...
2007-12-20 dooglusComment out an unused function.
2007-12-19 pabsFix unterminated character constant warning from xgette...
2007-12-18 dooglusFix 1844764 by reverting r954. Added a 'todo', because...
2007-12-18 pabsStrip license key and software expiry stuff now that...
2007-12-18 pabsFix g++ warning: variables created in a for loop should...
2007-12-15 dooglusFixed the remaining doxygen warnings and errors for...
2007-12-11 dooglusPrevent warning from doxygen.
2007-12-11 dooglusImprove doxygen output.
2007-12-11 dooglusWrote doxygen file descriptions for the valuenode conve...
2007-12-10 dooglusEdited the single line description of each header file...
2007-12-10 dooglusEdited the single line description of each source file...
2007-12-09 pabsFix g++ 4.3 issues; add missing <cstring> includes...
2007-12-03 dooglusFix 1842510: round frame number to nearest integer...
2007-12-03 dooglusCache each image file only once, even if it is used...
2007-12-02 dooglusPossibly fix 1841280: "Insert Item in animation mode...
2007-11-26 dooglusFix 1838132: encapsulations containing imported images...
2007-11-22 dooglusAdd new valuenode convert type called "Reverse Tangent...
2007-11-14 dooglusTidying.
2007-11-14 pabsRevert one of the i18n changes that causes a crash...
2007-11-13 pabsDon't use gettext with C++ strings :)
2007-11-13 pabsInitial attempt at i18n support using gettext
2007-11-11 dooglusAdd new convert type: aTan2.
2007-11-10 dooglusPrevent compiler warnings like "there are no arguments...
2007-11-10 pabsReplace the proto directory with pre-processor macros...
2007-11-09 dooglusPrevent 2 * "warning: converting to 'int' from 'double'"
2007-11-09 pabsKill off synfig ./bootstrap
2007-11-08 dooglusAttempting to fix 1823053 - renaming an exported valuen...
2007-11-08 dooglusUse 0 degrees as the default angle for the 'cos' convert.
2007-11-06 dooglusDon't force angles to use linear interpolation.
2007-11-06 dooglusSame for 'after' waypoints, too!
2007-11-06 dooglusAlways save the interpolation type - don't special...
2007-11-06 dooglusAdd a 'cos' convert type, to go with 'sine'.
2007-10-31 dooglusPartially fix 1823082. It works OK for polygon, region...
2007-10-30 dooglusTypo: 'rearange' -> 'rearrange'.
2007-10-30 dooglusTypo: 'automagickly' -> 'automagically'.
2007-10-30 dooglusTypo: 'supose' -> 'supposed'.
2007-10-30 dooglusTypo: 'outputing' -> 'outputting'.
2007-10-30 dooglusTypo: 'doesnt' -> 'doesn't'.
2007-10-30 dooglusTypo: 'individualy' -> 'individually'.
2007-10-30 dooglusTypo: 'dupilcate' -> 'duplicate'.
2007-10-30 dooglusTypo: 'cacheing' -> 'caching'.
2007-10-30 dooglusTypo: 'ontop' -> 'on top'.
2007-10-30 dooglusTypo: 'refering' -> 'referring'.
2007-10-30 dooglusTypo: 'paramater' -> 'parameter'.
2007-10-30 dooglusTypo: 'datastructure' -> 'data structure'.
2007-10-30 dooglusTypo: 'infront' -> 'in front'.
2007-10-30 dooglusTypo: 'arangement' -> 'arrangement'.
2007-10-30 dooglusTypo: 'matricies' -> 'matrices'.
2007-10-30 dooglusTypo: missing space.
2007-10-30 dooglusTypo: 'folloing' -> 'following'.
2007-10-30 dooglusTypo: 'abreviate' -> 'abbreviate'.
2007-10-30 dooglusTypo: 'discurage' -> 'discourage'.
2007-10-30 dooglusTypo: 'gracefuly' -> 'gracefully'.
2007-10-30 dooglusTypo: 'antilaias' -> 'antialias'.
2007-10-30 dooglusTypo: 'efficent' -> 'efficient'.
2007-10-30 dooglusTypo: 'entitity' -> 'entity'.
next