summaryrefslogtreecommitdiff
path: root/src/scale.c
AgeCommit message (Collapse)Author
2010-05-27Use g_timeout_add_seconds instead g_timeout_addPhilippe Gauthier
The calls to g_timeout_add are replaced with g_timeout_add_seconds to reduce the number or program wake ups. See the GNOME Goal description: http://live.gnome.org/GnomeGoals/UseTimeoutAddSeconds
2009-07-20Bug 578393 – convert from libglade to GtkBuilderFelix Riemann
2008-03-17set value range before setting value in order to correctly set initialLucas Rocha
2007-03-17 Lucas Rocha <lucasr@gnome.org> * src/scale.c (zenity_scale): set value range before setting value in order to correctly set initial state (Fixes bug #521574). svn path=/trunk/; revision=1337
2007-08-13added timeout option to all dialogs (Fixes bug #160654). Based on patchLucas Rocha
2007-08-13 Lucas Rocha <lucasr@gnome.org> * src/*.c: added timeout option to all dialogs (Fixes bug #160654). Based on patch from Muthiah Annamalai <gnumuthu@users.sf.net>. svn path=/trunk/; revision=1231
2005-12-15add --hide-value to scale dialog.Lucas Rocha
2005-12-15 Lucas Rocha <lucasr@gnome.org> * src/option.c, src/scale.c, src/zenity.h: add --hide-value to scale dialog.
2005-12-13new scale dialog for selecting a value from a range (Fixes #322399).Lucas Rocha
2005-12-13 Lucas Rocha <lucasr@gnome.org> * data/Makefile.am, data/zenity-scale.png, src/Makefile.am, src/main.c, src/option.c, src/option.h, src/scale.c, src/zenity.glade, src/zenity.h: new scale dialog for selecting a value from a range (Fixes #322399).