Removed a bunch more DEBUGPOINT()s.
[synfig.git] / synfig-core / trunk / src / modules /
2008-01-12 dooglusRemoved a bunch more DEBUGPOINT()s.
2008-01-11 dooglusAdd type checking for the Random ValueNode too.
2008-01-10 dooglusMake the assert()s here look like the assert()s in...
2008-01-10 dooglusUse translated versions of the type names everywhere...
2008-01-07 pabsFix building the Win32 installer: update Win32 install...
2008-01-05 dooglusInitialise 'old_version' to false.
2008-01-03 dooglusThe hardcoded string "Do Not Use" was being used in...
2008-01-02 dooglusFix 1862699: Specify "-avoid-version" for each of the...
2008-01-02 dooglusFix 1862689: Replace "-L../../synfig -lsynfig" with...
2008-01-01 dooglusDon't render the Radial Blur layer when quality is 10.
2008-01-01 dooglusDon't render the Blur layer when quality is 10.
2008-01-01 dooglusDon't render feathering of circles when quality is 10.
2008-01-01 dooglusRemoved typo'ed semicolon.
2008-01-01 dooglusIf CloneImage() raises an exception, skip immediately...
2008-01-01 dooglusNew version 0.2 of the Time Loop layer. It uses the...
2007-12-27 pabsPort the security fixes to Windows. Thanks to PXEGeek...
2007-12-26 pabsFix issue in unused mod_ffmpeg importer security fixes...
2007-12-21 dooglusWhen cloning a 'random' valuenode with a constant,...
2007-12-18 pabsOnly use the double dash (--) to escape filenames that...
2007-12-17 dooglusCommitted patch 1852208 from Niki W. Waibel's for multi...
2007-12-10 dooglusEdited the single line description of each header file...
2007-12-10 dooglusEdited the single line description of each source file...
2007-12-07 pabsRemove command variable that is unused after the securi...
2007-12-07 pabsSecurity fix: the mod_imagemagick importer used system...
2007-12-07 pabsMinor security fix: the unused mod_ffmpeg importer...
2007-12-07 pabsMinor security fix: mod_imagemagick used popen to run...
2007-12-07 pabsFix some more issues with the mod_ffmpeg, mod_dv securi...
2007-12-06 pabsForgot to include the right headers in the security...
2007-12-06 pabsFix issue with r1181 and output filenames that begin...
2007-12-06 pabsSecurity fix: mod_ffmpeg target used popen to run ffmpe...
2007-12-06 pabsForgot to use the right terminator when calling execlp...
2007-12-06 pabsThe mpg target from mod_ppm isn't built by default...
2007-12-06 pabsThe mptr_mplayer module isn't built by default, but...
2007-12-06 pabsMinor security fix: mod_dv used popen to run the DV...
2007-11-23 dooglusMake the stretch layer's "amount" duck be relative...
2007-11-16 dooglusFix clipping for tile-based rendering.
2007-11-13 pabsInitial attempt at i18n support using gettext
2007-11-12 dooglusFix a compile-time warning.
2007-11-12 dooglusFix warnings from g++ 4.2.
2007-11-09 dooglusPrevent warnings from g++ 4.2 saying "deprecated conver...
2007-11-09 pabsKill off synfig ./bootstrap
2007-10-31 dooglusDon't render infinitely large plant layers.
2007-10-31 dooglusFix 1823082: don't render layers under a 'stretch'...
2007-10-30 dooglusTypo 'accomodate' -> 'accommodate'.
2007-10-30 dooglusTypo: 'dont' -> 'don't'.
2007-10-30 dooglusTypo: 'verticies' -> 'vertices'.
2007-10-30 dooglusUse American spelling: 'optimize'.
2007-10-30 dooglusUse American spelling: 'color'.
2007-10-30 dooglusTypo: 'hardcode' -> 'hardcoded'.
2007-10-30 dooglusTypo: 'cludge' -> 'kluge'.
2007-10-30 dooglusTypo: 'compressiong' -> 'compression'.
2007-10-30 dooglusTypo: 'recalculted' -> 'recalculated'.
2007-10-30 dooglusTypo: 'sibbling' -> 'sibling'.
2007-10-30 dooglusTypo: 'emptys' -> 'empties'.
2007-10-30 dooglusTypo: 'backgound' -> 'background'.
2007-10-30 dooglusTypo: 'bouding' -> 'bounding'.
2007-10-30 dooglusUse American spelling of 'initialise'.
2007-10-28 dooglusDon't say "writing 1 images".
2007-10-28 dooglusHandle exceptions from Magick++ calls.
2007-10-28 dooglusAllow environment variables SYNFIG_DISABLE_REMOVE_DUPS...
2007-10-28 dooglusFixed a bug in transparency detection.
2007-10-28 dooglusShow what's going on with messages to stdout. Fix...
2007-10-28 dooglusSame as last commit...
2007-10-28 dooglusFix for transparent images. Remove duplicate frames.
2007-10-27 dooglusAdded new module 'mod_magickpp' for rendering multiple...
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.
next