Remove the "** FIXME: THIS DOES NOT ACTUALLY WORK YET" lines.
[synfig.git] / synfig-core / trunk / src / modules /
2007-10-27 dooglusRemove the "** FIXME: THIS DOES NOT ACTUALLY WORK YET...
2007-10-26 dooglusReverted the sort I did earlier. The order of the...
2007-10-25 dooglusWrite header giving image height, width, and frame...
2007-10-25 dooglusI think the gamma was backwards before. Rendered ...
2007-10-25 dooglusAdd mod_mng.
2007-10-25 dooglusSort alphabetically.
2007-10-25 dooglusAdd mod_mng to the list of modules.
2007-10-25 dooglusFix mng rendering.
2007-10-25 dooglusWhen rendering to multiple image files, render to filen...
2007-10-25 dooglusTidying.
2007-10-25 dooglusOutput multiple numbered image files when necessary...
2007-10-24 dooglusFix the warning that the last commit introduced. And...
2007-10-24 dooglusCrude attempt to get fonts not to render upside-down...
2007-10-24 dooglusDon't allow 'splits' to be less than 1, or we get a...
2007-10-24 dooglusAdd a new boolean to allow the drawing of regular polygons.
2007-10-24 dooglusFixed commented debugging line - it was missing a forma...
2007-10-24 doogluspopen() doesn't like type "rb" on Linux, either.
2007-10-24 dooglusFix 1818856: External application render targets seem...
2007-10-24 dooglusAdded a new parameter to the plant layer, 'Reverse...
2007-10-21 dooglusReject invalid and dangerous values for the 'step'...
2007-10-17 pabsFix the ffmpeg/dv/imagemagick targets/importers on...
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...
next