Typo.
[synfig.git] / ETL / trunk / ETL /
2007-10-10 dooglusDon't include <ETL/fixed> because it's not used.
2007-10-10 dooglusConditionally compile in the '+0.5' code to make fixed...
2007-10-06 dooglusAdd my copyright to files I've modified.
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-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-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-07 dooglusFixed typo.
2007-04-07 pabsFix typo in r428 (csdlib -> cstdlib)
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-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-12 dooglusRemoved trailing whitespace.
2006-07-24 pabsMove .cvsignore to svn:ignore property
2006-03-30 pabsChange to Andreas Jochens patch for Debian bugs #358474...
2006-03-26 pabsFix #1349630: This fixes the etl side of the synfig...
2006-02-19 pabsFix 1349630: forgot to #include <algorithm> when using...
2006-01-30 pabsFix 1356998: compile error on IRIX
2005-11-09 darcoBump version number. Remove bogus copyright line. Don...
2005-10-31 darcoMore file path fixes
2005-04-11 darcoFixed the file path stuff. Don't show the bootstrap...
2005-03-24 darcofloor is not needed when casting to int
2005-03-24 darcoInitial import of ETL