summaryrefslogtreecommitdiff
path: root/src/password.c
Commit message (Expand)AuthorAgeFilesLines
* Set dialog 'heading', not 'title'Adam Williamson2023-04-201-1/+1
* Initial port to libadwaitaLogan Rathbone2023-01-231-25/+13
* password: use Builder for consistency with rest of app.Logan Rathbone2021-02-121-43/+57
* Make remaining C files build against gtk4Logan Rathbone2021-02-111-81/+84
* password: Replace N_() with regular _()Piotr Drąg2017-12-041-2/+2
* Fix styleArx Cruz2017-04-071-157/+141
* Fixing GLib-CRITICAL messagesArx Cruz2015-10-021-1/+1
* Merge branch 'jjardon/no_deprecated'Arx Cruz2015-04-211-16/+10
|\
| * src/password.c: Do not use deprecated GtkAlignment widgetJavier Jardón2015-03-221-8/+2
| * password: Use gtk_box instead gtk_[v|h]boxJavier Jardón2015-03-221-4/+4
| * Do not use stock dialogJavier Jardón2015-03-221-2/+2
| * Do not use an icon for Cancel/OK buttonsJavier Jardón2015-03-221-2/+2
* | ADD gchar **extra_label TO struct ZenityDataGama Anderson2015-04-211-0/+10
|/
* Fixing g_timeout_add callsArx Cruz2014-10-211-1/+1
* Fixing remain g_timeout_addArx Cruz2014-10-211-3/+3
* Fixing bug #712616Vinicius Silva2013-11-251-1/+9
* added attach option for transient windowWeitian Leung2013-08-311-1/+1
* util: Add an option to request dialogs being modalFlorian Müllner2012-09-251-0/+3
* Fix for bug #611297 Now Zenity have --ok-label and --cancel-label in all dial...Arx Cruz2011-07-261-2/+2
* Now if you use --timeout option, the return code will be properly handledArx Cruz2011-06-171-1/+1
* Bug 651948 - zenity list does not return default value when timeout is overArx Cruz2011-06-161-1/+1
* Fix for bug 630885Arx Cruz2010-11-181-1/+4
* Add default activation on entry.Luis Medinas2010-09-291-0/+2
* Change GTK_DIALOG(dialog)->vbox to gtk_dialog_get_content_area() in order to ...Arx Cruz2010-07-121-3/+3
* Just changing the copyright.Arx Cruz2010-07-121-1/+1
* Add new password dialogArx Cruz2010-07-121-0/+169