Using mutexes around accesses to refcounts seems to make the Windows build much less...
[synfig.git] / synfig-core /
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...
2008-02-11 dooglusTidying.
2008-02-11 dooglusTidying.
2008-02-11 dooglusList exported canvases recursively - exported canvases...
2008-02-11 dooglusTidying.
2008-02-11 dooglusAdd option '--list-canvases' to list exported canvases.
2008-02-10 dooglusThe --layer-info flag requires an extra parameter....
2008-02-10 dooglusRemove flags which don't really exist (--frame, --start...
2008-02-10 dooglusDocument --start-time.
2008-02-10 dooglusDocument --dpi-x and --dpi-y.
2008-02-10 dooglusDon't show aliases for layer names when invoked with...
2008-02-10 dooglusGive full URLs to the bug reports, not just the bug...
2008-02-10 dooglusUpdate NEWS files with most of the changes since the...
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 dooglusPut the accent back in "Geometria" now that it no longe...
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 dooglusChecking in [ 1890089 ] "Revised and updated Spanish...
2008-02-09 pabsRevert to using popen on Win32 since it worked better...
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 dooglusFirst step towards fixing the problem of distorted...
2008-02-05 dooglusFix a problem with the warp layer where some tiles...
2008-02-05 dooglusUse 'mod_magickpp' in preference to 'mod_imagemagick'.
2008-02-05 dooglusImprove LinkableValueNode::get_description().
2008-02-05 pabsRemove mod_ppm trgt_mpg.* from list of files that need...
2008-02-05 pabsMake sure we distribute mod_ppm trgt_mpg.*
2008-02-04 dooglusImprove the waypoint context menus. Now it's possible...
2008-02-04 dooglusShow which output target is used if it has been chosen...
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-04 dooglusAdd the 'offset' parameter to the Plant layer.
2008-02-04 dooglusChange the order of the modules - magick++ is the last...
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 dooglusMake the quality of the 'shade' layer worse at quality...
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-03 dooglusPrevent warnings about unused parameters.
2008-02-03 dooglusRecognise .GIF and .gIf (ie. upper and mixed case exten...
2008-02-03 dooglusList the types that this module can write. First draft...
2008-02-03 dooglusDon't number image files if we're creating a single...
2008-02-03 pabsGet rid of all references to the bootstrap script since...
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 dooglusFix 1883030: Version 0.1 of the timeloop layer acted...
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...
next