summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* src/zenity.ui: Changes when open with Glade 3.18.3Javier Jardón2015-03-22
|
* Updated Danish translationAsk H. Larsen2015-03-21
|
* Updated Italian translationClaudio Arseni2015-03-19
|
* Updated Vietnamese translationTrần Ngọc Quân2015-03-16
| | | | Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
* Updated Swedish translationJosef Andersson2015-03-15
|
* Updated Swedish translationJosef Andersson2015-03-15
|
* Updated Bosnian translationSamir Ribic2015-03-13
|
* Updated Latvian translationRūdolfs Mazurs2015-03-13
|
* Updated Korean translationChangwoo Ryu2015-03-08
|
* Updated Serbian translationМирослав Николић2015-03-04
|
* Updated Galician translationsFran Dieguez2015-03-04
|
* Updated Polish translationPiotr Drąg2015-03-02
|
* Updated Greek translationNick Mantas2015-03-01
|
* Updated Lithuanian translationAurimas Černius2015-02-28
|
* Updated French translationClaude Paroz2015-02-22
|
* Updated Slovenian translationMatej Urbančič2015-02-21
|
* Updated Chinese (Taiwan) translationChao-Hsiung Liao2015-02-21
|
* Updated Swedish translationAnders Jonsson2015-02-19
|
* Updated Brazilian Portuguese translationRafael Ferreira2015-01-09
|
* Updated Basque languageInaki Larranaga Murgoitio2015-01-08
|
* Updated Turkish translationNecdet Yücel2014-12-24
|
* Updated Turkish translationMuhammet Kara2014-12-08
|
* Updated Romanian TranslationDaniel Șerbănescu2014-12-08
|
* Updated Hungarian translationBalázs Úr2014-12-07
|
* Updated Czech translationMarek Černocký2014-11-27
|
* Updated Czech translationMarek Černocký2014-11-26
|
* Update Vietnamese translationTrần Ngọc Quân2014-11-16
| | | | Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
* Updated Norwegian bokmål translation.Kjartan Maraas2014-11-15
|
* update zh_CN translationYunQiang Su2014-11-15
|
* Change Finnish translation team web page to l10n.gnome.orgTimo Jyrinki2014-11-03
|
* Updated Spanish translationDaniel Mustieles2014-10-24
|
* Allow user to interact with --text-info --html WebViewKernc2014-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 wrapArx Cruz2014-10-22
|
* Better sollution for wrap textArx Cruz2014-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
* Bug #734049 - zenity --text-info chokes on some UTF-8 stringArx Cruz2014-10-22
| | | | text-info is now seting the text to UTF-8 properly
* Allow --text-info to load resources also from relative file:// URIsKernc2014-10-22
|
* Bug #685051 Adding --mid-search option to --listArx Cruz2014-10-21
| | | | | | | | | | | | | | This will enable users to find a row with a text matching the middle of the row. Consider the following list: Little piggy one Little piggy two Little piggy three As a user I would expect that entering 'th' would focus the last row, because it's the first one that contains 'th'
bgstack15