Suppress valgrind warning about an error in libz.
[synfig.git] / synfig-core /
2007-09-25 dooglusTidying.
2007-09-25 dooglusMove the gamma_in and gamma_out macros into "color.h".
2007-09-24 dooglusFix 1800783: "motion blur doesn't work on encapsulated...
2007-09-24 dooglusFix 1800783: "motion blur doesn't work on encapsulated...
2007-09-24 dooglusNearly fix 1800783. Don't freeze dynamic parameters...
2007-09-24 dooglusRemove an unused prototype.
2007-09-23 dooglusAllow the 'BLine Tangent' to be used to convert angles...
2007-09-23 dooglusImplemented feature request [ 1781903 ] make vertices...
2007-09-23 dooglusOops. Fixed a silly copy/paste error.
2007-09-23 dooglusAdded a new valuenode conversion type called 'Add'...
2007-09-22 dooglusFixed a typo.
2007-09-22 dooglusFixed a few typos.
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-20 dooglusRename the 'Import' layer to 'Import Image' to hint...
2007-09-19 dooglusBrought up to date.
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 dooglusReplaced the whitespace that I removed in r467. Now...
2007-09-17 dooglusCompressed .sif files to .sifz to save space.
2007-09-17 dooglusCompressed .sif to .sifz to save space.
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-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.
next