gimp/libgimpmath
Téo Mazars 4a5a6ef914 Bug 684330 - Rectangle tool's "fixed size" option is off-by-one
ROUND() is consistent only on positive values, and bad rounding
creates an offset when negative values are involved. Introduce
SIGNED_ROUND() and use it in gimprectangletool.c. It should probably
be used in much more places.
2013-02-13 00:08:39 +01:00
..
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
Makefile.am libgimp*: use GIMP_API_VERSION in Makefile.am instead of hardcoding 2.0 2012-05-04 15:38:45 +02:00
gimpmath.def libgimpmath: add a boxed type and a GParamSpec for GimpMatrix3 2011-03-27 21:13:31 +02:00
gimpmath.h Bug 684330 - Rectangle tool's "fixed size" option is off-by-one 2013-02-13 00:08:39 +01:00
gimpmathtypes.h libgimp*: add GIMP_DEPRECATED macros using G_DEPRECATED 2012-05-03 00:54:21 +02:00
gimpmatrix.c libgimpmath: add a boxed type and a GParamSpec for GimpMatrix3 2011-03-27 21:13:31 +02:00
gimpmatrix.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpmd5.c libgimp*: add GIMP_DEPRECATED macros using G_DEPRECATED 2012-05-03 00:54:21 +02:00
gimpmd5.h libgimp*: add GIMP_DEPRECATED macros using G_DEPRECATED 2012-05-03 00:54:21 +02:00
gimpvector.c app: Cleanup in preparation of merge 2010-11-04 20:27:11 +02:00
gimpvector.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00