Implemented feature request [ 1781903 ] make vertices/object move along paths. Added...
[synfig.git] / synfig-core / trunk / src / modules /
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'.
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-08-31 dooglusFix 1785598: studio crash when marking all Bline vertic...
2007-08-04 pabsFix extra qualification warning
2007-07-31 pabsFix 1692825: Prevent import errors on amd64 by using...
2007-06-11 pabsDistribute some files that were only in SVN before
2007-06-10 pabsFix 1697727: workaround ffmpeg bug that requires libav...
2007-06-04 pabsCXXFLAGS is for users, use AM_CXXFLAGS instead
2007-05-08 dooglusPatch 1714885: Windows version can be built with OpenEX...
2007-04-20 dooglusI forgot to commit this as part of r472. Sorry!
2007-04-18 dooglusPartially fix 1702760: stop compiler warning about...
2007-04-18 dooglusPartially fix 1702760: stop compiler warning about...
2007-04-18 dooglusAdded a slower but more accurate find_closest() routine...
2007-04-17 pabsAdd a non-working, partial implementation of MNG output
2007-04-15 dooglusFix 1698604: Moved the quick_rng class into its own...
2007-04-12 dooglusTypos.
2007-04-09 dooglusFix 1695755: Ignore adjacent points if they are in...
2007-04-07 dooglusFixed typo.
2007-04-06 dooglusAtrus' Windows patches: [ 1695480 ] win32-synfig-clean...
2007-04-06 dooglusFixed a bug I introduced in r400. When rendering a...
2007-04-04 dooglusFix 1694325: when looping wasn't enabled, the region...
2007-04-03 pabsCommit part of r401 that dooglus missed.
2007-04-02 dooglusAdded a 'todo' to the doxygen comments so it doesn...
2007-04-01 dooglusFixes 1692348. todo: revisit the 'if(z>0 && z<horizon...
2007-04-01 dooglusAvoid a compiler warning about initialisation order.
2007-03-31 dooglusRectangles are 'solid color' when using straight blendi...
2007-03-31 dooglusDon't waste time rendering layers which are completely...
2007-03-31 dooglusAdded some comments to the code I recently fixed to...
2007-03-31 dooglusFix 1689329: if the inverted rectangle we're rendering...
2007-03-23 dooglusZoom layers change the size of their content's bounding...
2007-03-23 dooglusStretch layers change the size of their content's bound...
2007-03-23 dooglusFixed indentation.
2007-03-23 dooglusRemoved unused members p1, p2, diff.
2007-03-23 dooglusAdded missing $Id$ keyword to the header.
2007-03-23 dooglusDeleting all the verticies from a Curve Gradient used...
2007-03-22 dooglusFix 1684240 (as it applies to conical gradients): ...
2007-03-22 dooglusFix 1684240 (as it applies to spiral gradients): Spira...
2007-03-22 dooglusFix 1684240 (as it applies to radial gradients): Radia...
2007-03-22 dooglusFix 1684240 (as it applies to curve gradients): Curve...
2007-03-21 dooglusPartially fix 1684240: gets rid of most of the artifacts
2007-03-16 pabsEnable more $Id$ expansion.
2007-03-16 dooglusEnable $Id$ expansion.
2007-03-15 dooglusI left part of the old header in this file by mistake...
2007-03-15 dooglusFixed the name of the last parameter in the set_time...
2007-03-15 dooglusFilled in the parameter names in the prototype of get_f...
2007-03-15 dooglusFixing warnings from doxygen:
2007-03-15 dooglusCommented the 'else' and 'endif' of some long condition...
2007-03-15 dooglusAdded missing '\endlegal'.
2007-03-15 dooglusFixed doxygen header, preventing warning:
2007-03-15 dooglusFixed a few typos which caused doxygen to complain.
2007-03-12 dooglusRemoved trailing whitespace.
2007-03-12 dooglusCommented declaration of unused variables.
2007-03-11 pabsPartially fix mod_libavcodec: it can now render files...
2007-03-11 pabsFix some error handling in mod_libavcodec. Still crashe...
2007-03-10 pabsUse more consistent plugin names
2007-03-08 dooglusCombine the check for libavcodec and libavformat into...
2007-03-07 pabsFix building mod_libavcodec with recent libavcodec...
2007-02-25 pabsFix funny typo in copyright information
2007-02-24 dooglusFix 1668051: Don't insert code for adding end or begin...
2006-11-18 xerakkoApplied the following dooglus patches from the sourcefo...
2006-08-10 pabsWorkaround 1529489: turn problems setting the font...
next