synfig.git
2008-11-22 dooglusAllow ValueBase objects to be cast to type Real to...
2008-11-22 dooglusExplicitly call get_list() when converting a bline...
2008-11-22 dooglusCompiler suggested "parentheses around comparison in...
2008-11-22 dooglusRemove the declaration and definition of ValueNode_BLin...
2008-11-22 dooglusWrite a proper definition for ValueNode_BLine::create_n...
2008-11-22 dooglusFix indentation.
2008-11-22 dooglusUse the new definition of ValueNode_DynamicList::create...
2008-11-22 dooglusWrite a proper definition for ValueNode_DynamicList...
2008-11-22 dooglusAllow PasteCanvas layers with unset canvas parameters...
2008-11-19 dooglusFix 1730067: "Impervious Waypoints". Even inactive...
2008-11-19 dooglusFix 1829182: "Right click context menu not always appears".
2008-11-19 dooglusThe compiler was warning "format not a string literal...
2008-11-19 dooglusUse the functions from the last two revisions to rebuil...
2008-11-19 dooglusAdd a new signal_subcanvas_changed() that is signalled...
2008-11-19 dooglusAdd function LayerTreeStore::queue_rebuild(). Nothing...
2008-11-19 dooglus'queued' is an integer not a bool, so set it to 0 not...
2008-11-19 pabs3Remove warning about Paletted PNGs not being fully...
2008-11-19 pabs3Fix wtachi's entry in the AUTHORS file.
2008-11-18 dooglusFix 1826376, 1848018, 1901753. All caused by not makin...
2008-11-18 dooglusSeveral bugs in the tracker are related to crashes...
2008-11-18 dooglusWhen a new document is made and saved, register it...
2008-11-18 dooglusNot sure if this code is ever used, but if it is it...
2008-11-18 dooglusJust comments.
2008-11-18 dooglusPut a space between the parameter name and its descript...
2008-11-18 dooglusWhen we try to open a file that doesn't exist, display...
2008-11-18 dooglusWhen we try to open a file that doesn't exist, display...
2008-11-18 dooglusRemove debugging printf().
2008-11-18 dooglusFix 1993098: "Composited Inline canvases fails if backg...
2008-11-18 dooglusFix 2119775: "Zoom tool doesn't work if drag outside...
2008-11-17 dooglusFix 2256600: "Delete all waypoints of a valuenode unexp...
2008-11-17 dooglusShow a warning when using file>import to import a ...
2008-11-17 dooglusWhen loading .sif files, show any warnings in the GUI...
2008-11-17 dooglusCommented prototype for undefined function add_layer().
2008-11-14 dooglusFix 1814151: "Add a layer inside an exported canvas...
2008-11-14 dooglusFix 2116947: "Pasting/importing across different image...
2008-11-14 dooglusWhen 'zoom to fit' is clicked, zoom a little less than...
2008-11-13 dooglusThe 'Radius Ratio' tool option wasn't being honoured...
2008-11-13 dooglusSame as the previous commit, but for the Star tool.
2008-11-13 dooglusWhen creating any bline with the circle tool, create...
2008-11-13 dooglusRearrange the tool options to they're in the same order...
2008-11-13 dooglusIf we draw a polygon under some transform layers, the...
2008-11-13 dooglusAdd an option to the setup dialog "Scale New Imported...
2008-11-13 pabs3Silence a couple of g++ 4.4 warnings in ETL make check
2008-11-13 pabs3Fix the header include paths for ETL make check
2008-11-12 geneteStop a bunch of compile warnings about not used returne...
2008-11-11 dooglusMake the checkboxes added in the previous commit work.
2008-11-11 dooglusAdd checkboxes to create outlines, regions, etc. for...
2008-11-11 dooglusAdd a 'feather' setting to the polygon tool's 'Tool...
2008-11-11 dooglusAdd an 'invert' checkbox to the polygon tool's 'Tool...
2008-11-11 dooglusLeft-justify the 'invert' tool option, like in the...
2008-11-11 dooglusFurther improvements to the Curve Warp layer.
2008-11-11 dooglusRevert the previous commit. This is an issue that...
2008-11-11 dooglusRemove the "AC_CONFIG_SUBDIRS(libltdl)" line. It fails...
2008-11-11 pabs3Apply 2198806: add support for alpha in paletted PNG...
2008-11-10 dooglusNew environment variable "SYNFIG_FORCE_TILE_RENDER...
2008-11-09 doogluslibsynfig attempted to load modules from ~/.synfig...
2008-11-09 dooglusWhen studio fails to start up, show a more specific...
2008-11-09 dooglusFix 2250533: "synfig_modules.cfg in ~/.synfig never...
2008-11-09 dooglusRemove a few non-useful comments.
2008-11-09 dooglusFail to start if the synfig_modules.cfg file can't...
2008-11-09 dooglusRemoved the four essential modules from this list of...
2008-11-09 dooglusFour of the modules provide features available from...
2008-11-09 dooglusRemove unused and undefined function 'load_modules'.
2008-11-08 dooglusImplement accelerated_render for the Curve Warp layer...
2008-11-08 pabs3Always #include <cstdio> when using sscanf.
2008-11-08 pabs3Don't enable the use of mutexes on platforms other...
2008-11-08 pabs3Fix the pthread and kernel32 library checks to not...
2008-11-07 dooglusShow the start and end points connected, and add a...
2008-11-07 dooglusUsing 'width' for the perpendicular scaling factor...
2008-11-07 dooglusRemove a bunch of unused code.
2008-11-07 dooglusFirst stab at adding genete's suggested 'Curve Warp...
2008-11-07 dooglusFinding the distance along a bezier curve from point...
2008-11-06 dooglusUpdate the scrollbar that controls the time ruler along...
2008-11-06 pabs3Speed up reverse seeking in the ffmpeg importer by...
2008-11-06 dooglus'const' is ignored in the return type of functions...
2008-11-06 dooglusnodebase.h appears to be unused. Mark it as such,...
2008-11-06 pabs3Initialise a couple of values before using them.
2008-11-06 pabs3Use the z printf length modifier when printing the...
2008-11-06 pabs3Don't ignore type qualifiers on a couple of ETL pen...
2008-11-06 pabs3Use the l printf length modifier when printing the...
2008-11-05 pabs3Check for EOF before complaining about the lack of...
2008-11-05 pabs3When we cannot launch ffmpeg in the ffmpeg importer...
2008-11-05 pabs3Make the ffmpeg importer declare that it is animated
2008-11-05 pabs3In the ffmpeg importer, if we successfully got a frame...
2008-11-05 pabs3Enable use of the ffmpeg importer
2008-11-04 dooglusRevision 1150 stopped synfig-core/trunk/examples/star...
2008-11-04 dooglusImprove the rendering of curvegradient layers near...
2008-11-04 dooglusUse a single scalar product to calculate the distance...
2008-11-04 dooglusBuild rectanglular blines in the same handedness as...
2008-11-04 pabs3Fix crash when unsetting import layer filename after...
2008-11-03 pabs3Delete generated ETL/etl_profile_.h.in file
2008-11-02 dooglusFix 2112320: "Change 'Grab' button in the Gradient...
2008-11-02 dooglusFix 1968248: "Opening of any other XML-file crashes...
2008-10-29 pabs3Fix 2205700: fix some issues with the desktop file:
2008-10-26 dooglusRather than reporting "Couldn't create parsing context...
2008-10-26 dooglusChange error message "unable to open file" to "unable...
2008-10-26 dooglusDon't show "file not found" error messages whenever...
2008-10-26 dooglusImprove the error messages created by the canvas choose...
2008-10-26 dooglusMake Canvas::find_canvas() and Canvas::surefind_canvas...
2008-10-26 dooglusShow an appropriate error message when the command...
next