Added copyright lines for files I've edited this year.
[synfig.git] / synfig-core / trunk / src / synfig /
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.
2008-01-28 dooglusRevision 1494 introduced a bug in the bline tool. ...
2008-01-28 dooglusDon't try to change the value of 'const' variables...
2008-01-27 dooglusHonor the "amount" parameter of the 'duplicate' layer.
2008-01-27 dooglusOops - missed one in the last commit.
2008-01-27 dooglusPrevent more 'unused parameter' warnings - compiling...
2008-01-27 dooglusPrevent all remaining 'unused parameter' warnings when...
2008-01-26 dooglusAvoid the "deprecated or antiquated header" warning...
2008-01-25 dooglusAvoid warnings from g++ 4.3.
2008-01-25 dooglusAvoid warnings from g++ 4.3.
2008-01-25 dooglusAvoid warning.
2008-01-25 dooglusAvoid warning.
2008-01-25 dooglusPrevent warning from g++ 4.3.
2008-01-25 dooglusStop a warning from g++ 4.3, but add a 'todo' note...
2008-01-25 dooglusg++ 4.3 told me "time.h:65: warning: type qualifiers...
2008-01-25 dooglusAvoid a warning from g++ 4.3.
2008-01-25 dooglusFix a bug found by g++ 4.3, and then commented out...
2008-01-25 dooglusFix warnings and a bug found by g++ 4.3.
2008-01-25 dooglusAvoid a warning from g++ 4.3.
2008-01-25 dooglusAvoid a warning from g++ 4.3.
2008-01-24 dooglusI missed a few layers that can be used with the 'transp...
2008-01-24 dooglusQuite a lot of the example canvases use the trick of...
2008-01-23 dooglusFix to allow dynamic parameters to work with Straight...
2008-01-23 dooglusUse an appropriate blend method when blitting to the...
2008-01-23 dooglusDon't include (deprecated) in the deprecated blend...
2008-01-23 dooglusAdd 'alpha brighten' to the list of blend methods to...
2008-01-23 dooglusRe-enable the 'alpha brighten' and 'alpha darken' blend...
2008-01-23 dooglusThe optimization of skipping the rendering of the layer...
2008-01-23 dooglusUse Color::is_straight(). Also, make sure we set the...
2008-01-23 dooglusUse Color::is_straight(). Also, re-enable the optimiza...
2008-01-23 dooglusUse Color::is_straight().
2008-01-23 dooglusDefine new static member Color::is_straight(BlendMethod...
2008-01-23 dooglusFirst step towards fixing 'straight onto' blending.
2008-01-23 dooglusOnly convert 'straight' to 'composite' when updating...
2008-01-23 dooglusHopefully this will work better. It only makes a tempo...
2008-01-23 dooglusDefine reads_context() in the class of each layer that...
2008-01-23 dooglusAdd new method Layer::reads_context() which returns...
2008-01-23 dooglusImprove this code to allow layers like 'blur' to work.
2008-01-23 dooglusAdd operator != too.
2008-01-23 dooglusAdd operator== for rectangles.
2008-01-23 dooglusDisabled an optimization that was being too enthusiasti...
2008-01-22 dooglusEdit in the svn revision number for the canvas 0.3...
2008-01-22 dooglusFirst attempt at fixing the 'straight' blend method...
2008-01-22 dooglusFollowing the previous commit, there's no need to walk...
2008-01-22 dooglusIf a canvas in a .sif file doesn't specify its version...
2008-01-22 dooglusMake a note to investigate blendfunc_ALPHA_BRIGHTEN...
2008-01-22 dooglusNumber the blend functions in the array.
2008-01-22 dooglusPass the current 'time' value when optimizing layers...
2008-01-22 dooglusThere's no need to use a new variable here.
2008-01-21 dooglusDon't accept illegal values for 'blend_method'. Use...
2008-01-21 dooglusDeclare the paste_canvas pointing in the block that...
2008-01-21 dooglusDon't use the optimization of using STRAIGHT blends...
2008-01-21 dooglusDocument the canvas versions.
2008-01-21 dooglusDon't display the frame efficiency.
2008-01-21 dooglusAdd a comment giving a .sif file that shows why 'SYNFIG...
2008-01-21 dooglusTidying.
2008-01-21 dooglusFixed a typo.
2008-01-21 dooglusRearranged a little. The functionality shouldn't have...
2008-01-21 dooglusGive an example .sif file to explain why the 'SYNFIG_OP...
2008-01-21 dooglusTidying. No functional change.
2008-01-21 dooglusDon't avoid not using negated macro names, because...
2008-01-17 dooglusDon't use a specialised parser for <composite> valuenod...
2008-01-17 dooglusBe stricter on the "c[0-9]" link names accepted.
2008-01-17 dooglusBe stricter on the "c[0-9]" link names accepted.
2008-01-17 dooglusImprove the readability of the message about 'render...
2008-01-17 dooglusDon't show the "Starting up GUID system..." message.
2008-01-17 dooglusDon't show so many info level messages.
2008-01-17 dooglusWhen loading LinkableValueNode from a .sif file, accept...
2008-01-15 dooglusDon't reset the Duplicate Layer's Index parameter to...
2008-01-15 dooglusLeave the Duplicate ValueNode's Index sub-parameter...
2008-01-15 dooglusChanges related to saving .sif files containing mnemoni...
2008-01-15 dooglusChanges related to loading .sif files containing mnemon...
2008-01-15 dooglusWhen saving a Composite ValueNode, use mnemonic names...
next