Gimp/app/propgui
Ell 07c81abf01 app: fix propgui random seed generation
After the switch of random-seed properties from INT to UINT, their
upper bound results in a negative value when converted to a
gint32, causing a CRITICAL in the call to g_random_int_range().
Use g_random_double_range() instead, which has enough precision to
accurately represent all values in the range, and round the result.
2018-05-04 13:41:55 -04:00
..
.gitignore
gimppropgui-channel-mixer.c
gimppropgui-channel-mixer.h
gimppropgui-color-balance.c
gimppropgui-color-balance.h
gimppropgui-color-rotate.c
gimppropgui-color-rotate.h
gimppropgui-color-to-alpha.c
gimppropgui-color-to-alpha.h
gimppropgui-convolution-matrix.c
gimppropgui-convolution-matrix.h
gimppropgui-diffraction-patterns.c
gimppropgui-diffraction-patterns.h
gimppropgui-eval.c
gimppropgui-eval.h
gimppropgui-generic.c
gimppropgui-generic.h
gimppropgui-hue-saturation.c
gimppropgui-hue-saturation.h
gimppropgui-panorama-projection.c app: invert zoom mapping in gegl:panorama-projection gyro controller 2018-04-11 04:53:26 -04:00
gimppropgui-panorama-projection.h app: add custom GUI for gegl:panorama-projection 2018-04-10 10:18:49 -04:00
gimppropgui-recursive-transform.c
gimppropgui-recursive-transform.h
gimppropgui-shadows-highlights.c
gimppropgui-shadows-highlights.h
gimppropgui-spiral.c
gimppropgui-spiral.h
gimppropgui-supernova.c
gimppropgui-supernova.h
gimppropgui-utils.c app: fix propgui random seed generation 2018-05-04 13:41:55 -04:00
gimppropgui-utils.h
gimppropgui.c app: add custom GUI for gegl:panorama-projection 2018-04-10 10:18:49 -04:00
gimppropgui.h
Makefile.am app: add custom GUI for gegl:panorama-projection 2018-04-10 10:18:49 -04:00
propgui-types.h