summaryrefslogtreecommitdiff
path: root/src/zenity.ui
Commit message (Collapse)AuthorAge
* Fix for bug #611297 Now Zenity have --ok-label and --cancel-label in all ↵Arx Cruz2011-07-26
| | | | dialogs. This patch doesn't break old zenity scripts.
* Enable html support in --text-info option. This fix bug #598655, thanks for ↵Arx Cruz2011-07-19
| | | | | | | | | | | 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
* This change add a new functionality to text-info:Arx Cruz2011-06-28
| | | | | | | | | * 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.
* Bug 651948 - zenity list does not return default value when timeout is overArx Cruz2011-06-16
|
* Do not use deprecated separator GtkDialog propertyJavier Jardón2011-02-15
|
* Adding missed files and code for --forms option.Arx Cruz2011-01-17
|
* Bug 561131 – zenity windows don't appear with the focusLucas Rocha2009-08-06
|
* Clean some things in the GtkBuilder port (GnomeBug:578393)Javier Jardón2009-08-06
| | | | | | | | * Makefile.am * README * configure.in * po/POTFILES.skip * src/zenity.ui
* Bug 578393 – convert from libglade to GtkBuilderFelix Riemann2009-07-20
bgstack15