Use LinkableValueNode members functions when possible in the derived valuenodes.
[synfig.git] / ETL /
2007-12-12 dooglusGenerate documentation for everything under 'src'....
2007-12-09 pabsFix g++ 4.3 issues; add missing <cstring> includes...
2007-11-14 dooglusWorking on #1827966. Removed more 'wrap at 360 degrees...
2007-11-12 dooglusWorking on 1827966: "Angles are recalculated to 360...
2007-11-09 pabsFix issue with older versions of autoconf
2007-11-08 dooglusTypo. It wasn't using the final value in the division...
2007-11-08 dooglusMake the 'obj' member of handle and loose_handle public...
2007-11-07 pabsDIE ./bootstrap, DIE DIE DIE
2007-10-30 dooglusTypo: 'enterted' -> 'entered'.
2007-10-30 dooglusTypo: 'outselves' -> 'ourselves'.
2007-10-24 doogluspopen() doesn't like type "rb" on Linux, either.
2007-10-24 dooglusFix 1818856: External application render targets seem...
2007-10-21 dooglusTidying.
2007-10-21 dooglusTidying.
2007-10-21 dooglusTypo.
2007-10-15 dooglusRevert back to r930. The last 2 commits were no good.
2007-10-15 dooglusUse Synfig::Mutex instead of Glib::Mutex.
2007-10-14 dooglusPut mutexes around the reference counts for the shared_...
2007-10-14 dooglusWrote filename_extension() and filename_sans_extension...
2007-10-11 dooglusUse static_cast rather than the old C style cast.
2007-10-10 dooglusFix rount_to_int() so it rounds to the nearest integer...
2007-10-10 dooglusTypo.
2007-10-10 dooglusStable Tag: Copying everything over
2007-10-10 dooglusStable Tag: Removing old tag
2007-10-10 dooglusRelease ETL_0_04_10
2007-10-10 dooglusUpdated svn revision number and date in NEWS files.
2007-10-10 dooglusDon't include <ETL/fixed> because it's not used.
2007-10-10 dooglus#include <ETL/fixed> so ETL/_bezier.h doesn't have to.
2007-10-10 dooglusVarious changes: Improve the formatting of the output...
2007-10-10 dooglusConditionally compile in the '+0.5' code to make fixed...
2007-10-08 dooglusRelease ETL_0_04_10_rc3
2007-10-08 dooglusUpdated NEWS files.
2007-10-08 dooglusAdd an error message explaining why the 'fixed' tests...
2007-10-07 dooglusRelease ETL_0_04_10_rc2
2007-10-06 dooglusRelease ETL_0_04_10_rc1
2007-10-06 dooglusAdd my copyright to files I've modified.
2007-10-06 dooglusBump the version numbers ready for the coming release.
2007-10-06 dooglusAdd my copyright.
2007-10-05 dooglusUpdated to r843.
2007-09-28 dooglusReplace angle::epsilon with a #defined value instead...
2007-09-28 dooglusAdd a new function angle::abs() which returns the absol...
2007-09-28 dooglusCommented out the deprecated angle type conversion...
2007-09-28 dooglusMove the deprecated type conversion operator prototypes...
2007-09-28 dooglusFixed a typo - the wrong method was marked as deprecate...
2007-09-28 dooglusOperator '!' is supposed to be true when an angle is...
2007-09-28 dooglusThe zero(), one(), and half() functions weren't documen...
2007-09-28 dooglusThe comments for the inequality comparison operators...
2007-09-28 dooglusFix the indentation.
2007-09-28 dooglusOperators == and != were returning that 90 degrees...
2007-09-28 dooglusThe angle comparison code was considering 90+359 degree...
2007-09-28 dooglusSince angles are stored in radians, we need to add...
2007-09-28 dooglusAngles are stored in radians, not rotations.
2007-09-27 dooglusUse the http svn repository, not https, because using...
2007-09-13 dooglusSpelling corrections.
2007-09-13 pabsAdd some changes to NEWS
2007-09-12 dooglusA few more typos.
2007-09-12 dooglusSince the last change will require a recompilation...
2007-09-12 dooglusFix 1793306: dirname() doesn't work on absolute paths...
2007-09-08 dooglusAdded a #warning about some bad code in an unused sourc...
2007-09-08 dooglusMark ETL/status and ETL/_status.h as unused.
2007-09-08 dooglusPrevent compiler warnings about unused parameters.
2007-09-07 dooglusThis looks like a typo. I don't think this function...
2007-06-20 pabsStable Tag: Copying everything over
2007-06-20 pabsStabe Tag: Removing old tag
2007-06-20 pabsRelease ETL_0_04_09
2007-06-20 pabsFix SVN revision number of the new release
2007-06-20 pabsFix SVN tagging targets in the Makefile
2007-06-20 pabsReleasing ETL 0.04.09 today
2007-06-12 pabsBump version number to 0.04.09. Hopefully the last...
2007-06-10 pabsRemove the generated COPYING and INSTALL files on maint...
2007-06-10 pabsGenerate the ChangeLog at bootstrap time, make the...
2007-06-04 pabsAdd a rule to create the ChangeLog from SVN
2007-06-03 pabsDon't forget to delete doxygen.cfg and ETL.pc.in on...
2007-06-03 pabsCXXFLAGS is for users, use AM_CXXFLAGS instead
2007-06-03 pabsChange automake invocation to use symlinks and use...
2007-06-02 pabsRelease preparations: add some files to the tarball...
2007-04-23 dooglusFix 1672033: when deciding which curve we are closest...
2007-04-18 dooglusAdded a slower but more accurate find_closest() routine...
2007-04-12 dooglusTypos.
2007-04-10 dooglusFixed a typo.
2007-04-07 dooglusFixed typo.
2007-04-07 pabsFix typo in r428 (csdlib -> cstdlib)
2007-04-06 pabsAdd dooglus to the AUTHORS file
2007-04-06 pabsFix Debian 417897: causes synfig FTBFS in gcc 4.3 due...
2007-03-31 dooglussubptr() should subtract from the pointer, not add...
2007-03-29 pabsUpdate NEWS file for the next release
2007-03-16 dooglusSpelling correction.
2007-03-16 pabsEnable more $Id$ expansion.
2007-03-16 dooglusEnable $Id$ expansion.
2007-03-15 dooglus\fixme isn't accepted outside a function definition:
2007-03-14 dooglusAdd a line at the start to tell GNU Emacs that this...
2007-03-13 pabsFix some URLs
2007-03-12 dooglusRemoved trailing whitespace.
2007-03-11 pabsRemove unused variable from the hermite test function
2007-03-11 pabsDon't need to build anything other than a tar.gz
2007-03-11 pabsFix 1581867: ensure we distribute the licence by adding...
2007-03-09 pabsAdd SVN version for the 0.04.07 release
2007-02-27 pabsDon't use Voria in the description, since it no longer...
2007-02-11 pabsAdd an initial attempt at an AUTHORS file
2006-08-14 pabsRemove INSTALL file, it isn't useful and can be supplie...
next