synfig.git
2007-09-23 dooglusAllow the 'BLine Tangent' to be used to convert angles...
2007-09-23 dooglusImplemented feature request [ 1781903 ] make vertices...
2007-09-23 dooglusOops. Fixed a silly copy/paste error.
2007-09-23 dooglusAdded a new valuenode conversion type called 'Add'...
2007-09-22 dooglusFixed a typo.
2007-09-22 dooglusFixed a few typos.
2007-09-22 dooglusAdded a new valuenode type for real values: 'Exponent...
2007-09-22 dooglusFix 1800324: closing a window while an animation is...
2007-09-22 dooglusPut View>Play on Control-P. Remove View>Pause from...
2007-09-22 dooglusFix 1800126. Use a loose_handle instead of a handle...
2007-09-22 dooglusFix 1800126. Use a loose_handle instead of a handle...
2007-09-21 dooglusAddendum to 1799722: Now that 'save' no longer fails...
2007-09-21 dooglusFix 1799722: Display an error message when a 'save...
2007-09-21 dooglus'quit -> "want to save?" -> yes -> cancel' should go...
2007-09-21 dooglusFix 1368694. You can now add layers to groups and...
2007-09-21 dooglusMerge branch 'tidying' into chris
2007-09-21 dooglusFixed 1799250: Add a function to update the render...
2007-09-21 dooglusWorking on 1799250: After changing the filename, update...
2007-09-21 dooglusWorking on 1799250: changed prototypes
2007-09-21 dooglusWorking on 1799250: added prototypes.
2007-09-21 dooglusFixed a typo.
2007-09-20 dooglusFix 1796971: if the user tries to quit synfig or close...
2007-09-20 dooglusWorking on 1796971: Make dialog_save_as() return a...
2007-09-20 dooglusRename the 'Import' layer to 'Import Image' to hint...
2007-09-19 dooglusIf the user choses to save his work using the default...
2007-09-19 dooglusBrought up to date.
2007-09-19 dooglusRevision 678 included <iostream> in color.h. This...
2007-09-18 dooglusFix to allow the 'scale' valuenode be used with integers.
2007-09-18 dooglusFix 1797488: use set_link() rather than modifying the...
2007-09-18 dooglusInitialise a sine valuenode from its parent.
2007-09-18 dooglusHeader file change to go with the last commit.
2007-09-18 dooglusInitialise 'scale' valuenodes when converting, rather...
2007-09-18 dooglusInitialise subtract valuenodes from the value they...
2007-09-18 dooglusRound integers towards zero in linear convert type.
2007-09-18 dooglusUse a switch statement in the operator() like the other...
2007-09-18 dooglusRound integer subtraction convertions to the nearest...
2007-09-18 dooglusFix a crash when converting an integer type to 'subtract'.
2007-09-18 dooglusImplement feature request 1741236: Use 'Synfig Animatio...
2007-09-18 dooglusPut the 'paste_canvas' and 'PasteCanvas' mentions on...
2007-09-18 dooglusRenaming the PasteCanvas layer in r705 missed the other...
2007-09-18 dooglusRevert r590. Use the same names for PasteCanvas, Solid...
2007-09-18 dooglusRemoved unused members/prototypes.
2007-09-17 dooglusWhen saving a file, remember the directory it was saved...
2007-09-17 dooglusRemoved more unused code. There were 4 'save_as' funct...
2007-09-17 dooglusApp::dialog_saveas_file() and App::dialog_save_file...
2007-09-17 dooglusSaving a document (I'm going to call them documents...
2007-09-17 dooglusr679 introduced an error, assuming 'filename' would...
2007-09-17 dooglusSave as .sifz by default (if there is no '.' in the...
2007-09-17 dooglusReplaced the whitespace that I removed in r467. Now...
2007-09-17 dooglusCompressed .sif files to .sifz to save space.
2007-09-17 dooglusCompressed .sif to .sifz to save space.
2007-09-17 dooglusUse compression when saving as a .sifz file.
2007-09-17 dooglusOops. TCB is called "auto" in the SIF file.
2007-09-17 dooglusFix 1778930: TCB is the default waypoint type except...
2007-09-17 dooglusTidying up a little.
2007-09-17 dooglusTypos.
2007-09-17 dooglusFixed the View>Play menu entry properly. It now waits...
2007-09-17 dooglusThe View>Play menu entry now does something. It doesn...
2007-09-17 dooglusDon't accept an empty input when setting a paste canvas...
2007-09-17 dooglusFix 1796110: don't try finding the specified canvas...
2007-09-17 dooglusFix 1796068: when a valuenode changes, ValueNode::on_ch...
2007-09-17 dooglusFix a copy-paste typo when applying the 'scale' convert...
2007-09-16 dooglusFix 1795922: loadcanvas.cpp was special-casing subtract...
2007-09-16 dooglusFix 1795913. Subtract now works with colors.
2007-09-16 dooglusRearranged a bit so I can see what's missing.
2007-09-16 dooglusI'm working on bug 1779592. The problem is related...
2007-09-16 dooglusFix 1383736: use absolute pathnames when setting up...
2007-09-16 dooglusFix 1795802: Fixed a crash in the animated gradient...
2007-09-16 dooglusMultiplying a gradient by zero empties it.
2007-09-15 dooglusFix 1568818: Animate gradients.
2007-09-15 dooglusPartially fix 1568818: Define mathematical operators...
2007-09-15 dooglusPartially fix 1568818: Declare mathematical operators...
2007-09-15 dooglusI'm told that it's a bad idea to inherit from std:...
2007-09-14 dooglusMade a few more of the member variables in class WorkAr...
2007-09-14 dooglusFix 1794374 for 'gradient rotate' valuenodes.
2007-09-14 dooglusFix 1794374 for 'repeat gradient' valuenodes.
2007-09-14 dooglusSome member variables were public, but never used publi...
2007-09-14 dooglusFix 1794006: when removing a CPoint, signal that the...
2007-09-13 dooglusAllow the user to specify the start and end colors...
2007-09-13 dooglusAdd a new type of valuenode conversion for gradients...
2007-09-13 dooglusSpelling corrections.
2007-09-13 dooglusSpelling corrections.
2007-09-13 dooglusWhen a curve gradient layer's bline is looped and perpe...
2007-09-13 pabsAdd some changes to NEWS
2007-09-13 pabsAdd some changes to NEWS
2007-09-13 pabsAdd some changes to NEWS
2007-09-12 dooglusA few more typos.
2007-09-12 dooglusSince the last change will require a recompilation...
2007-09-12 dooglusFix 1793306: dirname() doesn't work on absolute paths...
2007-09-12 dooglusFix 1792063: problem with curve gradients when a vertex...
2007-09-12 dooglusReinstate the -Wno-unused-parameter flag, because when...
2007-09-11 dooglusAdded a few comments.
2007-09-10 dooglusMove the 'Simple Text' into the 'Other' menu, rather...
2007-09-10 dooglusRearranged "if (!x) a; else b;" to "if (x) b; else...
2007-09-10 dooglusThe icons are in $SYNFIG_ROOT/share/pixmaps/synfigstudi...
2007-09-10 dooglusShow basic motion blur even in the workarea display...
2007-09-10 dooglusAdded a comment about the strange fudge factor in the...
2007-09-10 dooglusDefault the plant layer's Perpendicular Velocity to...
2007-09-10 dooglusMade a comment about some compiler warnings that I...
2007-09-09 dooglusTime Plant::sync(). Display timing information if...
next