Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / modules / mod_noise / valuenode_random.cpp
2008-12-18 dooglusAdd a 'loop' parameter to the Random valuenode to cause...
2008-11-30 dooglusSVN r2286 accidentally changed the localised name of...
2008-11-26 dooglusRename the Random class in the mod_noise module to...
2008-02-14 dooglusAllow boolean values to be converted to Random. The...
2008-02-09 dooglusAdded copyright lines for files I've edited this year.
2008-01-11 dooglusAdd type checking for the Random ValueNode too.
2008-01-10 dooglusMake the assert()s here look like the assert()s in...
2008-01-10 dooglusUse translated versions of the type names everywhere...
2007-12-21 dooglusWhen cloning a 'random' valuenode with a constant,...
2007-10-11 dooglusDefault new random valuenodes to SMOOTH_CUBIC interpola...
2007-10-11 dooglusNew source file for the 'random' valuenode.