]> Pileus Git - ~andy/gtk/commit
make maximum digits compile time configurable via MAX_DIGITS and up to 20.
authorTim Janik <timj@gtk.org>
Wed, 20 Jun 2001 04:13:37 +0000 (04:13 +0000)
committerTim Janik <timj@src.gnome.org>
Wed, 20 Jun 2001 04:13:37 +0000 (04:13 +0000)
commit444bf88aba6ba6f847d2358be54b59dc6a8ba4ba
tree01f60f20d8565feedcd9a1563b49970bb3b063da
parent9e171fcc95beeb8658f4acb72e1a4a3adc240ed8
make maximum digits compile time configurable via MAX_DIGITS and up to 20.

Wed Jun 20 05:32:05 2001  Tim Janik  <timj@gtk.org>

        * gtk/gtkspinbutton.c: make maximum digits compile time configurable
        via MAX_DIGITS and up to 20. 5 was just ridiculously small.
        don't use automatic fixed size buffer for printf-ing floats, doubles
        can expand to really _huge_ strings, use g_strdup_printf() instead.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkspinbutton.c
gtk/gtkspinbutton.h