Added copyright lines for files I've edited this year.
[synfig.git] / synfig-core / trunk / src / synfig / valuenode_range.cpp
2008-02-09 dooglusAdded copyright lines for files I've edited this year.
2008-01-11 dooglusAdd type checking to almost all the linkable ValueNodes.
2008-01-10 dooglusBreak the ValueNode 'bad type' error messages up so...
2008-01-10 dooglusUse translated versions of the type names everywhere...
2008-01-10 dooglusMade all the assert() lines which check the valuenode...
2007-12-11 dooglusWrote doxygen file descriptions for the valuenode conve...
2007-10-06 dooglusAdd my copyright to files I've modified.
2007-09-28 dooglusUse std::min and std::max rather than my ad-hoc #defines.
2007-09-28 dooglusFor the 'Range' convert type, when working with angles...
2007-09-27 dooglusRemove some debugging code I left in accidentally some...
2007-09-27 dooglusAllow the 'range' convert type to work with 'time'...
2007-09-27 dooglusAdd the 'range' convert type, for limiting a parameter...