Files
gimp/libgimpbase
Jehan 8d5008d76f libgimp, libgimpbase, libgimpwidgets: new gimp_range_estimate_settings()
Similar code was used in 2 places basically (GimpLabelSpin and
GimpProcedureDialog) so just make it an utils function. It's good anyway
to have a generic function to estimate suitable increments and decimal
places depending on a range.

As a consequence also gimp_label_spin_new() now takes a gint digits
(instead of guint), with -1 meaning we want digits computed from the
range.
Similarly gimp_prop_scale_entry_new() docs adds the -1 meaning too.
2020-11-25 01:34:36 +01:00
..
2019-09-21 17:10:46 +00:00
2020-05-08 16:57:45 +02:00
2020-05-21 13:49:38 +02:00
2019-08-10 12:32:25 +02:00
2019-09-11 16:42:04 +02:00
2020-01-18 23:39:34 +01:00