summaryrefslogtreecommitdiff
path: root/src/option.c
Commit message (Collapse)AuthorAge
* add --hide-value to scale dialog.Lucas Rocha2005-12-15
| | | | | | | 2005-12-15 Lucas Rocha <lucasr@gnome.org> * src/option.c, src/scale.c, src/zenity.h: add --hide-value to scale dialog.
* new scale dialog for selecting a value from a range (Fixes #322399).Lucas Rocha2005-12-13
| | | | | | | | | | 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).
* fixed bug #317033.Lucas Rocha2005-09-24
| | | | | | 2005-09-24 Lucas Rocha <lucasr@cvs.gnome.org> * src/option.c: fixed bug #317033.
* dependency on glib >= 2.7.3 Add G_OPTION_FLAG_NOALIAS flag on options thatLucas Rocha2005-07-13
| | | | | | | | | 2005-07-12 Lucas Rocha <lucasr@cvs.gnome.org> * configure.in: dependency on glib >= 2.7.3 * src/option.c: Add G_OPTION_FLAG_NOALIAS flag on options that are present in more than on group.
* activate option help translations in GOption.Lucas Rocha2005-07-12
| | | | | | | 2005-07-12 Lucas Rocha <lucasr@cvs.gnome.org> * src/option.c: activate option help translations in GOption.
* general code cleanups. Contribution from Benoît Dejean.Lucas Rocha2005-07-08
| | | | | | | | | 2005-07-08 Lucas Rocha <lucasr@cvs.gnome.org> * src/about.c, src/calendar.c, src/fileselection.c, src/option.c, src/progress.c, src/text.c, src/tree.c, src/util.c: general code cleanups. Contribution from Benoît Dejean.
* marks static many functions and global variables. Contribution fromLucas Rocha2005-07-08
| | | | | | | | 2005-07-08 Lucas Rocha <lucasr@cvs.gnome.org> * src/about.c, src/option.c, src/fileselection.c: marks static many functions and global variables. Contribution from Benoît Dejean.
* Include cleanups (config.h)Lucas Almeida Rocha2005-07-06
|
* New --hide-column option.Lucas Almeida Rocha2005-07-01
|
* Changed list dialog Selection behaviorLucas Almeida Rocha2005-06-27
|
* COPYING, src/about.c, src/calendar.c, src/eggtrayicon.c, src/entry.c,Glynn Foster2005-04-25
| | | | | | | | | | | 2005-04-25 Glynn Foster <glynn.foster@sun.com> * COPYING, src/about.c, src/calendar.c, src/eggtrayicon.c, * src/entry.c, src/fileselection.c, src/main.c, src/msg.c, * src/notification.c, src/option.c, src/progress.c, * src/text.c, src/tree.c, src/util.c: Update the FSF address to point to 51 Franklin Street, Fifth Floor as per forwarded mail from Alvaro Lopez Ortega.
* Clean up the code a little bit.Glynn Foster2005-04-20
| | | | | | | 2005-04-20 Glynn Foster <glynn.foster@sun.com> * src/entry.c, src/option.c, src/zenity.h: Clean up the code a little bit.
* Bug fix for #149290, based on contributions from Timo Aaltonen, LucasGlynn Foster2005-04-20
| | | | | | | | | 2005-04-20 Glynn Foster <glynn.foster@sun.com> * src/msg.c, src/option.c, src/zenity.h: Bug fix for #149290, based on contributions from Timo Aaltonen, Lucas Rocha, and Carlos Parra. * THANKS: Update.
* Update docs to add the new goption help stuff. Update to be in line withGlynn Foster2005-02-06
| | | | | | | | | 2005-02-07 Glynn Foster <glynn.foster@sun.com> * help/C/zenity.xml: Update docs to add the new goption help stuff. * src/option.c: Update to be in line with the documentation descriptions.
* Patch from Chris Lahey for #165456. Updated.Glynn Foster2005-01-31
| | | | | | | | 2005-02-01 Glynn Foster <glynn.foster@sun.com> * src/notification.c, src/option.c: Patch from Chris Lahey for #165456. * src/about.c, THANKS: Updated.
* Really fix #162297, and preload the current dates if they aren't alreadyGlynn Foster2005-01-09
| | | | | | | 2005-01-07 Glynn Foster <glynn.foster@sun.com> * src/option.c, src/calendar.c: Really fix #162297, and preload the current dates if they aren't already set.
* Pre-load the year, because gtk_calendar* is dumb and you need to selectGlynn Foster2005-01-07
| | | | | | | | 2005-01-07 Glynn Foster <glynn.foster@sun.com> * src/option.c: Pre-load the year, because gtk_calendar* is dumb and you need to select the year to change the month. Fixes #162297.
* Fix tyop for #161774, as reported by Christian.Glynn Foster2004-12-20
| | | | | | 2004-12-21 Glynn Foster <glynn.foster@sun.com> * src/option.c: Fix tyop for #161774, as reported by Christian.
* Fix spacing issue.Glynn Foster2004-12-07
| | | | | | 2004-12-07 Glynn Foster <glynn.foster@sun.com> * src/option.c: Fix spacing issue.
* Patch from Lucas Rocha <lucasr@im.ufba.br> to use the GOption API for theGlynn Foster2004-12-07
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.
bgstack15