summaryrefslogtreecommitdiff
path: root/src/option.h
AgeCommit message (Collapse)Author
2011-01-17Adding missed files and code for --forms option.Arx Cruz
2010-11-09Add libnotify as optional in zenity instalationArx Cruz
2010-07-12Add new password dialogArx Cruz
2010-02-23Bug 540169 - Zenity should offer color selection dialogBerislav Kovacki
2009-01-09GNOME Goal: Clean up GLib and GTK+ includes (Fixes bug #563855). PatchLucas Rocha
2009-01-09 Lucas Rocha <lucasr@gnome.org> * src/main.c: * src/option.h: GNOME Goal: Clean up GLib and GTK+ includes (Fixes bug #563855). Patch from Pedro Fragoso <ember@ubuntu.com>. svn path=/trunk/; revision=1462
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).
2004-12-07Patch from Lucas Rocha <lucasr@im.ufba.br> to use the GOption API for theGlynn Foster
2004-12-07 Glynn Foster <glynn.foster@sun.com> Patch from Lucas Rocha <lucasr@im.ufba.br> to use the GOption API for the zenity parsing options, with some spacing fixes from Glynn. * configure.in: zenity now requires glib-2.0 >= 2.5.3 to build because now it uses GOption. popt requirement removed. * src/Makefile.am: update for new files * src/main.c: use GOption API * src/option.c, src/option.h: New files to implement the new functionality. * src/zenity.h: Fix spacing.