Use filename_extension() and filename_sans_extension().
[synfig.git] / synfig-core / trunk / src / modules /
2007-10-14 dooglusUse filename_extension() and filename_sans_extension().
2007-10-13 dooglusRemoved the 'fixme' comment, because I fixed it already.
2007-10-13 dooglusFix memory leak. The png library was being used slight...
2007-10-13 dooglusThe code documents an unexplained crash in libpng,...
2007-10-11 dooglusDefault new random valuenodes to SMOOTH_CUBIC interpola...
2007-10-11 dooglusNew source file for the 'random' valuenode.
2007-10-11 dooglusNew header file for the 'random' valuenode.
2007-10-11 dooglusTidying.
2007-10-11 dooglusAdd the new 'random' valuenode.
2007-10-11 dooglusAdd files for the new 'random' valuenode.
2007-10-10 dooglusUse 'ftime' instead of 'f' as the floating point time...
2007-10-10 dooglusUse an enumeration type rather than unnamed integers...
2007-10-10 dooglusSmall changes to make these files more similar to the...
2007-10-07 dooglusTypo.
2007-10-07 dooglusFix a crash in the warp layer when the bounding_rect...
2007-10-06 dooglusAdd my copyright to files I've modified.
2007-10-05 dooglusFix 1807709: radial blur doesn't render properly. ...
2007-09-28 dooglusFixed a typo in the last commit.
2007-09-28 dooglusRefine the bounding rectangles for 'Vertical Bar' and...
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.
next