summaryrefslogtreecommitdiff
path: root/src/password.c
Commit message (Expand)AuthorAge
* Fixing GLib-CRITICAL messagesArx Cruz2015-10-02
* Merge branch 'jjardon/no_deprecated'Arx Cruz2015-04-21
|\
| * src/password.c: Do not use deprecated GtkAlignment widgetJavier Jardón2015-03-22
| * password: Use gtk_box instead gtk_[v|h]boxJavier Jardón2015-03-22
| * Do not use stock dialogJavier Jardón2015-03-22
| * Do not use an icon for Cancel/OK buttonsJavier Jardón2015-03-22
* | ADD gchar **extra_label TO struct ZenityDataGama Anderson2015-04-21
|/
* Fixing g_timeout_add callsArx Cruz2014-10-21
* Fixing remain g_timeout_addArx Cruz2014-10-21
* Fixing bug #712616Vinicius Silva2013-11-25
* added attach option for transient windowWeitian Leung2013-08-31
* util: Add an option to request dialogs being modalFlorian Müllner2012-09-25
* Fix for bug #611297 Now Zenity have --ok-label and --cancel-label in all dial...Arx Cruz2011-07-26
* Now if you use --timeout option, the return code will be properly handledArx Cruz2011-06-17
* Bug 651948 - zenity list does not return default value when timeout is overArx Cruz2011-06-16
* Fix for bug 630885Arx Cruz2010-11-18
* Add default activation on entry.Luis Medinas2010-09-29
* Change GTK_DIALOG(dialog)->vbox to gtk_dialog_get_content_area() in order to ...Arx Cruz2010-07-12
* Just changing the copyright.Arx Cruz2010-07-12
* Add new password dialogArx Cruz2010-07-12
bgstack15