summaryrefslogtreecommitdiff
path: root/libgnome-desktop/gnome-languages.c
Commit message (Expand)AuthorAgeFilesLines
* gnome-languages: Avoid passing NULL to newlocalePablo Correa Gómez2021-10-061-0/+6
* Avoid the use of `allow-none` for out parametersCorentin Noël2021-09-291-9/+9
* Revert "Revert "Replace usage of non-portable `uselocale` with locale-depende...Dan Cîrnaț2021-04-151-45/+31
* Revert "Replace usage of non-portable `uselocale` with locale-dependent funct...alatiera/locale-revertJordan Petridis2021-04-091-12/+23
* Replace usage of non-portable `uselocale` with locale-dependent functionsDan Cîrnaț2021-04-051-23/+12
* gnome-languages.c: Fix encoding issue when translating locale modifiersGunnar Hjalmarsson2020-05-131-0/+3
* gnome-languages: Fix uninitialized warningsJan-Michael Brummer2020-05-071-1/+1
* Consequential change for LanguageGunnar Hjalmarsson2019-07-191-15/+14
* gnome-languages: Fix build time warningBastien Nocera2019-07-151-2/+2
* gnome-languages: Don't duplicate static strings in hash tableBastien Nocera2019-07-151-8/+8
* gnome-languages: Link to SUPPORTED listBastien Nocera2019-07-151-4/+3
* gnome-languages: Add more modifiers translator commentsBastien Nocera2019-07-151-1/+6
* Fix leak issueGunnar Hjalmarsson2019-07-141-5/+5
* More straightforward gettext handling etc.Gunnar Hjalmarsson2019-07-141-29/+20
* Translators comment for LatinGunnar Hjalmarsson2019-07-141-0/+1
* More translators commentsGunnar Hjalmarsson2019-07-141-2/+11
* Adjustments as per discussionGunnar Hjalmarsson2019-07-141-4/+17
* Display locale @modifiers properlyGunnar Hjalmarsson2019-07-131-2/+78
* gnome-languages: Support common_name in ISO 639Gunnar Hjalmarsson2019-07-111-0/+11
* gnome-languages: Use uselocale to avoid threadsafety issuesMichael Catanzaro2019-03-271-21/+32
* Revert "gnome-languages: Use uselocale to avoid threadsafety issues"Michael Catanzaro2019-03-071-28/+21
* gnome-languages: Use uselocale to avoid threadsafety issuesMichael Catanzaro2019-02-251-21/+28
* gnome-language: Fix docstring referring to wrong variable nameRobert Ancell2018-08-141-2/+2
* gnome-language: Use g_autofreeRobert Ancell2018-08-131-6/+4
* gnome-language: Fix potential crash due to freeing unallocated memoryRobert Ancell2018-08-131-3/+3
* Add const-qualifier when assigning string literalsErnestas Kulik2018-02-121-3/+3
* gnome-languages: Capitalize language and territory namesRui Matos2016-02-151-2/+19
* gnome-languages: Use g_auto* macros where applicableRui Matos2016-02-151-105/+39
* gnome-languages: Check if language is !NULL in construct_language_nameKoop Mast2016-01-111-1/+1
* gnome-languages: Return early if the locale didn't parse correctlyRui Matos2016-01-081-6/+10
* gnome-languages: fix a GCC warningCosimo Cecchi2015-07-031-1/+1
* languages: plug memory leaksCosimo Cecchi2014-12-301-0/+2
* languages: Use a more broadly compatible locale codeset suffixRui Matos2014-10-291-21/+16
* Updated FSF's addressDaniel Mustieles2014-01-231-2/+1
* languages: Remove unused struct "nameent"Stefan Sperling2013-10-021-6/+0
* languages: Style fix in collect_locales_from_localebin()Stefan Sperling2013-10-021-2/+2
* Obtain supported locales from "locale -a" output.Stefan Sperling2013-10-021-115/+35
* gnome-languages: Create a singleton GRegexRui Matos2013-02-191-11/+12
* gnome-languages: Add gtk-doc comments to all public functionsRui Matos2013-02-191-4/+78
* gnome-languages: Big renaming to make the API clearerRui Matos2013-02-191-60/+60
* gnome-languages: Fix a potential crashRui Matos2013-02-191-4/+7
* gnome-languages: Add default input sources per localeRui Matos2013-02-191-0/+58
* gnome-languages: Add methods to get language/country from ISO codesRui Matos2013-02-191-14/+58
* languages: Don't g_warning if there's no locale archiveColin Walters2013-01-301-27/+62
* gnome-languages: Fix a memory leakRui Matos2013-01-251-1/+2
* gnome-languages: Extracted from gnome-control-centerRui Matos2013-01-251-0/+1271