Added a new valuenode type for real values: 'Exponent'. Given a real value, it sets...
[synfig.git] / synfig-core / trunk / src / synfig /
2007-09-22 dooglusAdded a new valuenode type for real values: 'Exponent...
2007-09-22 dooglusFix 1800126. Use a loose_handle instead of a handle...
2007-09-21 dooglusFix 1368694. You can now add layers to groups and...
2007-09-19 dooglusRevision 678 included <iostream> in color.h. This...
2007-09-18 dooglusFix to allow the 'scale' valuenode be used with integers.
2007-09-18 dooglusFix 1797488: use set_link() rather than modifying the...
2007-09-18 dooglusInitialise a sine valuenode from its parent.
2007-09-18 dooglusHeader file change to go with the last commit.
2007-09-18 dooglusInitialise 'scale' valuenodes when converting, rather...
2007-09-18 dooglusInitialise subtract valuenodes from the value they...
2007-09-18 dooglusRound integers towards zero in linear convert type.
2007-09-18 dooglusUse a switch statement in the operator() like the other...
2007-09-18 dooglusRound integer subtraction convertions to the nearest...
2007-09-18 dooglusFix a crash when converting an integer type to 'subtract'.
2007-09-18 dooglusRenaming the PasteCanvas layer in r705 missed the other...
2007-09-18 dooglusRevert r590. Use the same names for PasteCanvas, Solid...
2007-09-18 dooglusRemoved unused members/prototypes.
2007-09-17 dooglusUse compression when saving as a .sifz file.
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-12 dooglusSince the last change will require a recompilation...
2007-09-10 dooglusShow basic motion blur even in the workarea display...
2007-09-08 dooglusPrevent compiler warnings about unused parameters.
2007-09-07 dooglusRemoved unused parameters.
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 dooglusFix a bug introduced by r590. The name of the paste_ca...
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-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-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-06-11 pabsDistribute surfacenew.cpp, don't build it
2007-06-11 pabsDistribute some files that were only in SVN before
2007-06-10 pabsRemove the generated nodebase.h, COPYING and INSTALL...
2007-06-03 pabsRelease preparations: prevent FTBFS due to quick_rng...
2007-05-06 dooglusDon't always display the "0f" at the end of times with...
2007-04-15 dooglusFix 1698604: Moved the quick_rng class into its own...
2007-04-12 dooglusTypos.
2007-04-12 dooglusMore shuffling stuff around without changing anything...
2007-04-12 dooglusAt last - a real change! I think this is the bug I...
2007-04-12 dooglusA few more comments and other small changes.
2007-04-12 dooglusLots more changes which hopefully change nothing but...
2007-04-12 dooglusThere was a large lump of code inside an "if (false...
2007-04-12 dooglusVariable 'blend_time' isn't needed - it's just a copy...
2007-04-12 dooglusRemoved some old commented code; replaced with a commen...
2007-04-12 dooglusNo change to functionality, just some variable renaming...
2007-04-11 dooglusWhile looking into bug 1696331, I noticed that interpol...
2007-04-10 dooglusPartially fix 1696331. This isn't the correct fix...
2007-04-09 dooglusInitialise the priority when constructing a new Activep...
2007-04-09 dooglusAdd 'winding style' control, allowing the user to speci...
2007-04-08 dooglusFix 1696279: Check for and skip whitespace before check...
2007-04-07 dooglusFixed typo.
2007-04-06 dooglusAtrus' Windows patches: [ 1695480 ] win32-synfig-clean...
2007-04-06 dooglusUse logical operators (&&, ||) rather than arithmetic...
2007-04-05 pabsFix Debian 417720: FTBFS in gcc 4.3 due to not includin...
2007-04-04 dooglusMoved an apostrophe.
2007-04-02 dooglusInitialise vectors in constructor to avoid warnings...
next