summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Updated Danish translationAlan Mortensen2018-03-03
|
* Update Korean translationChangwoo Ryu2018-02-25
|
* Update Latvian translationRūdolfs Mazurs2018-02-24
|
* Update Dutch translationGNOME Translation Robot2018-02-22
|
* Update Galician translationFran Dieguez2018-02-17
|
* Update Friulian translationFabio Tomat2018-02-06
|
* Fix Spanish translation headerJeremy Bicha2018-02-03
|
* release: Prepare for 3.27.90Jeremy Bicha2018-02-03
|
* build: default to xz tarballsJeremy Bicha2018-02-03
|
* Update Hungarian translationBalázs Meskó2018-01-24
|
* Updated Slovenian translationMatej Urbančič2017-12-31
|
* Updated Lithuanian translationAurimas Černius2017-12-30
|
* Update Serbian translationМарко Костић2017-12-25
|
* Update Esperanto translationKristjan SCHMIDT2017-12-22
|
* Updated Spanish translationDaniel Mustieles2017-12-20
|
* Updated Czech translationMarek Černocký2017-12-18
|
* Update Slovak translationDušan Kazik2017-12-09
|
* Update French translationCharles Monzat2017-12-05
|
* Update Swedish translationAnders Jonsson2017-12-04
|
* Remove obsolete help filesPiotr Drąg2017-12-04
|
* password: Replace N_() with regular _()Piotr Drąg2017-12-04
| | | | | | These two strings show up in English when they should be translated. https://bugzilla.gnome.org/show_bug.cgi?id=783078
* Update Turkish translationMuhammet Kara2017-12-03
|
* Update Italian translationGianvito Cavasoli2017-12-02
|
* Update German translationMario Blättermann2017-11-29
|
* Update Indonesian translationKukuh Syafaat2017-11-29
|
* Update Brazilian Portuguese translationRafael Fontenelle2017-11-28
|
* Add Polish help translationPiotr Drąg2017-11-26
|
* Update POTFILES.in and POTFILES.skipPiotr Drąg2017-11-26
|
* help: Add missing screenshot to MakefilePiotr Drąg2017-11-26
|
* Release: Prepare for 3.26.0Carlos Soriano2017-11-13
|
* Update Dutch translationHannie Dumoleyn2017-10-29
|
* [l10n] Updated Catalan (Valencian) translationXavi Ivars2017-10-05
|
* Remove unsupported <td> parameters so yelp-check validatesAndre Klapper2017-09-25
|
* help: Remove id parameter from figure element, to pass 'yelp-check validate'Andre Klapper2017-09-23
|
* man: Remove mention of gdialogPiotr Drąg2017-09-20
| | | | | | It’s been dead for a while. https://git.gnome.org/browse/archive/gnome-utils/commit/?id=c7259559145956d41615206747066da10fd92898
* Updated Esperanto translationKristjan SCHMIDT2017-09-14
|
* Update Catalan translationJordi Mas2017-09-02
|
* Updated Danish translationAsk Hjorth Larsen2017-08-28
|
* Update Turkish translationMuhammet Kara2017-08-13
|
* Update Malayalam translationAkhilan2017-08-05
|
* Formating latest patchArx Cruz2017-05-26
|
* Use GtkFileChooserNativePatrick Griffis2017-05-26
|
* Bump to 3.24.2Arx Cruz2017-05-26
|
* Bump to 3.24.1Arx Cruz2017-05-26
|
* Update Friulian translationFabio Tomat2017-05-02
|
* Update po/MakevarsPiotr Drąg2017-04-27
| | | | | This is not a GNU package and the Free Software Foundation has no copyright over it. Also adds MSGID_BUGS_ADDRESS.
* Update Belarusian translationYuras Shumovich2017-04-15
|
* Fix styleArx Cruz2017-04-07
| | | | | Fixing style in all zenity code, removing useless spaces, empty lines, all code in 80 columns, etc.
* Adding clang-format scriptArx Cruz2017-04-07
| | | | All the code in zenity from now, will follow this format style
* Fix message dialog width and height on recent GtkAlan2017-04-04
| | | | | | | | | | | | | The fix for Zenity bug 670496 "Zenity info/error windows grow in height with message length" (https://bugzilla.gnome.org/show_bug.cgi?id=670496) stopped working on recent Gtk, which doesn't seem to honor gtk_widget_set_size_request. This commit workarounds Gtk bug 657621 "Calculate the wrong height of labels wrapping on words" (https://bugzilla.gnome.org/show_bug.cgi?id=657621) by setting label's width-chars and max-width-chars to 60. This magic number was picked from GtkMessageDialog source (https://git.gnome.org/browse/gtk+/tree/gtk/ui/gtkmessagedialog.ui#n48).
bgstack15