2012-12-29 |
Vadim Zeitlin | Fix wxLocale::GetInfo() in C locale under Windows. |
blob | commitdiff | raw |
2012-11-19 |
Vadim Zeitlin | Implement wxLocale::GetSystemEncodingName() for wxOSX. |
blob | commitdiff | raw | diff to current |
2012-03-04 |
Vadim Zeitlin | Use __WINDOWS__ for OS kind checks and reserve __WXMSW_... |
blob | commitdiff | raw | diff to current |
2012-02-25 |
Vadim Zeitlin | Don't assert in wxLocale::IsAvailable() if language... |
blob | commitdiff | raw | diff to current |
2011-09-10 |
Steve Lamerton | Merge in from trunk r68684 - r69046 |
blob | commitdiff | raw | diff to current |
2011-08-23 |
Vadim Zeitlin | Check for decimal separator inconsistency in wxLocale... |
blob | commitdiff | raw | diff to current |
2011-04-06 |
Vadim Zeitlin | Fix incorrect use of setlocale() in wxLocale::IsAvailab... |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Dimitri Schoolwerth | Fixed various typos. |
blob | commitdiff | raw | diff to current |
2010-11-03 |
Vadim Zeitlin | Handle wxLOCALE_DECIMAL_POINT in wxLOCALE_CAT_MONEY... |
blob | commitdiff | raw | diff to current |
2010-11-03 |
Vadim Zeitlin | Support wxLOCALE_THOUSANDS_SEP in wxMSW wxLocale::GetIn... |
blob | commitdiff | raw | diff to current |
2010-10-22 |
Vadim Zeitlin | No real changes, just use const_cast<> instead of C... |
blob | commitdiff | raw | diff to current |
2010-07-22 |
Vadim Zeitlin | Fix harmless unused parameter warnings in wxDEBUG_LEVEL... |
blob | commitdiff | raw | diff to current |
2010-06-20 |
Vadim Zeitlin | Use wxDELETE() and wxDELETEA() when possible. |
blob | commitdiff | raw | diff to current |
2010-05-05 |
Václav Slavík | Fix incorrect assumptions about locales codes. |
blob | commitdiff | raw | diff to current |
2010-04-29 |
Václav Slavík | Always use active wxTranslations instance via wxLocale. |
blob | commitdiff | raw | diff to current |
2010-04-24 |
Václav Slavík | Split intl.h into intl.h, language.h and translation.h. |
blob | commitdiff | raw | diff to current |
2010-04-24 |
Václav Slavík | Split wxLocale into wxLocale and wxTranslations. |
blob | commitdiff | raw | diff to current |
2010-04-22 |
Václav Slavík | Fixed (correct) warning about uninitialized inputConv. |
blob | commitdiff | raw | diff to current |
2010-04-21 |
Václav Slavík | msgIdCharset is only needed in ANSI build. |
blob | commitdiff | raw | diff to current |
2010-04-16 |
Václav Slavík | Remove wxLOCALE_CONV_ENCODING flag. |
blob | commitdiff | raw | diff to current |
2010-04-16 |
Václav Slavík | Remove wxUSE_WCHAR_T checks. |
blob | commitdiff | raw | diff to current |
2010-03-28 |
Václav Slavík | Reverted wxFileSystem support in wxLocale. |
blob | commitdiff | raw | diff to current |
2010-03-20 |
Vadim Zeitlin | Fix some harmless unused parameter warnings. |
blob | commitdiff | raw | diff to current |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-07-09 |
Vadim Zeitlin | Add information about the log message generation locati... |
blob | commitdiff | raw | diff to current |
2009-07-06 |
Vadim Zeitlin | correct writing direction for Farsi |
blob | commitdiff | raw | diff to current |
2009-05-19 |
Vadim Zeitlin | added Asturian language entry (see #10808) |
blob | commitdiff | raw | diff to current |
2009-04-12 |
Francesco Montorsi | do not call setlocale() twice in wxLocale::IsAvailable... |
blob | commitdiff | raw | diff to current |
2009-04-02 |
Stefan Csomor | make long format equal to full on mac (including dayname) |
blob | commitdiff | raw | diff to current |
2009-03-30 |
Stefan Csomor | adding more symbols to translation, using better matchi... |
blob | commitdiff | raw | diff to current |
2009-03-29 |
Stefan Csomor | adding a for am/pm and windows special character t |
blob | commitdiff | raw | diff to current |
2009-03-29 |
Stefan Csomor | fixing conversion |
blob | commitdiff | raw | diff to current |
2009-03-29 |
Stefan Csomor | adding implementation for OSX |
blob | commitdiff | raw | diff to current |
2009-03-29 |
Vadim Zeitlin | use short date format in wxLOCALE_DATE_TIME_FMT handler... |
blob | commitdiff | raw | diff to current |
2009-03-29 |
Vadim Zeitlin | Added wxLOCALE_DATE/TIME_FMT support to wxLocale::GetIn... |
blob | commitdiff | raw | diff to current |
2009-03-29 |
Vadim Zeitlin | minor cleanup of Unix GetInfo(): assert if invalid... |
blob | commitdiff | raw | diff to current |
2009-03-22 |
Vadim Zeitlin | replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
blob | commitdiff | raw | diff to current |
2009-02-03 |
Vadim Zeitlin | renamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s... |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
blob | commitdiff | raw | diff to current |
2009-01-16 |
Vadim Zeitlin | don't use wxString::FromASCII() with possibly non-ASCII... |
blob | commitdiff | raw | diff to current |
2009-01-14 |
Francesco Montorsi | use wxStrnlen() and add NULL-checks in wxMsgCatalogFile... |
blob | commitdiff | raw | diff to current |
2009-01-14 |
Vadim Zeitlin | don't assert if the locale couldn't be set in AddCatalo... |
blob | commitdiff | raw | diff to current |
2009-01-11 |
Vadim Zeitlin | fix handling of locale names without county info (close... |
blob | commitdiff | raw | diff to current |
2009-01-10 |
Francesco Montorsi | no change; just fix indentation |
blob | commitdiff | raw | diff to current |
2008-12-22 |
Vadim Zeitlin | correct Serbian locale name: should be sr_RS, not sr_SR... |
blob | commitdiff | raw | diff to current |
2008-11-14 |
Vadim Zeitlin | move the check for msgids matching the current language... |
blob | commitdiff | raw | diff to current |
2008-11-14 |
Vadim Zeitlin | assert in AddCatalog() if Init() hadn't been called... |
blob | commitdiff | raw | diff to current |
2008-11-14 |
Vadim Zeitlin | consistently use ExtractLang() everywhere instead of... |
blob | commitdiff | raw | diff to current |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
blob | commitdiff | raw | diff to current |
2008-10-25 |
Vadim Zeitlin | rename ca@valencian description to "Valencian (Southern... |
blob | commitdiff | raw | diff to current |
2008-09-19 |
Vadim Zeitlin | set buffer length after reading the file contents into... |
blob | commitdiff | raw | diff to current |
2008-06-11 |
Stefan Csomor | fixing file paths after renaming |
blob | commitdiff | raw | diff to current |
2008-05-17 |
Vadim Zeitlin | added language info for Northern Sami (patch 1964036) |
blob | commitdiff | raw | diff to current |
2008-03-14 |
Julian Smart | Fixed bug for chars with ASCII value > 127, explicitly... |
blob | commitdiff | raw | diff to current |
2008-03-07 |
Stefan Csomor | cleaning up common OSX code |
blob | commitdiff | raw | diff to current |
2008-03-02 |
Václav Slavík | there's no such thing as LANG_VALENCIAN |
blob | commitdiff | raw | diff to current |
2008-02-21 |
Vadim Zeitlin | fix harmless unused variable warning under CE |
blob | commitdiff | raw | diff to current |
2008-02-18 |
Vadim Zeitlin | honour locale modifiers such a @valencia in system... |
blob | commitdiff | raw | diff to current |
2008-02-17 |
Vadim Zeitlin | add ka_GE, ku_TR and ne_NP; some cleanup and better... |
blob | commitdiff | raw | diff to current |
2008-02-12 |
Paul Cornett | build fix for non-MSW |
blob | commitdiff | raw | diff to current |
2008-02-11 |
Vadim Zeitlin | simplify SETLOCALE_FAILS_ON_UNICODE_LANGS-related code |
blob | commitdiff | raw | diff to current |
2008-02-11 |
Vadim Zeitlin | remove half a dozen #ifndef __WXWINCE__ as they dont... |
blob | commitdiff | raw | diff to current |
2008-02-11 |
Vadim Zeitlin | add wxLanguageInfo::GetLocaleName(), this simplifies... |
blob | commitdiff | raw | diff to current |
2008-02-11 |
Vadim Zeitlin | avoid duplication in the code by refactoring LCID creat... |
blob | commitdiff | raw | diff to current |
2008-02-10 |
Vadim Zeitlin | use correct locale in GetInfo() under Mac (slightly... |
blob | commitdiff | raw | diff to current |
2008-01-17 |
Václav Slavík | the wxConvUI hack in wxMsgCatalog should only be done... |
blob | commitdiff | raw | diff to current |
2008-01-09 |
Julian Smart | Fixed GetInfo to use the current language. |
blob | commitdiff | raw | diff to current |
2008-01-02 |
Vadim Zeitlin | added wxS(); use it in a couple of places |
blob | commitdiff | raw | diff to current |
2007-12-08 |
Stefan Csomor | unifying CFTypes |
blob | commitdiff | raw | diff to current |
2007-12-04 |
Stefan Csomor | shorter code for wxMac |
blob | commitdiff | raw | diff to current |
2007-12-04 |
Vadim Zeitlin | use wxFileName to construct well-formed paths in GetMsg... |
blob | commitdiff | raw | diff to current |
2007-11-24 |
Stefan Csomor | bringing wxmac in line using cflocale |
blob | commitdiff | raw | diff to current |
2007-11-19 |
David Elliott | Document the cfstring.h/cfstring.cpp as being used... |
blob | commitdiff | raw | diff to current |
2007-11-19 |
David Elliott | Fix wxCocoa build by including the relevant headers... |
blob | commitdiff | raw | diff to current |
2007-11-16 |
Stefan Csomor | cleanup mac |
blob | commitdiff | raw | diff to current |
2007-11-04 |
Vadim Zeitlin | implement wxLocale::GetInfo() using CFLocale (modified... |
blob | commitdiff | raw | diff to current |
2007-10-20 |
Vadim Zeitlin | load message catalogs using wxFileSystem; use wxMemoryB... |
blob | commitdiff | raw | diff to current |
2007-10-03 |
Vadim Zeitlin | look for message catalogs also directly under prefix... |
blob | commitdiff | raw | diff to current |
2007-09-26 |
Vadim Zeitlin | continue with loading the message catalog even if setti... |
blob | commitdiff | raw | diff to current |
2007-09-21 |
Vadim Zeitlin | don't do anything before including the PCH header |
blob | commitdiff | raw | diff to current |
2007-09-21 |
Paul Cornett | build fix for AIX |
blob | commitdiff | raw | diff to current |
2007-06-16 |
Václav Slavík | fixed crash when setting locale |
blob | commitdiff | raw | diff to current |
2007-06-10 |
Václav Slavík | 1. made CRT wrappers definitions indepenent of wxUSE_UN... |
blob | commitdiff | raw | diff to current |
2007-05-25 |
Vadim Zeitlin | fix unreachable code warning in GetUntranslatedString() |
blob | commitdiff | raw | diff to current |
2007-05-21 |
Václav Slavík | return reference to non-temporary wxString instance... |
blob | commitdiff | raw | diff to current |
2007-04-23 |
Václav Slavík | added code for checking if the current locale is UTF... |
blob | commitdiff | raw | diff to current |
2007-04-05 |
Václav Slavík | provide both const char* and const wchar_t* implicit... |
blob | commitdiff | raw | diff to current |
2007-03-26 |
Václav Slavík | use wxStrings in wxLocale methods, _() and wxGetTransla... |
blob | commitdiff | raw | diff to current |
2007-03-19 |
Vadim Zeitlin | return wxFONTENCODING_ISO8859_1, not wxFONTENCODING_SYS... |
blob | commitdiff | raw | diff to current |
2007-03-17 |
Václav Slavík | first phase of transition to unified Unicode build: |
blob | commitdiff | raw | diff to current |
2007-01-23 |
Chris Elliott | fix SF bug 1640955 |
blob | commitdiff | raw | diff to current |
2007-01-19 |
Václav Slavík | fixed typo in code for setting alternative locale name |
blob | commitdiff | raw | diff to current |
2007-01-02 |
Chris Elliott | fix errant __BORLAND__ see http://article.gmane.org... |
blob | commitdiff | raw | diff to current |
2006-12-20 |
Vadim Zeitlin | C/POSIX locales (or absence of locale information)... |
blob | commitdiff | raw | diff to current |
2006-12-02 |
Robin Dunn | Implemented wxLocale::IsAvailable for unix systems |
blob | commitdiff | raw | diff to current |
2006-10-09 |
Vadim Zeitlin | added static wxPlatformInfo::Get() and use it (patch... |
blob | commitdiff | raw | diff to current |
2006-09-23 |
Václav Slavík | changed the catalogs lookup back to the old behaviour... |
blob | commitdiff | raw | diff to current |
2006-09-23 |
Václav Slavík | renamed GetMsgCatalogSubdir to *Subdirs to make it... |
blob | commitdiff | raw | diff to current |
next |