added Asturian language entry (see #10808)
[wxWidgets.git] / src / common / intl.cpp
2009-05-19  Vadim Zeitlinadded Asturian language entry (see #10808)
2009-04-12  Francesco Montorsido not call setlocale() twice in wxLocale::IsAvailable...
2009-04-02  Stefan Csomormake long format equal to full on mac (including dayname)
2009-03-30  Stefan Csomoradding more symbols to translation, using better matchi...
2009-03-29  Stefan Csomoradding a for am/pm and windows special character t
2009-03-29  Stefan Csomorfixing conversion
2009-03-29  Stefan Csomoradding implementation for OSX
2009-03-29  Vadim Zeitlinuse short date format in wxLOCALE_DATE_TIME_FMT handler...
2009-03-29  Vadim ZeitlinAdded wxLOCALE_DATE/TIME_FMT support to wxLocale::GetIn...
2009-03-29  Vadim Zeitlinminor cleanup of Unix GetInfo(): assert if invalid...
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-03  Vadim Zeitlinrenamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-16  Vadim Zeitlindon't use wxString::FromASCII() with possibly non-ASCII...
2009-01-14  Francesco Montorsiuse wxStrnlen() and add NULL-checks in wxMsgCatalogFile...
2009-01-14  Vadim Zeitlindon't assert if the locale couldn't be set in AddCatalo...
2009-01-11  Vadim Zeitlinfix handling of locale names without county info (close...
2009-01-10  Francesco Montorsino change; just fix indentation
2008-12-22  Vadim Zeitlincorrect Serbian locale name: should be sr_RS, not sr_SR...
2008-11-14  Vadim Zeitlinmove the check for msgids matching the current language...
2008-11-14  Vadim Zeitlinassert in AddCatalog() if Init() hadn't been called...
2008-11-14  Vadim Zeitlinconsistently use ExtractLang() everywhere instead of...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-25  Vadim Zeitlinrename ca@valencian description to "Valencian (Southern...
2008-09-19  Vadim Zeitlinset buffer length after reading the file contents into...
2008-06-11  Stefan Csomorfixing file paths after renaming
2008-05-17  Vadim Zeitlinadded language info for Northern Sami (patch 1964036)
2008-03-14  Julian SmartFixed bug for chars with ASCII value > 127, explicitly...
2008-03-07  Stefan Csomorcleaning up common OSX code
2008-03-02  Václav Slavíkthere's no such thing as LANG_VALENCIAN
2008-02-21  Vadim Zeitlinfix harmless unused variable warning under CE
2008-02-18  Vadim Zeitlinhonour locale modifiers such a @valencia in system...
2008-02-17  Vadim Zeitlinadd ka_GE, ku_TR and ne_NP; some cleanup and better...
2008-02-12  Paul Cornettbuild fix for non-MSW
2008-02-11  Vadim Zeitlinsimplify SETLOCALE_FAILS_ON_UNICODE_LANGS-related code
2008-02-11  Vadim Zeitlinremove half a dozen #ifndef __WXWINCE__ as they dont...
2008-02-11  Vadim Zeitlinadd wxLanguageInfo::GetLocaleName(), this simplifies...
2008-02-11  Vadim Zeitlinavoid duplication in the code by refactoring LCID creat...
2008-02-10  Vadim Zeitlinuse correct locale in GetInfo() under Mac (slightly...
2008-01-17  Václav Slavíkthe wxConvUI hack in wxMsgCatalog should only be done...
2008-01-09  Julian SmartFixed GetInfo to use the current language.
2008-01-02  Vadim Zeitlinadded wxS(); use it in a couple of places
2007-12-08  Stefan Csomorunifying CFTypes
2007-12-04  Stefan Csomorshorter code for wxMac
2007-12-04  Vadim Zeitlinuse wxFileName to construct well-formed paths in GetMsg...
2007-11-24  Stefan Csomorbringing wxmac in line using cflocale
2007-11-19  David ElliottDocument the cfstring.h/cfstring.cpp as being used...
2007-11-19  David ElliottFix wxCocoa build by including the relevant headers...
2007-11-16  Stefan Csomorcleanup mac
2007-11-04  Vadim Zeitlinimplement wxLocale::GetInfo() using CFLocale (modified...
2007-10-20  Vadim Zeitlinload message catalogs using wxFileSystem; use wxMemoryB...
2007-10-03  Vadim Zeitlinlook for message catalogs also directly under prefix...
2007-09-26  Vadim Zeitlincontinue with loading the message catalog even if setti...
2007-09-21  Vadim Zeitlindon't do anything before including the PCH header
2007-09-21  Paul Cornettbuild fix for AIX
2007-06-16  Václav Slavíkfixed crash when setting locale
2007-06-10  Václav Slavík1. made CRT wrappers definitions indepenent of wxUSE_UN...
2007-05-25  Vadim Zeitlinfix unreachable code warning in GetUntranslatedString()
2007-05-21  Václav Slavíkreturn reference to non-temporary wxString instance...
2007-04-23  Václav Slavíkadded code for checking if the current locale is UTF...
2007-04-05  Václav Slavíkprovide both const char* and const wchar_t* implicit...
2007-03-26  Václav Slavíkuse wxStrings in wxLocale methods, _() and wxGetTransla...
2007-03-19  Vadim Zeitlinreturn wxFONTENCODING_ISO8859_1, not wxFONTENCODING_SYS...
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2007-01-23  Chris Elliottfix SF bug 1640955
2007-01-19  Václav Slavíkfixed typo in code for setting alternative locale name
2007-01-02  Chris Elliottfix errant __BORLAND__ see article.gmane.org/gmane...
2006-12-20  Vadim ZeitlinC/POSIX locales (or absence of locale information)...
2006-12-02  Robin DunnImplemented wxLocale::IsAvailable for unix systems
2006-10-09  Vadim Zeitlinadded static wxPlatformInfo::Get() and use it (patch...
2006-09-23  Václav Slavíkchanged the catalogs lookup back to the old behaviour...
2006-09-23  Václav Slavíkrenamed GetMsgCatalogSubdir to *Subdirs to make it...
2006-09-10  Vadim Zeitlinadded wxLocale::IsAvailable() (extended patch 1547191)
2006-09-04  Vadim ZeitlinMerge ... RTL changes (with many modifications) from...
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-08-22  Vadim Zeitlindon't force UTF-8 encoding to ISO-8859-1 for GTK+ 2...
2006-08-13  Vadim ZeitlinwxPlatformInfo (patch 1532064)
2006-07-28  Vadim Zeitlinremoved wxLANGUAGE_SERBIAN, we must explicitly use...
2006-06-20  Włodzimierz SkibaInclude wx/hashmap.h according to precompiled headers...
2006-05-24  Włodzimierz Skibawx/debug.h is always unconditionally included by wx...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-04-19  Włodzimierz SkibaInclude wx/dynarray.h according to precompiled headers...
2006-04-11  Vadim Zeitlinif we don't convert message catalog strings to the...
2006-04-11  Vadim Zeitlinsome code simplifications, no real changes
2006-03-25  Vadim Zeitlinlook for catalogs with LC_MESSAGES subdirectory and...
2006-03-25  Vadim Zeitlinsimplified message catalog search code using the new...
2006-03-16  Julian SmartwxMotif/ANSI can't cope with UTF-8
2006-02-24  Vadim Zeitlinwe need to pass szLocale allocated by strdup() and...
2006-01-18  Julian SmartReverted semicolons patch
2006-01-18  Julian SmartApplied patch [ 1399013 ] More removals of extraneous...
2006-01-16  Włodzimierz SkibaWarning fix.
2005-10-17  Michael WetherellWarning fixes for win64
2005-10-08  Vadim Zeitlintry setting locale n wxLocale::Init(lang) to xx_YY...
2005-10-03  Włodzimierz SkibaSource cleaning. wxMotif/OS2 adjustements.
2005-09-28  Vadim Zeitlinfix for a crash due to using NULL inputConv in Unicode...
2005-09-25  Vadim Zeitlinfixed a signed/unsigned comparison warning introudced...
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-24  Vadim Zeitlinremove extraneous semicolons (patch 1299687)
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
next