Add a new valuenode "Joined List" that allows a list of strings to be concatenated...
[synfig.git] / synfig-core / trunk / src / synfig /
2008-04-09 dooglusAdd a new valuenode "Joined List" that allows a list...
2008-04-09 dooglusUse the framerate from the root canvas, not the parent...
2008-04-09 dooglusUse "Zero Padded" rather than "Zero Padding".
2008-04-09 dooglusAdd valuenode "Real String" for converting real values...
2008-04-09 dooglusWhen calculating the start and end frames, round to...
2008-04-09 dooglusDefault the time sub-parameter to 0f. Check that the...
2008-04-09 dooglusAdd a new valuenode type: "Time String" for converting...
2008-04-08 dooglusPrevent a compiler warning about unhandled cases.
2008-03-30 dooglusAllow direct editing of calculated widths - like the...
2008-03-30 dooglusWhen dragging a duck along a bline that it's linked...
2008-03-28 dooglusUse 0 for the index if the closest point is on the...
2008-03-28 dooglusAccept 1927294: Patch from Gerald Young to allow intuit...
2008-03-14 pabsFix FTBFS with SVN r1913: don't declare get_temporal_te...
2008-03-13 dooglus{get,set}_time_tension() were the same as {get,set...
2008-03-09 dooglusKeep the value the same when converting to "Dot Product".
2008-03-09 dooglusAdd "Loop" link to the "Gradient Color" ValueNode.
2008-03-08 dooglusAnother fix for the old walk.sifz example.
2008-03-08 dooglusRemoved some printf() calls that I didn't ever mean...
2008-03-08 dooglusAdd ValueNode "Dot Product".
2008-03-08 dooglusWhen converting a gradient to be "Two Tone", take the...
2008-03-08 dooglusAdd ValueNode "Gradient Color" for selecting individual...
2008-03-08 dooglusWhen converting to a "Reciprocal" ValueNode, default...
2008-03-08 dooglusWhen converting to an "Exponential" ValueNode, default...
2008-03-08 dooglusAdd ValueNodes "Vector X" and "Vector Y" for calculatin...
2008-03-08 dooglusAdd ValueNode "Vector Length" for calculating the lengt...
2008-03-08 dooglusAdd new ValueNode "Vector Angle" for calculating an...
2008-03-08 dooglusAdd RELEASE_VERSION_0_61_09.
2008-03-07 dooglusAdd a "Scale" parameter to the "BLine Width" ValueNode.
2008-03-06 dooglusNumber the interpolation types in comments.
2008-03-06 dooglusAdded 3 new parameters to the "BLine Tangent" ValueNode...
2008-03-06 dooglusAllow Real values to be converted to "BLine Tangent...
2008-03-05 dooglusDon't let feather be negative for any Shape layers.
2008-03-04 dooglusImprove the derivative class for hermites. Compare...
2008-03-04 dooglusFix the tangents output by "Segment Tangent" and "BLine...
2008-03-04 dooglusSame as previous commit, but for 'segment tangent'...
2008-03-03 dooglusUse a bigger epsilon when calculating bline tangents...
2008-03-03 dooglusRemove the ETL_FIXED_DERIVATIVE macro.
2008-02-29 dooglusMake the layer optimization optional at runtime using...
2008-02-29 dooglusAdd code to output the new time format.
2008-02-29 dooglusAdd a new time format: "frames only".
2008-02-24 dooglusMove more code inside the 'try' block in an attempt...
2008-02-24 pabsAdd a patch from Gerald Young (Yoyobuae) to fix buildin...
2008-02-20 dooglusAs before, the date is sufficient. Removed get_build_t...
2008-02-20 dooglusWhen creating a list of vectors, create it looped....
2008-02-19 dooglusMade ValueNode_BLine::create_list_entry quieter.
2008-02-19 dooglusNew member ValueNode_DynamicList::set_member_canvas...
2008-02-19 dooglusFix 1896557. Allow a subcanvas to be used multiple...
2008-02-19 dooglusUse "#define XXX" not "#define XXX 1" for flags we...
2008-02-17 dooglusAdd keyboard shortcuts to the blend method menus. ...
2008-02-17 dooglusSeems we need to initialise 'before' and 'after' to...
2008-02-16 dooglusRemove debugging code.
2008-02-16 dooglusTidying.
2008-02-16 dooglusRemoved some old debug code that was left in accidentally.
2008-02-16 dooglusAllow the 1st argument of LinkableValueNode::get_descri...
2008-02-16 dooglusTypo.
2008-02-15 dooglusParamDesc::set_scalar(String) and ParamDesc::set_hint...
2008-02-14 dooglusAdd SVN revision number for the new convert type. ...
2008-02-14 dooglusAdd a new valuenode 'Bline Width' for finding the width...
2008-02-14 dooglusAnother change to the Step valuenode. Renamed some...
2008-02-14 dooglusChange the Step valuenode so it can produce any stepped...
2008-02-14 dooglusAdd new valuenode type "Step" to allow values to have...
2008-02-13 dooglusWrite "operator()" instead of "operator ()", "operator...
2008-02-11 dooglusFix 1891403: Copy an inline canvas' RendDesc when cloni...
2008-02-11 dooglusTidying.
2008-02-11 dooglusTidying.
2008-02-10 dooglusExpand the comment about version 0.3 of canvases.
2008-02-10 dooglusAdded a link to a sif file that demonstrates why r954...
2008-02-10 dooglusAllow accents in the layer category name translations.
2008-02-10 dooglusTidying.
2008-02-10 dooglusReformat a couple of macros.
2008-02-10 dooglusReformat a couple of macros.
2008-02-10 dooglusFormat the #defines more clearly.
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 dooglusTidying.
2008-02-08 dooglusAdd information about which valuenode types were added...
2008-02-08 dooglusAllow saving .sif files in a format that can be read...
2008-02-07 dooglusPrevent a crash when loading a .sif file with 'use...
2008-02-07 dooglusDelete the 'encode_composite' function. Composite...
2008-02-07 dooglusMy recent fix for trailing spaces left out spaces when...
2008-02-06 dooglusDon't leave a trailing space on the time if there are...
2008-02-05 dooglusTypo.
2008-02-05 dooglusImprove LinkableValueNode::get_description().
2008-02-04 dooglusImprove the waypoint context menus. Now it's possible...
2008-02-04 dooglusPrevent a "bad_alloc" error caused by the bounding...
2008-02-04 dooglusAdded some comments. Fixed a crash when composite...
2008-02-04 dooglusRename the 'Position' parameter to 'Offset' for all...
2008-02-03 dooglusFix the same bug as the last commit, but better. Delet...
2008-02-03 dooglusFix a crash that was only showing up on Windows for...
2008-02-03 dooglusImprove the description of a ValueNode to include its...
2008-02-03 dooglusInitialise the 'time_last_changed' when creating a...
2008-02-02 dooglusAdd 'gif' to the list of extensions recognised by the...
2008-02-02 dooglusPrevent a warning from the compiler. These variables...
2008-02-01 dooglusI still think it would be great to get rid of reference...
2008-01-31 dooglusFix a crash that was happening if we had 2 exported...
2008-01-31 dooglusTidied up and checked in a patch from genete to allow...
2008-01-31 dooglusChange the tile size from 128 to 120 and allow all...
2008-01-30 dooglusDisabling and reenabling a layer under a timeloop layer...
2008-01-30 dooglusAkhIL mentioned on IRC that bitmaps weren't working...
2008-01-28 dooglusg++ 4.2 didn't like my last change.
next