synfig.git
2008-12-22 dooglusRemove spaces and tabs at end of lines.
2008-12-18 dooglusUpdate the SVN revision number in the comment.
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-12-17 dooglusFix: Only show 'export' when right-clicking a canvas...
2008-12-17 dooglusFix 2435346: "Export canvas, save and revert keeps...
2008-12-11 dooglusFix 2412072: don't remove a node from the parent set...
2008-12-11 dooglusFix a typo: angle::deg::get() returns a float not a...
2008-12-03 dooglusMore renames I missed in SVN r2296.
2008-12-03 dooglusFix 2378787: "two waypoints created from a single edit".
2008-11-30 dooglusSVN r2286 accidentally changed the localised name of...
2008-11-29 dooglusFix 2037732: The warp layer is using a rough way of...
2008-11-29 dooglusAdd ValueNode "Greyed" for making ducks uneditable.
2008-11-29 dooglusAdd RELEASE_VERSION_0_61_10 to the list.
2008-11-28 dooglusFix 1501383: "del key deletes object instead of charact...
2008-11-28 dooglusUse the short form for toggle-onion-skin because we...
2008-11-28 dooglusTidy the layout of the code that sets the keyboard...
2008-11-28 dooglusAnother debugging statement for showing which actions...
2008-11-28 dooglusAdd an option to the circle and star tools setting...
2008-11-28 dooglusAfter exporting an inline canvas, set the layer's param...
2008-11-28 dooglusComment out a couple of info messages.
2008-11-28 dooglusUse the name of each action's class is its internal...
2008-11-28 dooglusUse localized text when showing action names.
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 dooglusUse <= when comparing distances to give priority to...
2008-11-26 dooglusMove the test for whether the duck is the correct type...
2008-11-26 dooglusCommented info() calls for debugging actions.
2008-11-26 dooglusRename the Random class in the mod_noise module to...
2008-11-26 dooglusEdit comment text.
2008-11-26 dooglusAdd Duck::type_name() for debugging purposes.
2008-11-26 dooglusShow position ducks on top of vertex ducks, then tangen...
2008-11-26 dooglusFix 2350636: "shift-drag waypoints can create duplicate...
2008-11-26 dooglusI forgot to check this in as part of r2271.
2008-11-26 dooglusAdd further comments. Add local definition of FLAGS...
2008-11-25 dooglusThe previous commit was a little hasty. The focus...
2008-11-25 dooglusRemove the "Focus Point" setting from the document...
2008-11-25 geneteInitial Russian Tanslation of Synfig Studio. Thanks...
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 dooglusTake the 'Focus Point' into account when transforming...
2008-11-25 dooglusFix two copy/paste errors.
2008-11-25 dooglusHolding control in the zoom tool when releasing the...
2008-11-25 dooglusAllow waypoints to have their values exported, converte...
2008-11-25 dooglusAdd some commented synfig::info() calls to aid debuggin...
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-25 dooglusFix spelling mistake.
2008-11-25 dooglusFix some compiler warnings.
2008-11-25 dooglusFix ValueDesc::get_description() to work with const...
2008-11-25 dooglusFix ValueDesc::get_value_node() so it works with consta...
2008-11-23 dooglusInclude the example module in the list of modules to...
2008-11-23 dooglusFix 2321845: "Save after delete a keyframe crash in...
2008-11-23 dooglusAdd tests for handle::swap() and loose_handle::swap().
2008-11-23 dooglusFix handle<T>::swap() and loose_handle<T>::swap()....
2008-11-22 dooglusFix 2 typos.
2008-11-22 dooglusFix 2315706: "Rename Exported Valuenode from imported...
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 dooglusFix indentation.
2008-11-22 dooglusWhen making ducks for elements of a list of vectors...
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-22 dooglusAllow PasteCanvas layers with unset canvas parameters...
2008-11-19 dooglusFix 1730067: "Impervious Waypoints". Even inactive...
2008-11-19 dooglusFix 1829182: "Right click context menu not always appears".
2008-11-19 dooglusThe compiler was warning "format not a string literal...
2008-11-19 dooglusUse the functions from the last two revisions to rebuil...
2008-11-19 dooglusAdd a new signal_subcanvas_changed() that is signalled...
2008-11-19 dooglusAdd function LayerTreeStore::queue_rebuild(). Nothing...
2008-11-19 dooglus'queued' is an integer not a bool, so set it to 0 not...
2008-11-19 pabs3Remove warning about Paletted PNGs not being fully...
next