summaryrefslogtreecommitdiff
path: root/src/zenity.ui
AgeCommit message (Collapse)Author
2013-10-10But #702535 - List box doesn't expand to fill windowArx Cruz
2012-09-25msg: Add an option to set a custom dialog iconFlorian Müllner
The predefined dialog icons work well in many cases, but sometimes it makes sense to use a more specific icon, so add an option to specify an icon-name to use instead. https://bugzilla.gnome.org/show_bug.cgi?id=684329
2012-05-16Remove markup from translatable stringsPiotr Drąg
Also manually unbreak the string freeze break.
2011-10-13Revert "Initial support for list/tree on --forms option Added zenity ↵Arx Cruz
--add-list and --list-values on --forms option. This is an initial support. Next steps add support to multiple selections and multiple columns" This reverts commit ed825cf92b9d786b9b13361db4a0e696af347a59.
2011-10-13Initial support for list/tree on --forms option Added zenity --add-list and ↵Arx Cruz
--list-values on --forms option. This is an initial support. Next steps add support to multiple selections and multiple columns
2011-07-26Fix for bug #611297 Now Zenity have --ok-label and --cancel-label in all ↵Arx Cruz
dialogs. This patch doesn't break old zenity scripts.
2011-07-19Enable html support in --text-info option. This fix bug #598655, thanks for ↵Arx Cruz
the work from Francis Meyvis francis.meyvis at gmail dot com. Two new options in --text-info: * --html - enable HTML support. * --url - load an url If you need to load a local html file, you can use --filename=patch/to/html. Examples: * zenity --text-info --html --filename=file.html * zenity --text-info --html --url=www.gnome.org Zenity will add http:// if isn't declared in --url
2011-06-28This change add a new functionality to text-info:Arx Cruz
* Added a cancel button returning 1 if clicked * Renamed the Close button to Ok, still returning 0 if clicked * Added --ok-label=TEXT option to change the Ok button label * Added --cancel-label=TEXT option to change the Cancel button label * Added --checkbox=TEXT option to show an "I Agree and accept the terms" checkbox If --checkbox is enabled, the Ok button will be disabled if the checkbox isn't checked.
2011-06-16Bug 651948 - zenity list does not return default value when timeout is overArx Cruz
2011-02-15Do not use deprecated separator GtkDialog propertyJavier Jardón
2011-01-17Adding missed files and code for --forms option.Arx Cruz
2009-08-06Bug 561131 – zenity windows don't appear with the focusLucas Rocha
2009-08-06Clean some things in the GtkBuilder port (GnomeBug:578393)Javier Jardón
* Makefile.am * README * configure.in * po/POTFILES.skip * src/zenity.ui
2009-07-20Bug 578393 – convert from libglade to GtkBuilderFelix Riemann