summaryrefslogtreecommitdiff
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* Fix manpage for the statusicon removal from Zenity 3.0Luis Medinas2010-10-211-2/+2
|
* Bug #616816 - Add new entries to Zenity's man page - Patch from Carnë Draug ↵Arx Cruz2010-06-281-5/+22
| | | | - carandraug.ml at gmail dot com
* Bug 540169 - Zenity should offer color selection dialogBerislav Kovacki2010-02-231-0/+12
|
* [man] Change --print-column expect a NUMBERLucas Rocha2009-12-131-1/+1
|
* Bug 541400 - document use of $WINDOWID variableFrederic Peters2009-08-101-0/+6
|
* document --timeout (Fixes bug #565133). Patch from Luca BrunoLucas Rocha2009-01-091-0/+3
| | | | | | | | | 2009-01-08 Lucas Rocha <lucasr@gnome.org> * data/zenity.1: document --timeout (Fixes bug #565133). Patch from Luca Bruno <lethalman88@gmail.com>. svn path=/trunk/; revision=1460
* man page update (Fixes bug #436187). Patch from Sven ArvidssonLucas Rocha2007-05-141-3/+66
| | | | | | | | | 2007-05-14 Lucas Rocha <lucasr@gnome.org> * data/zenity.1: man page update (Fixes bug #436187). Patch from Sven Arvidsson <sa@whiz.se>. svn path=/trunk/; revision=1207
* move to automake 1.9 and several cleanups (Fixes bug #341056). Patch fromLucas Rocha2006-05-101-1/+1
| | | | | | | | | 2006-05-10 Lucas Rocha <lucasr@gnome.org> * .cvsignore, Makefile.am, autogen.sh, configure.in, data/Makefile.am, po/.cvsignore, src/Makefile.am: move to automake 1.9 and several cleanups (Fixes bug #341056). Patch from Christian Persch <chpe@gnome.org>.
* fix example on progress dialog (Fixed bug #336751).Lucas Rocha2006-03-311-1/+1
| | | | | | | 2006-03-31 Lucas Rocha <lucasr@gnome.org> * data/zenity.1: fix example on progress dialog (Fixed bug #336751).
* new scale dialog for selecting a value from a range (Fixes #322399).Lucas Rocha2005-12-132-0/+1
| | | | | | | | | | 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).
* bug fix for #315020.Lucas Rocha2005-09-241-1/+1
| | | | | | 2005-09-24 Lucas Rocha <lucasr@cvs.gnome.org> * data/zenity.1: bug fix for #315020.
* escaped "-"s; they're supposed to be minus signs, not hyphens.Guilherme de S. Pastore2005-09-211-8/+8
| | | | * data/zenity.1: escaped "-"s; they're supposed to be minus signs, not hyphens.
* Add new notification icon. Update for new files. Restructure code a littleGlynn Foster2004-09-133-1/+16
| | | | | | | | | | | | | | | | | 2004-09-13 Glynn Foster <glynn.foster@sun.com> * data/Makefile.am, data/zenity-notification.png: Add new notification icon. * src/Makefile.am: Update for new files. * src/about.c, src/calendar.c, src/entry.c, src/fileselection.c, src/progress.c, src/text.c, src/tree.c, src/msg.c: Restructure code a little bit for new utility functions for setting window icons. * src/eggtrayicon.c, src/eggtrayicon.h: New files for notification area support. * src/main.c, src/notification.c, src/util.c, src/util.h, src/zenity.h: Add support for notification area. * data/zenity.1, help/*: Update docs for notification and new file selection changes.
* Update the man page for the --print-column option added.Glynn Foster2004-08-031-0/+4
| | | | | | | 2004-08-03 Glynn Foster <glynn.foster@sun.com> * data/zenity.1: Update the man page for the --print-column option added.
* Fix the list dialog not being able to handle --text to change the text. ItGlynn Foster2004-04-281-0/+3
| | | | | | | | | | 2004-04-29 Glynn Foster <glynn.foster@sun.com> * src/main.c, src/tree.c: Fix the list dialog not being able to handle --text to change the text. It was also intentional but must have fallen through the gaps. * data/zenity.1: Update * help/C/zenity.xml: Update.
* Allow multiple file selections.Mike Newman2003-06-091-0/+6
|
* Add --auto-close option to progress dialog. Closes dialog when 100% has been ↵Mike Newman2003-06-031-0/+3
| | | | reached. Also update docs for new option. Fixes #114125.
* Update some more items. Update man page a little, although it still shouldGlynn Foster2003-05-281-5/+23
| | | | | | | | 2003-05-29 Glynn Foster <glynn.foster@sun.com> * TODO: Update some more items. * data/zenity.1: Update man page a little, although it still should contain more useful information I guess.
* Added a small manual pageRoss Burton2003-02-052-1/+215
|
* Um, you don't really want to know.Glynn Foster2003-02-033-1/+3
| | | | | | | | 2003-02-03 Glynn Foster <glynn.foster@sun.com> * data/Makefile.am, data/hawaii-shirt.png, data/surfboard.png, src/about.c: Um, you don't really want to know.
* Add new. Update coordinates.Glynn Foster2003-02-012-1/+2
| | | | | | | 2003-02-01 Glynn Foster <glynn.foster@sun.com> * data/Makefile.am, data/sunglasses.png: Add new. * src/about.c: Update coordinates.
* UpdateGlynn Foster2003-01-293-1/+6
| | | | | | | | | | | | | | 2003-01-29 Glynn Foster <glynn.foster@sun.com> * README: Update * configure.in: Remove some bogus configure checks that we almost certainly don't need. * src/about.c, data/Makefile.am, data/*.png: Add new pixbuf for about dialog. * TODO: Update accordingly
* Hooray! Zenity now has an about window icon. It's very zen too.Glynn Foster2003-01-182-0/+1
| | | | | | | 2003-01-18 Glynn Foster <glynn.foster@sun.com> * data/Makefile.am, data/zenity.png, src/about.c: Hooray! Zenity now has an about window icon. It's very zen too.
* Some new window icons.Glynn Foster2003-01-185-1/+3
| | | | | | | | | | | | | | | | | | | | | 2003-01-18 Glynn Foster <glynn.foster@sun.com> * data/Makefile.am, data/zenity-calendar.png, data/zenity-entry.png, data/zenity-progress.png, data/zenity-text.png: Some new window icons. * src/text.c: Fix crash where the GladeXML ref was getting unref'd before we wanted to use it. * src/main.c: Fix up commandline parsing a little, although we should really add the parsing options for gtk+. * src/zenity.glade: Give some saner defaults. * THANKS, src/about.c: Update for all the people I stole icons and code from. * TODO: Update accordingly.
* Life is pleasant. Death is peaceful. It's the transition that's troublesome.Glynn Foster2003-01-061-0/+2
|
* Initial revisionGlynn Foster2003-01-035-0/+8