Allow scrolling left and right in time widgets
[synfig.git] / synfig-core /
2008-04-11 dooglusRename all 'offset' parameters to 'origin'.
2008-04-11 dooglusRename all 'pos' parameters to 'origin'.
2008-04-11 dooglusImprove a warning message when we find an unknown layer...
2008-04-10 dooglusAdd 2 new valuenode types: "Angle String" and "Int...
2008-04-09 dooglusCorrect the SVN revision number for 'joined list'.
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 dooglusAdd the 2 new valuenode types.
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 compiler warnings about 3 unused variables.
2008-04-08 dooglusPrevent a compiler warning about unhandled cases.
2008-04-05 dooglusFix a bug in the plant layer: when the plant is so...
2008-04-03 dooglusAdd --canvas-info flag to the synfig tool. Specify...
2008-03-31 pabsRemove -Wno-deprecated since it is no longer needed...
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-23 pabsFix SVN r1916: move the commented lines outside of...
2008-03-20 pabsUnless OpenEXR half mode is used, don't ask synfigstudi...
2008-03-20 pabsUpdate configure.ac as suggested by autoupdate.
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-10 pabsDon't check for libtiff since synfig doesn't use it.
2008-03-10 pabsFix my copyright year to include 2007 since I wrote...
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-09 pabsApply 1910382: Updated Español translations. Thanks...
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 dooglusUpdate my copyright.
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 dooglusIf only one of -w and -h is specified on the command...
2008-03-07 dooglusFix handling of segments so that the examples/walk...
2008-03-07 dooglusAdd a "Scale" parameter to the "BLine Width" ValueNode.
2008-03-06 dooglusNumber the interpolation types in comments.
2008-03-06 dooglusDon't allow negative feather parameters for circles...
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-03-03 dooglusFix indentation.
2008-03-03 pabsRelease 0.61.08
2008-03-03 pabsStable Tag: Copying everything over
2008-03-03 pabsStable Tag: Removing old tag
2008-03-02 pabsWoops, forgot to bump versions for the dependencies...
2008-03-02 pabsReleasing 0.61.08!
2008-03-02 dooglusAdd 'BLine Width' and 'Step' to the list of new ValueNodes.
2008-03-02 pabsAdd mostly-complete Français translation by Aurore...
2008-03-01 pabsRewrite the 0.61.08 news entries as summaries instead...
2008-02-29 dooglusApply 1901639: Checked in new Spanish translations...
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 dooglusAdd an extra 'symmetrical' parameter to the 'time loop...
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 dooglusLet's not include the time of the build in the binary...
2008-02-20 dooglusWhen creating a list of vectors, create it looped....
2008-02-19 dooglusApply 1897389: Revised missed or extra spaces on Spanis...
2008-02-19 dooglusChecked in 1897315: Updated Spanish translations for...
2008-02-19 dooglusAdd a missing closing bracket.
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 dooglusThe plant layer has used the "width" parameter of the...
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-14 dooglusAllow boolean values to be converted to Random. The...
2008-02-13 dooglusWrite "operator()" instead of "operator ()", "operator...
2008-02-11 dooglusFix 1891403: Copy an inline canvas' RendDesc when cloni...
next