Oops. TCB is called "auto" in the SIF file.
[synfig.git] / synfig-core /
2007-09-17 dooglusOops. TCB is called "auto" in the SIF file.
2007-09-17 dooglusFix 1778930: TCB is the default waypoint type except...
2007-09-17 dooglusTidying up a little.
2007-09-17 dooglusTypos.
2007-09-17 dooglusFix 1796068: when a valuenode changes, ValueNode::on_ch...
2007-09-17 dooglusFix a copy-paste typo when applying the 'scale' convert...
2007-09-16 dooglusFix 1795922: loadcanvas.cpp was special-casing subtract...
2007-09-16 dooglusFix 1795913. Subtract now works with colors.
2007-09-16 dooglusRearranged a bit so I can see what's missing.
2007-09-16 dooglusFix 1795802: Fixed a crash in the animated gradient...
2007-09-16 dooglusMultiplying a gradient by zero empties it.
2007-09-15 dooglusFix 1568818: Animate gradients.
2007-09-15 dooglusPartially fix 1568818: Define mathematical operators...
2007-09-15 dooglusPartially fix 1568818: Declare mathematical operators...
2007-09-15 dooglusI'm told that it's a bad idea to inherit from std:...
2007-09-14 dooglusFix 1794374 for 'gradient rotate' valuenodes.
2007-09-14 dooglusFix 1794374 for 'repeat gradient' valuenodes.
2007-09-13 dooglusAllow the user to specify the start and end colors...
2007-09-13 dooglusAdd a new type of valuenode conversion for gradients...
2007-09-13 dooglusSpelling corrections.
2007-09-13 dooglusWhen a curve gradient layer's bline is looped and perpe...
2007-09-13 pabsAdd some changes to NEWS
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-12 dooglusReinstate the -Wno-unused-parameter flag, because when...
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 dooglusShow basic motion blur even in the workarea display...
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 dooglusRemove the -Wno-unused-parameter flag from the compile...
2007-09-08 dooglusPrevent compiler warnings about unused parameters.
2007-09-07 dooglusRemoved 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-07 dooglusPrevent a warning from the compiler. It warns that...
2007-09-06 dooglusTidying.
2007-09-06 dooglusAllow the 'linear' convert type to work with colors...
2007-09-06 dooglusDon't include unnecessary header files.
2007-09-06 dooglusRemove the parse_timedswap() hack.
2007-09-06 dooglusRemove the parse_timedswap() hack.
2007-09-06 dooglusFix and re-enable the "Timed Swap" convert. Prevent...
2007-09-06 dooglusAdded a new member "bool same_type_as(const Type testty...
2007-09-06 dooglusMake the #defines for ADD_VALUENODE and ADD_VALUENODE2...
2007-09-05 dooglusUse "Segment Vertex" and "Segment Tangent" instead...
2007-09-05 dooglusRemoved the little 'x' marks I was using to check off...
2007-09-05 dooglusUse translatable, 'human readable' strings when display...
2007-09-05 dooglusTidying.
2007-09-05 dooglusTidying.
2007-09-05 dooglusTidying.
2007-09-05 dooglusTidying.
2007-09-04 dooglusThe XOR Pattern layer now has 'Z Depth', 'Amount' and...
2007-09-04 dooglusFix a bug introduced by r590. The name of the paste_ca...
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 dooglusUse lower_case instead of UpperCase in .sif files for...
2007-09-04 dooglusMove 'Paste Canvas' and 'Plant' into the 'Other' menu...
2007-09-04 dooglusDisplay as 'Checkerboard' rather than 'CheckerBoard'.
2007-09-04 dooglusDisplay as 'Halftone 2' and 'Halftone 3' rather than...
2007-09-04 dooglusDisplay as 'Inside Out' not 'InsideOut'.
2007-09-04 dooglusRename class lyr_freetype to Layer_Freetype. All other...
2007-09-04 dooglusA more up-to-date version of this file is in synfig...
2007-09-03 dooglusRename ValueBase::same_as() to ValueBase::same_type_as...
2007-09-03 dooglusThis can't be right, can it?
2007-09-03 dooglusChanged the sense of the 'do_not_muck_with_time' boolea...
2007-09-03 dooglusPrevent a crash when copying a PasteCanvas before defin...
2007-09-03 dooglusCompletes fix of 1785296: If a waypoint has <animated...
2007-09-03 dooglusPartially fix 1785296: Allow waypoints to refer to...
2007-09-03 dooglusTypo.
2007-09-03 dooglusReordered the blend method definitions to appear in...
2007-08-31 dooglusFix 1785598: studio crash when marking all Bline vertic...
2007-08-31 dooglusFix 1785598: studio crash when marking all Bline vertic...
2007-08-30 dooglusPrevent a crash when clicking in the workarea after...
2007-08-30 dooglusPrevent a crash when saving a PasteCanvas with no canva...
2007-08-30 dooglusTypo.
2007-08-14 pabsFix segfault when rendering dooglus.rincevent.net/synfi...
2007-08-04 pabsFix extra qualification warning
2007-07-31 pabsFix 1692825: Prevent import errors on amd64 by using...
2007-06-20 pabsStable Tag: Copying everything over
2007-06-20 pabsRelease synfig_0_61_06
next