Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix uninitialized progress_bar error | Arx Cruz | 2015-05-29 |
| | |||
* | Fix typo in documentation | Anders Jonsson | 2015-05-29 |
| | |||
* | Port to webkit2gtk | Hristo Venev | 2015-05-29 |
| | |||
* | Updated Spanish translation | Daniel Mustieles | 2015-05-26 |
| | |||
* | Updated Slovak translation | Dušan Kazik | 2015-05-23 |
| | |||
* | Updated Polish translation | Piotr Drąg | 2015-05-16 |
| | |||
* | Updated French translation | Alexandre Franke | 2015-05-15 |
| | |||
* | Updated Norwegian bokmål translation. | Kjartan Maraas | 2015-05-14 |
| | |||
* | Bump to Zenity 3.16.2 | Arx Cruz | 2015-05-14 |
| | |||
* | Bug #749359 zenity --list produces incorrect output | Arx Cruz | 2015-05-14 |
| | |||
* | Updated Occitan translation | Cédric Valmary | 2015-04-28 |
| | |||
* | Updated Czech translation | Marek Černocký | 2015-04-25 |
| | |||
* | Do not make zenity_util_show_dialog() X11 specific | Javier Jardón | 2015-04-23 |
| | |||
* | Use upstream gettext instead intltool | Javier Jardón | 2015-04-23 |
| | |||
* | Updated Vietnamese translation | Trần Ngọc Quân | 2015-04-22 |
| | | | | Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com> | ||
* | Improve some strings | Piotr Drąg | 2015-04-22 |
| | |||
* | option.c: Fixing typo in extra-button option | Arx Cruz | 2015-04-21 |
| | |||
* | Merge branch 'jjardon/no_deprecated' | Arx Cruz | 2015-04-21 |
|\ | | | | | | | | | Conflicts: src/msg.c | ||
| * | src/tree.c: avoid a compilation warning | Javier Jardón | 2015-03-22 |
| | | |||
| * | src/tree.c: Do not use deprecated gtk_tree_view_set_rules_hint() | Javier Jardón | 2015-03-22 |
| | | |||
| * | src/notification.c: Remove non-used variable | Javier Jardón | 2015-03-22 |
| | | |||
| * | 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/password.c: Do not use deprecated GtkAlignment widget | Javier Jardón | 2015-03-22 |
| | | |||
| * | password: Use gtk_box instead gtk_[v|h]box | Javier Jardón | 2015-03-22 |
| | | |||
| * | src/text.c: gtk_widget_override_font instead gtk_widget_modify_font | Javier Jardón | 2015-03-22 |
| | | |||
| * | src/color.c: Port to GtkColorChooserDialog | Javier Jardón | 2015-03-22 |
| | | |||
| * | Rework zenity_util_set_window_icon* to not use stock images | Javier Jardón | 2015-03-22 |
| | | |||
| * | Do not use a stock answer for yes/no buttons | Javier Jardón | 2015-03-22 |
| | | |||
| * | Do not use stock dialog | Javier Jardón | 2015-03-22 |
| | | |||
| * | Do not use an icon for Cancel/OK buttons | Javier Jardón | 2015-03-22 |
| | | | | | | | | | | GTK+ documentation recommends to not use an icons, but use "_OK"/"_Cancel" labels instead | ||
| * | 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 |
| | | |||
* | | ADD gchar **extra_label TO struct ZenityData | Gama Anderson | 2015-04-21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this is done to keep the name of the extra buttons ADD general option "extra-button" with string array as argument This will upon consecutive calls save the name of buttons in an array of strings To all MODES, except notification.c and about.c ADD if (data->extra_label) { gint i=0; while(data->extra_label[i]!=NULL){ gtk_dialog_add_button (GTK_DIALOG (dialog), data->extra_label[i], i); i++; } } This add the extra buttons to the dialog. The response is the number of the button To all MODES response, except notification.c and about.c ADD default: if (response < g_strv_length(zen_data->extra_label)) printf("%s\n",zen_data->extra_label[response]); This will print the button name to stdout when they are pressed ADD question option "switch" This will suppress the standard "ok" and "cancel" button in question. This just wort in combination with --extra-button, otherwise error is raised. https://bugzilla.gnome.org/show_bug.cgi?id=118016 | ||
* | | allow build if GDK_WINDOWING_X11 not set | Jason Penney | 2015-04-21 |
| | | |||
* | | Bug #734196 | Andreas Mohr | 2015-04-21 |
| | | | | | | | | --info destroys X11 primary selection content, and does not document that either | ||
* | | Bump to 3.16.1 | Arx Cruz | 2015-04-21 |
| | | |||
* | | Bump to 3.16.0 | Arx Cruz | 2015-04-21 |
| | | |||
* | | Updated Russian translation | Stas Solovey | 2015-03-31 |
| | | |||
* | | Updated Slovak translation | Dušan Kazik | 2015-03-23 |
|/ | |||
* | Updated Danish translation | Ask H. Larsen | 2015-03-21 |
| | |||
* | Updated Italian translation | Claudio Arseni | 2015-03-19 |
| | |||
* | Updated Vietnamese translation | Trần Ngọc Quân | 2015-03-16 |
| | | | | Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com> | ||
* | Updated Swedish translation | Josef Andersson | 2015-03-15 |
| | |||
* | Updated Swedish translation | Josef Andersson | 2015-03-15 |
| | |||
* | Updated Bosnian translation | Samir Ribic | 2015-03-13 |
| | |||
* | Updated Latvian translation | Rūdolfs Mazurs | 2015-03-13 |
| | |||
* | Updated Korean translation | Changwoo Ryu | 2015-03-08 |
| |