Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Bug 762347: Addition of entry text width option | Arx Cruz | 2017-04-04 |
| | | | | | | This is a bug in the glade file, where the GtkEntry wasn't being filled to fill the width of the window. There is no need to add a --entry-text-width option | ||
* | Fixing glade file. | Arx Cruz | 2015-10-02 |
| | | | | The entry dialog was with wrong box position | ||
* | Fix zenity --list | Arx Cruz | 2015-06-23 |
| | | | | For some reason, glade is removing some properties from the xml file | ||
* | Bug #751332 - zenity --forms does not center in the screen | Arx Cruz | 2015-06-23 |
| | |||
* | Bug #672090 - Impossible to confirm --text-info | Arx Cruz | 2015-05-29 |
| | |||
* | Bug #749359 zenity --list produces incorrect output | Arx Cruz | 2015-05-14 |
| | |||
* | Use GtkScale instead deprecated GtkHScale | Javier Jardón | 2015-03-22 |
| | |||
* | src/zenity.ui: Use GtkBox instead deprecated Gtk[H|V]Box | Javier Jardón | 2015-03-22 |
| | |||
* | forms: Use GtkGrid instead deprecated GtkTable/GtkAlignment | Javier Jardón | 2015-03-22 |
| | |||
* | src/zenity.ui: Do not use deprecated stock images | Javier Jardón | 2015-03-22 |
| | |||
* | src/zenity.ui: Do not use deprecated stock buttons | Javier Jardón | 2015-03-22 |
| | |||
* | src/zenity.ui: Changes when open with Glade 3.18.3 | Javier Jardón | 2015-03-22 |
| | |||
* | Bug #700249 - Progress dialog does not wrap | Arx Cruz | 2014-10-22 |
| | |||
* | Added time-remaining support to progress bars | Scott Pakin | 2014-10-21 |
| | | | | | | Introduced a --time-remaining command-line option that uses the time and percent complete to extrapolate the time remaining until progress reaches 100%. | ||
* | Fixing deprecated classes in GtkBuilder | Arx Cruz | 2014-05-20 |
| | |||
* | Removing some deprecated classes in zenity GtkBuilder file | Arx Cruz | 2014-05-20 |
| | |||
* | But #702535 - List box doesn't expand to fill window | Arx Cruz | 2013-10-10 |
| | |||
* | msg: Add an option to set a custom dialog icon | Florian Müllner | 2012-09-25 |
| | | | | | | | | 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 | ||
* | Remove markup from translatable strings | Piotr Drąg | 2012-05-16 |
| | | | | Also manually unbreak the string freeze break. | ||
* | Revert "Initial support for list/tree on --forms option Added zenity ↵ | Arx Cruz | 2011-10-13 |
| | | | | | | --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. | ||
* | Initial support for list/tree on --forms option Added zenity --add-list and ↵ | Arx Cruz | 2011-10-13 |
| | | | | --list-values on --forms option. This is an initial support. Next steps add support to multiple selections and multiple columns | ||
* | Fix for bug #611297 Now Zenity have --ok-label and --cancel-label in all ↵ | Arx Cruz | 2011-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 Cruz | 2011-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 Cruz | 2011-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 over | Arx Cruz | 2011-06-16 |
| | |||
* | Do not use deprecated separator GtkDialog property | Javier Jardón | 2011-02-15 |
| | |||
* | Adding missed files and code for --forms option. | Arx Cruz | 2011-01-17 |
| | |||
* | Bug 561131 – zenity windows don't appear with the focus | Lucas Rocha | 2009-08-06 |
| | |||
* | Clean some things in the GtkBuilder port (GnomeBug:578393) | Javier Jardón | 2009-08-06 |
| | | | | | | | | * Makefile.am * README * configure.in * po/POTFILES.skip * src/zenity.ui | ||
* | Bug 578393 – convert from libglade to GtkBuilder | Felix Riemann | 2009-07-20 |