Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | 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 |
| | |||
* | Updated Serbian translation | Мирослав Николић | 2015-03-04 |
| | |||
* | Updated Galician translations | Fran Dieguez | 2015-03-04 |
| | |||
* | Updated Polish translation | Piotr Drąg | 2015-03-02 |
| | |||
* | Updated Greek translation | Nick Mantas | 2015-03-01 |
| | |||
* | Updated Lithuanian translation | Aurimas Černius | 2015-02-28 |
| | |||
* | Updated French translation | Claude Paroz | 2015-02-22 |
| | |||
* | Updated Slovenian translation | Matej Urbančič | 2015-02-21 |
| | |||
* | Updated Chinese (Taiwan) translation | Chao-Hsiung Liao | 2015-02-21 |
| | |||
* | Updated Swedish translation | Anders Jonsson | 2015-02-19 |
| | |||
* | Updated Brazilian Portuguese translation | Rafael Ferreira | 2015-01-09 |
| | |||
* | Updated Basque language | Inaki Larranaga Murgoitio | 2015-01-08 |
| | |||
* | Updated Turkish translation | Necdet Yücel | 2014-12-24 |
| | |||
* | Updated Turkish translation | Muhammet Kara | 2014-12-08 |
| | |||
* | Updated Romanian Translation | Daniel Șerbănescu | 2014-12-08 |
| | |||
* | Updated Hungarian translation | Balázs Úr | 2014-12-07 |
| | |||
* | Updated Czech translation | Marek Černocký | 2014-11-27 |
| | |||
* | Updated Czech translation | Marek Černocký | 2014-11-26 |
| | |||
* | Update Vietnamese translation | Trần Ngọc Quân | 2014-11-16 |
| | | | | Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com> | ||
* | Updated Norwegian bokmål translation. | Kjartan Maraas | 2014-11-15 |
| | |||
* | update zh_CN translation | YunQiang Su | 2014-11-15 |
| | |||
* | Change Finnish translation team web page to l10n.gnome.org | Timo Jyrinki | 2014-11-03 |
| | |||
* | Updated Spanish translation | Daniel Mustieles | 2014-10-24 |
| | |||
* | Allow user to interact with --text-info --html WebView | Kernc | 2014-10-22 |
| | | | | | | | | | This commit changes the default --text-view behavior (when --html is also in effect) so that the clicked links are opened in the default browser (closes #732626). Additionally, a new option is introduced, --prevent-interaction, which disables above behavior. | ||
* | Bug #700249 - Progress dialog does not wrap | Arx Cruz | 2014-10-22 |
| | |||
* | Better sollution for wrap text | Arx Cruz | 2014-10-22 |
| | | | | | | | This fix is a better sollution for info, error, warning and question dialog. Now the dialog wraps the text properly, and don't allocate a lot of height |