summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Updated Polish translationPiotr Drąg2015-06-23
|
* Bump to 3.16.3Arx Cruz2015-06-23
|
* 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
|
* Updated Greek translationDimitris Spingos2015-06-15
|
* Updated Italian translationMilo Casagrande2015-06-10
|
* Updated Spanish translationDaniel Mustieles2015-06-05
|
* Updated Hungarian translationBalázs Úr2015-06-04
|
* Bug #638582 - zenity --notification --listen can't show multi line tooltipArx Cruz2015-06-03
| | | | | This create a new function to call the notify_notification_new handling properly the multi line parser
* Add the possibility to pass title and the summary to zenity notificationArx Cruz2015-06-03
| | | | | | Now you can use zenity --notification --text="Title\nSummary" and it will use the first string before the first escape \n as the title, and the rest of the string as summary text.
* Updated Spanish translationDaniel Mustieles2015-06-02
|
* Updated Czech translationMarek Černocký2015-05-31
|
* Bug #672090 - Impossible to confirm --text-infoArx Cruz2015-05-29
|
* Bug #742963 - Basic notifications do not returnArx Cruz2015-05-29
|
* Fix GLib critical messagesArx Cruz2015-05-29
|
* Fixing deprecated declarationsArx Cruz2015-05-29
|
* Fix uninitialized progress_bar errorArx Cruz2015-05-29
|
* Fix typo in documentationAnders Jonsson2015-05-29
|
* Port to webkit2gtkHristo Venev2015-05-29
|
* Updated Spanish translationDaniel Mustieles2015-05-26
|
* Updated Slovak translationDušan Kazik2015-05-23
|
* Updated Polish translationPiotr Drąg2015-05-16
|
* Updated French translationAlexandre Franke2015-05-15
|
* Updated Norwegian bokmål translation.Kjartan Maraas2015-05-14
|
* Bump to Zenity 3.16.2Arx Cruz2015-05-14
|
* Bug #749359 zenity --list produces incorrect outputArx Cruz2015-05-14
|
* Updated Occitan translationCédric Valmary2015-04-28
|
* Updated Czech translationMarek Černocký2015-04-25
|
* Do not make zenity_util_show_dialog() X11 specificJavier Jardón2015-04-23
|
* Use upstream gettext instead intltoolJavier Jardón2015-04-23
|
* Updated Vietnamese translationTrần Ngọc Quân2015-04-22
| | | | Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
* Improve some stringsPiotr Drąg2015-04-22
|
* option.c: Fixing typo in extra-button optionArx Cruz2015-04-21
|
* Merge branch 'jjardon/no_deprecated'Arx Cruz2015-04-21
|\ | | | | | | | | Conflicts: src/msg.c
| * src/tree.c: avoid a compilation warningJavier Jardón2015-03-22
| |
| * src/tree.c: Do not use deprecated gtk_tree_view_set_rules_hint()Javier Jardón2015-03-22
| |
| * src/notification.c: Remove non-used variableJavier Jardón2015-03-22
| |
| * 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/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
| |
| * src/text.c: gtk_widget_override_font instead gtk_widget_modify_fontJavier Jardón2015-03-22
| |
| * src/color.c: Port to GtkColorChooserDialogJavier Jardón2015-03-22
| |
| * Rework zenity_util_set_window_icon* to not use stock imagesJavier Jardón2015-03-22
| |
| * Do not use a stock answer for yes/no buttonsJavier 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
| | | | | | | | | | GTK+ documentation recommends to not use an icons, but use "_OK"/"_Cancel" labels instead
| * 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
| |
bgstack15