Fix initialization of color selector’s alpha value.
[synfig.git] / synfig-core /
2009-08-12 Carlos LopezRemove ancient trunk folder from svn repository
2009-08-01 Carlos LopezMerge branch 'genete_master'
2009-07-27 Carlos LopezAs requested by Darco, alter the random seed of the...
2009-07-27 Carlos LopezMerge branch 'akagogo_svg' into genete_master
2009-07-27 Carlos LopezMerge branch 'zelgadis_master' into genete_master
2009-07-26 Carlos LopezApply akagogo's patch for importing SVG files.
2009-07-25 Konstantin DmitrievDetect branch better. Don't forget to clean autorevisio...
2009-07-24 Konstantin DmitrievDetect path to .git dir automatically.
2009-07-23 Konstantin DmitrievDo not force usage of bash. Made autorevision scripts...
2009-07-22 Konstantin DmitrievInvoke bash directly to detect revision (allows to...
2009-07-19 Konstantin Dmitriev"git-show" is deprecated - don't use it.
2009-07-18 Konstantin DmitrievRevision detection code cleanup.
2009-07-18 Konstantin DmitrievDetect branch better when getting git revision information
2009-07-17 Konstantin DmitrievFixed build error for synfig-core caused by eb646e952b6...
2009-07-16 Konstantin DmitrievShow git revision information on "synfig --info".
2009-07-16 Konstantin DmitrievMerge branch 'master' into zelgadis_master
2009-07-13 Carlos LopezAdd a member to check if the value node is invertible
2009-07-13 Carlos LopezSimplified version for reverse manipulation Scale conve...
2009-06-20 Carlos LopezMerge branch 'master' into genete_setup_dialog
2009-06-19 Carlos LopezMerge branch 'genete_master'
2009-06-19 gballintijnRemove an Autoconf warning about AC_COMPILE_IFELSE...
2009-06-16 Carlos LopezRemove assert(o) call because this function
2009-06-15 Carlos LopezRemove assert(o) call because this function
2009-06-13 Carlos LopezDelete svn tags. We don't need them in git
2009-06-13 Carlos LopezDelete svn tags. We don't need them in git
2009-06-12 pabs3Fix some SVN $Id$ keywords that got missed somehow.
2009-06-12 pabs3Check for big endian systems instead of relying on...
2009-06-12 pabs3Apply patch #21: add boolean ValueNode conversions...
2009-06-12 pabs3Fix make distcheck, which has been broken since the...
2009-06-12 geneteApply patch #18: Valuenode Type Power. Thanks to nikitakit.
2009-06-12 pabs3Reformat and clean up the automake files
2009-06-12 pabs3Switch to a version of po/Makefile.in.in that does...
2009-06-12 gballintijnRevert the accidental removal of mod_libavcodec in...
2009-06-12 gballintijn#2513683: Fix misuse of constructor.
2009-01-13 dooglusFix 2502818: Noise when refresh an imported image layer.
2009-01-13 pabs3Fix strange characters and pango warnings with LC_ALL...
2009-01-13 pabs3Add some French translation fixes from Cyril Brulebois...
2008-12-26 dooglusInitialise the GUID for all Transform objects. Using...
2008-12-22 dooglusFix 2458112: default transform GUIDs to random values...
2008-12-22 dooglusTidying.
2008-12-22 dooglusAdd optional debugging for calls to ValueNode_*::operat...
2008-12-22 dooglusRemove spaces and tabs at end of lines.
2008-12-18 dooglusUpdate the SVN revision number in the comment.
2008-12-18 dooglusAdd a 'loop' parameter to the Random valuenode to cause...
2008-12-17 dooglusShow 'done' when done writing a magickpp file.
2008-12-11 dooglusFix 2412072: don't remove a node from the parent set...
2008-12-11 dooglusFix a typo: angle::deg::get() returns a float not a...
2008-11-30 dooglusSVN r2286 accidentally changed the localised name of...
2008-11-29 dooglusFix 2037732: The warp layer is using a rough way of...
2008-11-29 dooglusAdd ValueNode "Greyed" for making ducks uneditable.
2008-11-29 dooglusAdd RELEASE_VERSION_0_61_10 to the list.
2008-11-27 geneteAdd matrix.h. Matrix implementation for bones.
2008-11-27 dooglusRemove 'Vector junk' that I added for testing.
2008-11-27 dooglusAdd ValueBase::get_string() for debugging. Barely...
2008-11-27 dooglusFix 2353284: If two parameters in the same layer are...
2008-11-26 dooglusAdd a new parameter 'focus' to the pastecanvas layer...
2008-11-26 dooglusRename the Random class in the mod_noise module to...
2008-11-26 dooglusAdd further comments. Add local definition of FLAGS...
2008-11-25 geneteInitial Russian Tanslation of Synfig. Thanks to Alexand...
2008-11-25 dooglusFix a bug that only shows up if you use the 'Focus...
2008-11-25 dooglusAlways use absolute paths in the Canvas::externals_...
2008-11-25 dooglusDefine Canvas::show_externals() when _DEBUG is defined.
2008-11-25 dooglusDefine CanvasParser::show_canvas_map() when _DEBUG...
2008-11-25 dooglusAdd comments saying not to disable the layer optimization.
2008-11-23 dooglusInclude the example module in the list of modules to...
2008-11-22 dooglusAdd function Canvas::register_external_canvas() to...
2008-11-22 dooglusDraw a dotted line box around the rectangle when selected.
2008-11-22 dooglusAdd FilledRect::hit_check() to allow Filled Rectangles...
2008-11-22 dooglusAdd Metaballs::hit_check() so metaballs can be selected...
2008-11-22 dooglusAdd boolean parameter 'Positive Only' to stop negative...
2008-11-22 dooglusReplace the 'Threshold' parameter with 'Gradient Left...
2008-11-22 dooglusUse a gradient instead of a color to color the balls.
2008-11-22 dooglusShortcut color blending in get_color() when blend metho...
2008-11-22 dooglusWhen a new metaball layer is created, initialise it...
2008-11-22 dooglusInclude the example module in the list of modules to...
2008-11-22 dooglusInclude the example module's Makefile in the list of...
2008-11-22 dooglusEnable all three layers in the example module.
2008-11-22 dooglusUse Layer::simple_clone() rather than Layer::clone...
2008-11-22 dooglusUncomment and fix Layer::simple_clone() to clone a...
2008-11-22 dooglusGive the 'filled rectangle' layer a unique name - other...
2008-11-22 dooglusPut the three example layers in the 'Example' group...
2008-11-22 dooglusFix Metaballs::get_color() so it takes the context...
2008-11-22 dooglusTidying.
2008-11-22 dooglusRemove duplicate call to render the context.
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-19 dooglusFix 1730067: "Impervious Waypoints". Even inactive...
2008-11-19 dooglusAdd a new signal_subcanvas_changed() that is signalled...
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 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 dooglusWhen we try to open a file that doesn't exist, display...
next