Use the name of each action's class is its internal name. This makes it easier to...
[synfig.git] / synfig-core /
2008-11-27 geneteAdd matrix.h. Matrix implementation for bones.
2008-11-27 dooglusRemove 'Vector junk' that I added for testing.
2008-11-27 dooglusAdd ValueBase::get_string() for debugging. Barely...
2008-11-27 dooglusFix 2353284: If two parameters in the same layer are...
2008-11-26 dooglusAdd a new parameter 'focus' to the pastecanvas layer...
2008-11-26 dooglusRename the Random class in the mod_noise module to...
2008-11-26 dooglusAdd further comments. Add local definition of FLAGS...
2008-11-25 geneteInitial Russian Tanslation of Synfig. Thanks to Alexand...
2008-11-25 dooglusFix a bug that only shows up if you use the 'Focus...
2008-11-25 dooglusAlways use absolute paths in the Canvas::externals_...
2008-11-25 dooglusDefine Canvas::show_externals() when _DEBUG is defined.
2008-11-25 dooglusDefine CanvasParser::show_canvas_map() when _DEBUG...
2008-11-25 dooglusAdd comments saying not to disable the layer optimization.
2008-11-23 dooglusInclude the example module in the list of modules to...
2008-11-22 dooglusAdd function Canvas::register_external_canvas() 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 dooglusInclude the example module's Makefile in the list of...
2008-11-22 dooglusEnable all three layers in the example module.
2008-11-22 dooglusUse Layer::simple_clone() rather than Layer::clone...
2008-11-22 dooglusUncomment and fix Layer::simple_clone() to clone a...
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 dooglusAllow ValueBase objects to be cast to type Real to...
2008-11-22 dooglusExplicitly call get_list() when converting a bline...
2008-11-22 dooglusCompiler suggested "parentheses around comparison in...
2008-11-22 dooglusRemove the declaration and definition of ValueNode_BLin...
2008-11-22 dooglusWrite a proper definition for ValueNode_BLine::create_n...
2008-11-22 dooglusFix indentation.
2008-11-22 dooglusUse the new definition of ValueNode_DynamicList::create...
2008-11-22 dooglusWrite a proper definition for ValueNode_DynamicList...
2008-11-19 dooglusFix 1730067: "Impervious Waypoints". Even inactive...
2008-11-19 dooglusAdd a new signal_subcanvas_changed() that is signalled...
2008-11-19 pabs3Remove warning about Paletted PNGs not being fully...
2008-11-19 pabs3Fix wtachi's entry in the AUTHORS file.
2008-11-18 dooglusSeveral bugs in the tracker are related to crashes...
2008-11-18 dooglusWhen a new document is made and saved, register it...
2008-11-18 dooglusNot sure if this code is ever used, but if it is it...
2008-11-18 dooglusWhen we try to open a file that doesn't exist, display...
2008-11-18 dooglusRemove debugging printf().
2008-11-18 dooglusFix 1993098: "Composited Inline canvases fails if backg...
2008-11-17 dooglusWhen loading .sif files, show any warnings in the GUI...
2008-11-14 dooglusFix 2116947: "Pasting/importing across different image...
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 dooglusRevert the previous commit. This is an issue that...
2008-11-11 dooglusRemove the "AC_CONFIG_SUBDIRS(libltdl)" line. It fails...
2008-11-11 pabs3Apply 2198806: add support for alpha in paletted PNG...
2008-11-09 doogluslibsynfig attempted to load modules from ~/.synfig...
2008-11-09 dooglusFix 2250533: "synfig_modules.cfg in ~/.synfig never...
2008-11-09 dooglusRemove a few non-useful comments.
2008-11-09 dooglusFail to start if the synfig_modules.cfg file can't...
2008-11-09 dooglusRemoved the four essential modules from this list of...
2008-11-09 dooglusFour of the modules provide features available from...
2008-11-09 dooglusRemove unused and undefined function 'load_modules'.
2008-11-08 dooglusImplement accelerated_render for the Curve Warp layer...
2008-11-08 pabs3Always #include <cstdio> when using sscanf.
2008-11-08 pabs3Fix the pthread and kernel32 library checks to not...
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-06 dooglus'const' is ignored in the return type of functions...
2008-11-06 dooglusnodebase.h appears to be unused. Mark it as such,...
2008-11-06 pabs3Initialise a couple of values before using them.
2008-11-06 pabs3Use the l printf length modifier when printing the...
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 dooglusRevision 1150 stopped synfig-core/trunk/examples/star...
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-11-02 dooglusFix 1968248: "Opening of any other XML-file crashes...
2008-10-26 dooglusRather than reporting "Couldn't create parsing context...
2008-10-26 dooglusDon't show "file not found" error messages whenever...
2008-10-26 dooglusMake Canvas::find_canvas() and Canvas::surefind_canvas...
2008-10-26 dooglusShow an appropriate error message when the command...
2008-10-26 dooglusRemoved a couple of functions that are never used.
2008-10-26 dooglusWhen a .sif file fails to load, display the error messa...
2008-10-26 geneteFIx a typo in the previous commit
2008-10-26 dooglusFix 2195749: "Crash when try to open a sif with canvas...
2008-10-21 geneteRelease 0.61.09
2008-10-21 geneteRemove bad tag
2008-10-21 geneteRelease synfig_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@
2008-10-21 geneteStable Tag: Copying everything over
2008-10-21 geneteStable Tag: Removing old tag
next