synfig.git
2007-09-13 dooglusSpelling corrections.
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-13 pabsAdd some changes to NEWS
2007-09-13 pabsAdd some changes to NEWS
2007-09-12 dooglusA few more typos.
2007-09-12 dooglusSince the last change will require a recompilation...
2007-09-12 dooglusFix 1793306: dirname() doesn't work on absolute paths...
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 dooglusThe icons are in $SYNFIG_ROOT/share/pixmaps/synfigstudi...
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-10 dooglusMade a comment about some compiler warnings that I...
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-09 dooglusSuccessfully fixed speling mistakes.
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 dooglusAdded a #warning about some bad code in an unused sourc...
2007-09-08 dooglusMark ETL/status and ETL/_status.h as unused.
2007-09-08 dooglusRemove the -Wno-unused-parameter flag from the compile...
2007-09-08 dooglusPrevent compiler warnings about unused parameters.
2007-09-07 dooglusAnother case of initialising a variable from itself...
2007-09-07 dooglusRemoved unused parameters.
2007-09-07 dooglusPrevent a compiler warning about uninitialised variable...
2007-09-07 dooglusThis looks like a typo. I don't think this function...
2007-09-07 dooglusFix a couple of compiler warnings ("passing 'float...
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 dooglusOops! That last commit was completely wrong. Revertin...
2007-09-06 dooglusDon't include header files that aren't needed.
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 dooglusTimedSwap valuenodes shouldn't be marked as directly...
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-05 dooglusExporting a constant (non-animated) value, then renamin...
2007-09-05 dooglusMinor code layout tidying.
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 dooglusEnable the draw, sketch and polygon tools by default...
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-04 dooglusMake the 'open recent' menu escape '_' characters.
2007-09-04 pabsApply 1787437: fix typo in the canvas menu. Patch from...
2007-09-03 dooglusAdd an 'auto-export' checkbox and an auto-incrementing...
2007-09-03 dooglusChange the displayed name of this action from 'Connect...
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-31 dooglusFix 1780016. Right-clicking in the Children dialog...
2007-08-31 dooglusAllow the spacing of the rows in the Timetrack dialog...
2007-08-30 dooglusPrevent a crash when clicking in the workarea after...
next