Gimp/libgimpmath
Ell e8b37a7a25 Bug 788461 - Selection with a Fixed size is created with an ...
... off-by one size in special cases

SIGNED_ROUND(), which is used by GimpToolRectangle, among other
things, used to round negative values which lie exactly between
two integers, i.e., -foo.5, down.  This could lead to the rectangle
being one pixel bigger than expected, in either dimension, when one
of its edges had a negative coordinate, and the opposite edge had a
positive coordinate.

Fix SIGNED_ROUND() to always round such values up, regardless of
sign.
2017-10-05 16:16:09 -04:00
..
.gitignore
gimpmath.def Bug 316479 - The Perspective Tool creates an empy image... 2016-11-08 17:26:21 +01:00
gimpmath.h Bug 788461 - Selection with a Fixed size is created with an ... 2017-10-05 16:16:09 -04:00
gimpmathtypes.h
gimpmatrix.c libgimp*: various doc fixes 2017-06-03 21:22:12 +02:00
gimpmatrix.h Bug 316479 - The Perspective Tool creates an empy image... 2016-11-08 17:26:21 +01:00
gimpmd5.c
gimpmd5.h
gimpvector.c Fix a lot of warnings all over the place 2016-10-31 01:36:35 +01:00
gimpvector.h
Makefile.am Makefile: fix VPATH builds for win32. 2014-09-14 18:28:26 +02:00