synfig.git
2008-04-10 dooglusAdd "select all layers" (S-C-a) and "unselect all ducks...
2008-04-10 dooglusAdd 2 new valuenode types: "Angle String" and "Int...
2008-04-10 dooglusAlt-D = draw, Alt-W = width. Previously there were...
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-09 dooglus"Create Gradient BLine" -> "Create Curve Gradient BLine...
2008-04-09 dooglusRename the 'create region' and 'create outline' options...
2008-04-09 dooglusRelax the limits on the star layer tangent options.
2008-04-09 dooglusAdd inner and outer width options to the star tool.
2008-04-09 dooglusAdd a 'radius ratio' option to the star tool.
2008-04-08 dooglusSame as the previous commit, but for circles and rectan...
2008-04-08 dooglusUse the background color for star layers if we're also...
2008-04-08 dooglusReplace "Gradient" checkbutton with "Create Gradient...
2008-04-08 dooglusPrevent compiler warnings about 3 unused variables.
2008-04-08 dooglusPrevent a compiler warning about unhandled cases.
2008-04-08 dooglusShow the name of the current tool in the tool options...
2008-04-08 dooglusAdd 'inner tangent' and 'outer tangent' options to...
2008-04-08 dooglusFix the creation of regular polygon blines with the...
2008-04-08 dooglusReorder the keyboard shortcut definitions for the tools...
2008-04-08 dooglusMove a couple of tool icons in the toolbox, and fix...
2008-04-08 dooglusAdd options to allow creation of BLine versions of...
2008-04-08 dooglusAdd a star tool. For drawing stars.
2008-04-08 dooglusAdd a 'feather' option to the rectangle tool's tool...
2008-04-07 dooglusAdd 4 kinds of BLine layer to the rectangle tool.
2008-04-07 dooglusTidying.
2008-04-07 dooglusTidying.
2008-04-07 dooglusRemove the "blend method" option from the tool options...
2008-04-07 dooglusApply 1937009: "Removing error from the console" from...
2008-04-07 dooglusUse the 'feather' and 'invert' tool options when creati...
2008-04-07 dooglusIf environment variable SYNFIG_TOOLS_CLEAR_SELECTION...
2008-04-07 dooglusLeave previously selected layers selected, and refresh...
2008-04-07 dooglusLeave previously selected layers selected.
2008-04-07 dooglusTidying.
2008-04-07 dooglusWhen adding new circles, leave previously selected...
2008-04-07 dooglusAfter adding a circle, refresh the ducks to reflect...
2008-04-07 dooglusPrevent a warning about unhandled cases.
2008-04-06 dooglusSet the canvas of the bline used by the circle tool.
2008-04-06 dooglusShow commands as they are received over the FIFO.
2008-04-06 dooglusSimplify the code a little.
2008-04-06 dooglusShow the 'fifo_activity' message less.
2008-04-06 dooglusMake the file selector dialogs print less output to...
2008-04-06 dooglusRename the gradient tool from "Gradient" to "Gradient...
2008-04-05 dooglusFix a bug in the plant layer: when the plant is so...
2008-04-05 dooglusGive the text tool a name for the tooltip and 'state...
2008-04-05 dooglusPrevent some compiler warnings.
2008-04-04 dooglusAdd a new tool for adding text layers.
2008-04-04 dooglusAdd App::dialog_paragraph() to allow editing of paragra...
2008-04-03 dooglusAdd --canvas-info flag to the synfig tool. Specify...
2008-04-03 dooglusAccept 1932525: Patch "Improved GUI for the sound file...
2008-04-02 dooglusAdd a new circle tool option: "Point Angle Offset"...
2008-04-02 dooglusAvoid division by zero when approximating a circle...
2008-04-02 dooglusAllow the user to set the number of points used to...
2008-04-02 dooglusAdd options to the circle tool for creation of bline...
2008-04-01 dooglusUse the existing layers_to_create() method rather than...
2008-03-31 pabsRemove -Wno-deprecated since it is no longer needed...
2008-03-31 dooglusUpdate all BLineCalcWidth and BLineCalcTangent ducks...
2008-03-31 dooglusRearranged the code a little. Allow editing of Real...
2008-03-30 dooglusAllow manipulation of BLineCalcTangent angle offsets...
2008-03-30 dooglusFix a minor problem, and a little tidying.
2008-03-30 dooglusThe previous commit introduced a new crash. This fixes it.
2008-03-30 dooglusOnly update calculated tangents and widths if their...
2008-03-30 pabsFix r1942, forgot to get the image width and height
2008-03-30 pabsFix some crashes when the images for the splash screen...
2008-03-30 pabsSearch in the right directory for the splash image...
2008-03-30 pabsUse ETL directory separator instead of forward slashes.
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-29 dooglusTidying.
2008-03-29 dooglusThe previous commit was missing this change to make...
2008-03-28 dooglusAllow a BLineCalcTangent's tangent duck to be dragged...
2008-03-28 dooglusAccept 1927294 (a further patch from Gerald Young)...
2008-03-28 dooglusFix "zoom to fit" so that it centers the fitted canvas...
2008-03-28 dooglusAllow the linking of angle layer parameters to blines...
2008-03-28 dooglusWhen looking for the closest point on a bline to a...
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-26 dooglusAdd code for the 'text' icon.
2008-03-26 dooglusAdd code for the 'plant' icon.
2008-03-26 dooglusAdd code for the 'star' icon.
2008-03-26 dooglusWhen editing more than one of ID, Description, Name...
2008-03-26 dooglusAllow RendDesc, Description, and Name to all be set...
2008-03-26 dooglusFix 1924592: Editing the name, description, or id of...
2008-03-26 pabsUse the polyline icon for the polygon tool and layers...
2008-03-26 pabsApply 1924714: add plant, text, star and polyline icons...
2008-03-25 dooglusFix 1914874: update the timeline scrollbars' major...
2008-03-23 pabsFix SVN r1916: move the commented lines outside of...
2008-03-20 pabsAdd new icon for the reset colors button and change...
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 dooglusDon't offer 'Manual' as an interpolation type. It...
2008-03-13 dooglus{get,set}_time_tension() were the same as {get,set...
2008-03-13 dooglus2 more similar typos.
next