Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / modules /
2009-08-01 Carlos LopezMerge branch 'genete_master'
2009-07-27 Carlos LopezMerge branch 'akagogo_svg' into genete_master
2009-07-26 Carlos LopezApply akagogo's patch for importing SVG files.
2009-06-16 Carlos LopezRemove assert(o) call because this function
2009-06-15 Carlos LopezRemove assert(o) call because this function
2009-06-12 pabs3Fix make distcheck, which has been broken since the...
2009-06-12 pabs3Reformat and clean up the automake files
2009-06-12 gballintijnRevert the accidental removal of mod_libavcodec in...
2008-12-22 dooglusFix 2458112: default transform GUIDs to random values...
2008-12-22 dooglusRemove spaces and tabs at end of lines.
2008-12-18 dooglusAdd a 'loop' parameter to the Random valuenode to cause...
2008-12-17 dooglusShow 'done' when done writing a magickpp file.
2008-11-30 dooglusSVN r2286 accidentally changed the localised name of...
2008-11-26 dooglusRename the Random class in the mod_noise module to...
2008-11-23 dooglusInclude the example module in the list of modules to...
2008-11-22 dooglusDraw a dotted line box around the rectangle when selected.
2008-11-22 dooglusAdd FilledRect::hit_check() to allow Filled Rectangles...
2008-11-22 dooglusAdd Metaballs::hit_check() so metaballs can be selected...
2008-11-22 dooglusAdd boolean parameter 'Positive Only' to stop negative...
2008-11-22 dooglusReplace the 'Threshold' parameter with 'Gradient Left...
2008-11-22 dooglusUse a gradient instead of a color to color the balls.
2008-11-22 dooglusShortcut color blending in get_color() when blend metho...
2008-11-22 dooglusWhen a new metaball layer is created, initialise it...
2008-11-22 dooglusInclude the example module in the list of modules to...
2008-11-22 dooglusEnable all three layers in the example module.
2008-11-22 dooglusGive the 'filled rectangle' layer a unique name - other...
2008-11-22 dooglusPut the three example layers in the 'Example' group...
2008-11-22 dooglusFix Metaballs::get_color() so it takes the context...
2008-11-22 dooglusTidying.
2008-11-22 dooglusRemove duplicate call to render the context.
2008-11-22 dooglusCompiler suggested "parentheses around comparison in...
2008-11-19 pabs3Remove warning about Paletted PNGs not being fully...
2008-11-13 dooglusAdd an option to the setup dialog "Scale New Imported...
2008-11-11 dooglusFurther improvements to the Curve Warp layer.
2008-11-11 pabs3Apply 2198806: add support for alpha in paletted PNG...
2008-11-09 dooglusRemoved the four essential modules from this list of...
2008-11-08 dooglusImplement accelerated_render for the Curve Warp layer...
2008-11-07 dooglusShow the start and end points connected, and add a...
2008-11-07 dooglusUsing 'width' for the perpendicular scaling factor...
2008-11-07 dooglusRemove a bunch of unused code.
2008-11-07 dooglusFirst stab at adding genete's suggested 'Curve Warp...
2008-11-06 pabs3Speed up reverse seeking in the ffmpeg importer by...
2008-11-05 pabs3Check for EOF before complaining about the lack of...
2008-11-05 pabs3When we cannot launch ffmpeg in the ffmpeg importer...
2008-11-05 pabs3Make the ffmpeg importer declare that it is animated
2008-11-05 pabs3In the ffmpeg importer, if we successfully got a frame...
2008-11-05 pabs3Enable use of the ffmpeg importer
2008-11-04 dooglusImprove the rendering of curvegradient layers near...
2008-11-04 dooglusUse a single scalar product to calculate the distance...
2008-11-04 pabs3Fix crash when unsetting import layer filename after...
2008-10-13 geneteUpdate/add the copyright for poeple who modified synfig...
2008-10-11 dooglusFix 2152666: Animation of Rotate Layer produces jitter.
2008-10-11 dooglusMove a bunch of code into a block to make it clear...
2008-10-09 dooglusFix 2119764 "eyedropper doesn't work with straight...
2008-09-29 pabs3Cope with some changes in the locations of the libavfor...
2008-09-20 dooglusFix 2119764 "eyedropper doesn't work with straight...
2008-09-20 dooglusFix 2120629: "circles with large feather and zero radiu...
2008-09-20 dooglusFix 2119764 "eyedropper doesn't work with straight...
2008-09-15 gballintijnFix 2108984: configure doesn't use pkg-config to find...
2008-09-14 pxegeekPatch to allow Windows Builds with Open EXR 1.6.1
2008-08-16 pabs3Apply 2036627, fix Debian 487639: for mod_libav, allow...
2008-05-20 pabsFix 1877061: fix build problem with newer versions...
2008-04-17 dooglusAdd parameter 'add_width' to the plant layer. It's...
2008-04-11 dooglusRename all 'offset' parameters to 'origin'.
2008-04-11 dooglusRename all 'pos' parameters to 'origin'.
2008-04-08 dooglusPrevent compiler warnings about 3 unused variables.
2008-04-05 dooglusFix a bug in the plant layer: when the plant is so...
2008-03-07 dooglusFix handling of segments so that the examples/walk...
2008-03-06 dooglusDon't allow negative feather parameters for circles...
2008-02-24 dooglusAdd an extra 'symmetrical' parameter to the 'time loop...
2008-02-24 pabsAdd a patch from Gerald Young (Yoyobuae) to fix buildin...
2008-02-15 dooglusThe plant layer has used the "width" parameter of the...
2008-02-15 dooglusParamDesc::set_scalar(String) and ParamDesc::set_hint...
2008-02-14 dooglusAllow boolean values to be converted to Random. The...
2008-02-09 dooglusAdded copyright lines for files I've edited this year.
2008-02-09 dooglusAdded my "Copyright (c) 2007" notices, for files I...
2008-02-09 pabsRevert to using popen on Win32 since it worked better...
2008-02-08 dooglusAdd information about which valuenode types were added...
2008-02-05 dooglusFirst step towards fixing the problem of distorted...
2008-02-05 dooglusFix a problem with the warp layer where some tiles...
2008-02-05 dooglusUse 'mod_magickpp' in preference to 'mod_imagemagick'.
2008-02-05 pabsMake sure we distribute mod_ppm trgt_mpg.*
2008-02-04 dooglusAdd the 'offset' parameter to the Plant layer.
2008-02-04 dooglusChange the order of the modules - magick++ is the last...
2008-02-03 dooglusMake the quality of the 'shade' layer worse at quality...
2008-02-03 dooglusPrevent warnings about unused parameters.
2008-02-03 dooglusList the types that this module can write. First draft...
2008-02-03 dooglusDon't number image files if we're creating a single...
2008-01-30 dooglusFix 1883030: Version 0.1 of the timeloop layer acted...
2008-01-27 dooglusPrevent all remaining 'unused parameter' warnings when...
2008-01-25 dooglusAvoid warnings from g++ 4.3.
2008-01-25 dooglusFix bugs found by g++ 4.3.
2008-01-25 dooglusAvoid warning from g++ 4.3.
2008-01-25 dooglusAvoid warning from g++ 4.3.
2008-01-25 dooglusAvoid warning.
2008-01-25 dooglusFix a bug found by g++ 4.3.
2008-01-24 dooglusI missed a few layers that can be used with the 'transp...
2008-01-24 dooglusQuite a lot of the example canvases use the trick of...
2008-01-23 dooglusDefine reads_context() in the class of each layer that...
2008-01-23 dooglusThe "Spherize" layer doesn't need to inherit from Layer...
next