summaryrefslogtreecommitdiff
path: root/src/zenity.ui
Commit message (Collapse)AuthorAge
* zenity.ui: make message dialogs non-resizableDavid King2022-04-26
| | | | | Use the approach of GtkMessageDialog, to avoid problems with narrow labels when the dialog text is long.
* src/zenity.ui: add default OK button for --scalehydrargyrum2022-04-24
| | | It's now possible to just press "Enter" to accept the selected value.
* Fix message dialog width and height on recent GtkAlan2017-04-04
| | | | | | | | | | | | | The fix for Zenity bug 670496 "Zenity info/error windows grow in height with message length" (https://bugzilla.gnome.org/show_bug.cgi?id=670496) stopped working on recent Gtk, which doesn't seem to honor gtk_widget_set_size_request. This commit workarounds Gtk bug 657621 "Calculate the wrong height of labels wrapping on words" (https://bugzilla.gnome.org/show_bug.cgi?id=657621) by setting label's width-chars and max-width-chars to 60. This magic number was picked from GtkMessageDialog source (https://git.gnome.org/browse/gtk+/tree/gtk/ui/gtkmessagedialog.ui#n48).
* Bug 762347: Addition of entry text width optionArx Cruz2017-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 Cruz2015-10-02
| | | | The entry dialog was with wrong box position
* Fix zenity --listArx Cruz2015-06-23
| | | | For some reason, glade is removing some properties from the xml file
* Bug #751332 - zenity --forms does not center in the screenArx Cruz2015-06-23
|
* Bug #672090 - Impossible to confirm --text-infoArx Cruz2015-05-29
|
* Bug #749359 zenity --list produces incorrect outputArx Cruz2015-05-14
|
* Use GtkScale instead deprecated GtkHScaleJavier Jardón2015-03-22
|
* src/zenity.ui: Use GtkBox instead deprecated Gtk[H|V]BoxJavier Jardón2015-03-22
|
* forms: Use GtkGrid instead deprecated GtkTable/GtkAlignmentJavier Jardón2015-03-22
|
* src/zenity.ui: Do not use deprecated stock imagesJavier Jardón2015-03-22
|
* src/zenity.ui: Do not use deprecated stock buttonsJavier Jardón2015-03-22
|
* src/zenity.ui: Changes when open with Glade 3.18.3Javier Jardón2015-03-22
|
* Bug #700249 - Progress dialog does not wrapArx Cruz2014-10-22
|
* Added time-remaining support to progress barsScott Pakin2014-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 GtkBuilderArx Cruz2014-05-20
|
* Removing some deprecated classes in zenity GtkBuilder fileArx Cruz2014-05-20
|
* But #702535 - List box doesn't expand to fill windowArx Cruz2013-10-10
|
* msg: Add an option to set a custom dialog iconFlorian Müllner2012-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 stringsPiotr Drąg2012-05-16
| | | | Also manually unbreak the string freeze break.
* Revert "Initial support for list/tree on --forms option Added zenity ↵Arx Cruz2011-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 Cruz2011-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 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