Always save the interpolation type - don't special-case it for angles.
[synfig.git] / synfig-core / trunk / src / modules /
2007-10-31 dooglusDon't render infinitely large plant layers.
2007-10-31 dooglusFix 1823082: don't render layers under a 'stretch'...
2007-10-30 dooglusTypo 'accomodate' -> 'accommodate'.
2007-10-30 dooglusTypo: 'dont' -> 'don't'.
2007-10-30 dooglusTypo: 'verticies' -> 'vertices'.
2007-10-30 dooglusUse American spelling: 'optimize'.
2007-10-30 dooglusUse American spelling: 'color'.
2007-10-30 dooglusTypo: 'hardcode' -> 'hardcoded'.
2007-10-30 dooglusTypo: 'cludge' -> 'kluge'.
2007-10-30 dooglusTypo: 'compressiong' -> 'compression'.
2007-10-30 dooglusTypo: 'recalculted' -> 'recalculated'.
2007-10-30 dooglusTypo: 'sibbling' -> 'sibling'.
2007-10-30 dooglusTypo: 'emptys' -> 'empties'.
2007-10-30 dooglusTypo: 'backgound' -> 'background'.
2007-10-30 dooglusTypo: 'bouding' -> 'bounding'.
2007-10-30 dooglusUse American spelling of 'initialise'.
2007-10-28 dooglusDon't say "writing 1 images".
2007-10-28 dooglusHandle exceptions from Magick++ calls.
2007-10-28 dooglusAllow environment variables SYNFIG_DISABLE_REMOVE_DUPS...
2007-10-28 dooglusFixed a bug in transparency detection.
2007-10-28 dooglusShow what's going on with messages to stdout. Fix...
2007-10-28 dooglusSame as last commit...
2007-10-28 dooglusFix for transparent images. Remove duplicate frames.
2007-10-27 dooglusAdded new module 'mod_magickpp' for rendering multiple...
2007-10-27 dooglusRemove the "** FIXME: THIS DOES NOT ACTUALLY WORK YET...
2007-10-26 dooglusReverted the sort I did earlier. The order of the...
2007-10-25 dooglusWrite header giving image height, width, and frame...
2007-10-25 dooglusI think the gamma was backwards before. Rendered ...
2007-10-25 dooglusAdd mod_mng.
2007-10-25 dooglusSort alphabetically.
2007-10-25 dooglusAdd mod_mng to the list of modules.
2007-10-25 dooglusFix mng rendering.
2007-10-25 dooglusWhen rendering to multiple image files, render to filen...
2007-10-25 dooglusTidying.
2007-10-25 dooglusOutput multiple numbered image files when necessary...
2007-10-24 dooglusFix the warning that the last commit introduced. And...
2007-10-24 dooglusCrude attempt to get fonts not to render upside-down...
2007-10-24 dooglusDon't allow 'splits' to be less than 1, or we get a...
2007-10-24 dooglusAdd a new boolean to allow the drawing of regular polygons.
2007-10-24 dooglusFixed commented debugging line - it was missing a forma...
2007-10-24 doogluspopen() doesn't like type "rb" on Linux, either.
2007-10-24 dooglusFix 1818856: External application render targets seem...
2007-10-24 dooglusAdded a new parameter to the plant layer, 'Reverse...
2007-10-21 dooglusReject invalid and dangerous values for the 'step'...
2007-10-17 pabsFix the ffmpeg/dv/imagemagick targets/importers on...
2007-10-14 dooglusUse filename_extension() and filename_sans_extension().
2007-10-13 dooglusRemoved the 'fixme' comment, because I fixed it already.
2007-10-13 dooglusFix memory leak. The png library was being used slight...
2007-10-13 dooglusThe code documents an unexplained crash in libpng,...
2007-10-11 dooglusDefault new random valuenodes to SMOOTH_CUBIC interpola...
2007-10-11 dooglusNew source file for the 'random' valuenode.
2007-10-11 dooglusNew header file for the 'random' valuenode.
2007-10-11 dooglusTidying.
2007-10-11 dooglusAdd the new 'random' valuenode.
2007-10-11 dooglusAdd files for the new 'random' valuenode.
2007-10-10 dooglusUse 'ftime' instead of 'f' as the floating point time...
2007-10-10 dooglusUse an enumeration type rather than unnamed integers...
2007-10-10 dooglusSmall changes to make these files more similar to the...
2007-10-07 dooglusTypo.
2007-10-07 dooglusFix a crash in the warp layer when the bounding_rect...
2007-10-06 dooglusAdd my copyright to files I've modified.
2007-10-05 dooglusFix 1807709: radial blur doesn't render properly. ...
2007-09-28 dooglusFixed a typo in the last commit.
2007-09-28 dooglusRefine the bounding rectangles for 'Vertical Bar' and...
2007-09-20 dooglusRename the 'Import' layer to 'Import Image' to hint...
2007-09-13 dooglusWhen a curve gradient layer's bline is looped and perpe...
2007-09-12 dooglusSince the last change will require a recompilation...
2007-09-12 dooglusFix 1792063: problem with curve gradients when a vertex...
2007-09-11 dooglusAdded a few comments.
2007-09-10 dooglusMove the 'Simple Text' into the 'Other' menu, rather...
2007-09-10 dooglusRearranged "if (!x) a; else b;" to "if (x) b; else...
2007-09-10 dooglusAdded a comment about the strange fudge factor in the...
2007-09-10 dooglusDefault the plant layer's Perpendicular Velocity to...
2007-09-09 dooglusTime Plant::sync(). Display timing information if...
2007-09-09 dooglusIn the plant layer, don't stunt growth at all when...
2007-09-09 dooglusPartially fix 1790903: Fixed the problem with the plant...
2007-09-09 dooglusAdded a new parameter to the plant layer, "Perpendicula...
2007-09-08 dooglusShow 'info' messages during the sync()ing of large...
2007-09-08 dooglusSpread the sprouts out evenly along each bline. Previo...
2007-09-08 dooglusDon't keep trying to sync() a plant layer if its bline...
2007-09-08 dooglusPlant::sync() doesn't need to be public.
2007-09-08 dooglusAdded a comment questioning one of the Random::operator...
2007-09-08 dooglusUse an enumeration type rather than unnamed integers...
2007-09-08 dooglusPut a mutex around Plant::sync() to stop 2 threads...
2007-09-08 dooglusPrevent compiler warnings about unused parameters.
2007-09-07 dooglusPrevent a compiler warning. (variable 'mag' is used...
2007-09-07 dooglusPrevent a compiler warning. (variable mag is used...
2007-09-07 dooglusFixed another instance of the bug which was causing...
2007-09-07 dooglusTidying.
2007-09-07 dooglusAllow plant blines to have 2 points in them. Previousl...
2007-09-07 dooglusFix the 'plant' layer.
2007-09-04 dooglusThe XOR Pattern layer now has 'Z Depth', 'Amount' and...
2007-09-04 dooglusUse "Size As Alpha" as parameter name, not "SizeAsAlpha".
2007-09-04 dooglusUse "ZigZag" not "Zig-Zag", like in other gradient...
2007-09-04 dooglusTypo.
2007-09-04 dooglusDisplay spaces in layer names: "Time Loop" and "Luma...
2007-09-04 dooglusThe duck was moving the XOR pattern in the wrong direct...
2007-09-04 dooglusUse lower_case "xor_pattern" in .sif files rather than...
2007-09-04 dooglusMove 'Paste Canvas' and 'Plant' into the 'Other' menu...
2007-09-04 dooglusDisplay as 'Checkerboard' rather than 'CheckerBoard'.
next