Gimp/app
Jehan dfda00d5f7 app: fix "Result is not floating-point (UNINTENDED_INTEGER_DIVISION)".
See #3996.
This was a warning raised by the Coverity scan on one of the lines. I
fix also in the same time other arithmetics mixing int and double.
Better be thorough.
The specific warning was on:
> circ = 2.0 * G_PI * (private->width / 2)
where the division was integer, which was probably not intended. Of
course that error (display item only) was likely barely visible anyway,
still…

(cherry picked from commit c809e221ec)
2019-10-12 17:09:57 +02:00
..
actions app: add missing SET_SENSITIVE() for new filter actions 2019-10-01 19:03:26 +03:00
config app: add "Swap compression" option to the preferences 2019-09-22 17:42:23 +03:00
core app: clip floating selection to layers with no alpha channel 2019-10-03 22:20:46 +03:00
dialogs app: add "Swap compression" option to the preferences 2019-09-22 17:42:23 +03:00
display app: fix "Result is not floating-point (UNINTENDED_INTEGER_DIVISION)". 2019-10-12 17:09:57 +02:00
file app: add gimp_image_invalidate_all() 2019-09-04 20:56:23 +03:00
file-data app: fix undoing image parasite attach/detach to emit the right signals 2019-05-30 16:58:53 +02:00
gegl app: restore behavior of gimp_gegl_apply_operation() with NULL src_buffer 2019-10-05 09:43:27 +03:00
gui app: start porting away from GtkAction and friends 2019-07-02 14:57:45 +02:00
menus app: start porting away from GtkAction and friends 2019-07-02 14:57:45 +02:00
operations app: fix offset handling in spiral gradients 2019-09-27 16:07:52 +03:00
paint app: fix use of Clone tool with "sample merged" across images 2019-10-02 17:16:00 +03:00
pdb pdb: add gimp-image-merge-layer-group procedure 2019-09-07 10:42:32 +03:00
plug-in libgimpbase, libgimp, app: inherit swap-compression in plug-ins 2019-09-22 18:07:11 +03:00
propgui Missing mnemonics on several dialogs 2019-09-05 12:44:17 +00:00
tests app: add missing parameter in test-xcf.c 2019-06-12 21:06:56 +02:00
text app: in GimpDrawable::set_buffer(), take bounds rect instead of offset only 2019-08-02 00:40:17 +03:00
tools app: don't extend layers with no alpha channel when applying filters 2019-10-03 22:21:36 +03:00
vectors app: add gimp_item_get_clip() 2019-08-09 22:23:57 +03:00
widgets app: add "Swap compression" option to the preferences 2019-09-22 17:42:23 +03:00
xcf app: salvage loaded group and text layer of dimension 0. 2019-07-11 16:42:23 +02:00
.gitignore
about.h
app.c app: initialize GimpBacktrace earlier on 2019-05-19 10:50:02 -04:00
app.h
errors.c
errors.h
gimp-debug.c
gimp-debug.h
gimp-intl.h
gimp-log.c
gimp-log.h
gimp-priorities.h app: fix image-window UI-manager update while a projection is being rendered 2019-03-30 19:31:26 -04:00
gimp-version.c
gimp-version.h
gimpcore.def
language.c
language.h
main.c app: initialize GimpBacktrace earlier on 2019-05-19 10:50:02 -04:00
Makefile.am Issue #2794 - Gimp crash just on File Open and Edit Preferences 2019-05-28 12:01:59 +02:00
sanity.c build, app: require babl-0.1.68 or newer 2019-07-25 23:15:13 +02:00
sanity.h
signals.c Issue #2794 - Gimp crash just on File Open and Edit Preferences 2019-05-28 12:01:59 +02:00
signals.h
tests.c
tests.h
unique.c
unique.h