Commit Graph

34 Commits

Author SHA1 Message Date
Logan Rathbone b40d9bcb9b about: Remove Zen wisdom of the ancients
This easter egg was disabled more than a decade ago, but zenity is still
installing the image files that were used for it. Let's stop doing that.

Signed-off-by: Simon McVittie <smcv@collabora.com>
2021-06-29 00:22:09 -04:00
Logan Rathbone ae51b76901 Port build system from autotools to meson. 2021-06-08 22:55:49 -04:00
Piotr Drąg a0d1d9abae man: Remove mention of gdialog
It’s been dead for a while.

https://git.gnome.org/browse/archive/gnome-utils/commit/?id=c7259559145956d41615206747066da10fd92898
2017-09-20 04:39:38 +02:00
Arx Cruz 886bfb438d Bug #667711 - man page points to nonexisting doc 2013-11-23 21:02:29 -02:00
Yasumichi Akahoshi f82bc55b83 Add about password and forms dialog.
Signed-off-by: Yasumichi Akahoshi <yasumichi@vinelinux.org>
2012-02-02 17:23:35 -02:00
Arx Cruz d8954d9222 Patch for bug #621907
This patch add the option --no-markup in the info, warning, error and question dialogs
So if the user wants to use & \ ' and other symbols, now he can, and no error will be
showed.
2011-07-06 14:58:49 -03:00
Arx Cruz 498472b7d8 Update man page to reflect new text-info options. 2011-06-29 10:32:09 -03:00
Carnë Draug 5dcac46253 man page to mention return code 5 for timeout 2011-06-17 10:55:59 -03:00
Luis Medinas a079520980 Fix manpage for the statusicon removal from Zenity 3.0 2010-10-21 00:03:27 +01:00
Arx Cruz 771d00a9d3 Bug #616816 - Add new entries to Zenity's man page - Patch from Carnë Draug - carandraug.ml at gmail dot com 2010-06-28 12:44:29 -03:00
Berislav Kovacki 4ccc7f6fac Bug 540169 - Zenity should offer color selection dialog 2010-02-23 18:25:21 +00:00
Lucas Rocha 77d3b7cce7 [man] Change --print-column expect a NUMBER 2009-12-13 18:23:14 +00:00
Frederic Peters 81dc4ae2e2 Bug 541400 - document use of $WINDOWID variable 2009-08-10 03:29:53 +01:00
Lucas Rocha d661db7e4e document --timeout (Fixes bug #565133). Patch from Luca Bruno
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
2009-01-09 00:03:05 +00:00
Lucas Rocha 5c1ff4ebd1 man page update (Fixes bug #436187). Patch from Sven Arvidsson
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
2007-05-14 18:18:01 +00:00
Lucas Rocha 59b5bad794 move to automake 1.9 and several cleanups (Fixes bug #341056). Patch from
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>.
2006-05-10 03:37:14 +00:00
Lucas Rocha a88ade52a0 fix example on progress dialog (Fixed bug #336751).
2006-03-31  Lucas Rocha  <lucasr@gnome.org>

	* data/zenity.1: fix example on progress dialog (Fixed
	bug #336751).
2006-03-31 22:49:57 +00:00
Lucas Rocha 285cb79baf new scale dialog for selecting a value from a range (Fixes #322399).
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).
2005-12-13 04:18:58 +00:00
Lucas Rocha d1e9373658 bug fix for #315020.
2005-09-24  Lucas Rocha  <lucasr@cvs.gnome.org>

        * data/zenity.1: bug fix for #315020.
2005-09-24 15:15:04 +00:00
Guilherme de S. Pastore 51a7c9d389 escaped "-"s; they're supposed to be minus signs, not hyphens.
* data/zenity.1: escaped "-"s; they're supposed to be minus signs, not hyphens.
2005-09-21 14:38:02 +00:00
Glynn Foster 3e05834b4c Add new notification icon. Update for new files. Restructure code a little
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.
2004-09-13 07:51:51 +00:00
Glynn Foster 408f2cad51 Update the man page for the --print-column option added.
2004-08-03  Glynn Foster  <glynn.foster@sun.com>

	* data/zenity.1: Update the man page for the --print-column
	option added.
2004-08-03 09:14:27 +00:00
Glynn Foster 02955ce70f Fix the list dialog not being able to handle --text to change the text. It
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.
2004-04-28 12:06:02 +00:00
Mike Newman 0e4c879656 Allow multiple file selections. 2003-06-09 18:57:01 +00:00
Mike Newman 626d95b752 Add --auto-close option to progress dialog. Closes dialog when 100% has been reached. Also update docs for new option. Fixes #114125. 2003-06-03 21:52:16 +00:00
Glynn Foster c5056dd3bb Update some more items. Update man page a little, although it still should
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.
2003-05-28 23:19:16 +00:00
Ross Burton 709ce87732 Added a small manual page 2003-02-05 10:31:02 +00:00
Glynn Foster 8402c27e77 Um, you don't really want to know.
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.
2003-02-03 03:16:32 +00:00
Glynn Foster 9e7cbd647f Add new. Update coordinates.
2003-02-01  Glynn Foster  <glynn.foster@sun.com>

	* data/Makefile.am, data/sunglasses.png: Add new.
	* src/about.c: Update coordinates.
2003-02-01 12:13:25 +00:00
Glynn Foster 574404b13e Update
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
2003-01-29 02:05:44 +00:00
Glynn Foster 10e683c2e7 Hooray! Zenity now has an about window icon. It's very zen too.
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.
2003-01-18 14:54:44 +00:00
Glynn Foster f182d9f7fc Some new window icons.
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.
2003-01-18 13:35:13 +00:00
Glynn Foster 342d84b35f Life is pleasant. Death is peaceful. It's the transition that's troublesome. 2003-01-06 17:09:44 +00:00
Glynn Foster 48c1564ac5 Initial revision 2003-01-03 13:26:04 +00:00