XRC spec: document wxRibbon* XRC handler.
[wxWidgets.git] / src / common / intl.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-10  Václav SlavíkFix lots of warnings reported by Clang.
2013-07-06  Vadim ZeitlinCorrectly restore the originally used C locale in wxLoc...
2013-05-05  Vadim ZeitlinCorrect misleading error message in locale mismatch...
2013-02-05  Vadim ZeitlinIgnore empty LC_XXX variables in locale detection code.
2012-12-29  Vadim ZeitlinFix wxLocale::GetInfo() in C locale under Windows.
2012-11-19  Vadim ZeitlinImplement wxLocale::GetSystemEncodingName() for wxOSX.
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS kind checks and reserve __WXMSW_...
2012-02-25  Vadim ZeitlinDon't assert in wxLocale::IsAvailable() if language...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-23  Vadim ZeitlinCheck for decimal separator inconsistency in wxLocale...
2011-04-06  Vadim ZeitlinFix incorrect use of setlocale() in wxLocale::IsAvailab...
2011-03-22  Dimitri SchoolwerthFixed various typos.
2010-11-03  Vadim ZeitlinHandle wxLOCALE_DECIMAL_POINT in wxLOCALE_CAT_MONEY...
2010-11-03  Vadim ZeitlinSupport wxLOCALE_THOUSANDS_SEP in wxMSW wxLocale::GetIn...
2010-10-22  Vadim ZeitlinNo real changes, just use const_cast<> instead of C...
2010-07-22  Vadim ZeitlinFix harmless unused parameter warnings in wxDEBUG_LEVEL...
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-05-05  Václav SlavíkFix incorrect assumptions about locales codes.
2010-04-29  Václav SlavíkAlways use active wxTranslations instance via wxLocale.
2010-04-24  Václav SlavíkSplit intl.h into intl.h, language.h and translation.h.
2010-04-24  Václav SlavíkSplit wxLocale into wxLocale and wxTranslations.
2010-04-22  Václav SlavíkFixed (correct) warning about uninitialized inputConv.
2010-04-21  Václav SlavíkmsgIdCharset is only needed in ANSI build.
2010-04-16  Václav SlavíkRemove wxLOCALE_CONV_ENCODING flag.
2010-04-16  Václav SlavíkRemove wxUSE_WCHAR_T checks.
2010-03-28  Václav SlavíkReverted wxFileSystem support in wxLocale.
2010-03-20  Vadim ZeitlinFix some harmless unused parameter warnings.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-09  Vadim ZeitlinAdd information about the log message generation locati...
2009-07-06  Vadim Zeitlincorrect writing direction for Farsi
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...
next