replace wxLANGUAGE_DEFAULT with GetSystemLanguage() result in GetLanguageInfo()
[wxWidgets.git] / src / common / intl.cpp
2004-07-12  Vadim Zeitlinreplace wxLANGUAGE_DEFAULT with GetSystemLanguage(...
2004-06-29  Vadim Zeitlinrecognize roman8 charset as us-ascii (this is wrong...
2004-06-23  Václav Slavíkallow msgids in !=English languages (based on Stefan...
2004-06-22  Vadim Zeitlindon't suppose that string literals can be casted to...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-08  Václav Slavíkcorrected wxLANGUAGE_CHINESE to use same default as...
2004-03-17  Vadim Zeitlininitialize m_initialized to false to avoid spurious...
2004-02-28  Stefan NeisCompilation fix for OS/2 specific "Innotek gcc" port.
2004-02-26  Václav Slavíkfixed invalid memory read
2004-02-10  Stefan NeisUnicode fixes.
2004-02-08  Julian SmartFixed Unicode breakage
2004-02-08  Stefan NeisApplied and extended patch 886524 (wxGridCellFloatEdito...
2004-02-07  Stefan Csomoradding textencoding for classic
2004-02-02  Václav Slavíkfool proof fix for gcc warnings on mac
2004-02-01  Václav Slavíkuse at most -O1 with BCC, it is broken and cannot corre...
2004-01-30  Václav Slavík(blind) fix for gcc warning on some platforms
2004-01-30  Václav Slavíkreverted rev 1.113
2004-01-22  Stefan Csomorsysten encoding for mac
2004-01-21  Václav Slavíkfixed typo
2004-01-20  Stefan Csomorgcc warnings
2003-12-13  Václav Slavíkdon't return error if we can't load English catalog...
2003-12-09  Václav Slavíkuse tl_PH locale instead of tl
2003-11-26  Václav Slavíkset m_language even when wxstd.mo wasn't loaded
2003-11-26  Václav Slavíkassert if wxLocale::Init called twice
2003-10-24  Václav Slavíkfixed crash if szLocale==NULL
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-10-12  Vadim ZeitlinVC++ release mode warning fixes
2003-10-04  Václav Slavíkadded gettext plural forms support (patch #785660 with...
2003-08-24  Stefan NeisFixed compile error (seen on OS/2).
2003-08-23  Václav Slavíkget rid of warning
2003-08-19  Václav SlavíkwxStrdup(NULL) doesn't work
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-25  Václav Slavíkbetter attempts to try .utf-8 suffix
2003-07-11  Julian SmartMore WinCE mods.
2003-07-09  Vadim Zeitlinadded some checks for .mo integrity (part of patch...
2003-07-07  Václav Slavíkapplied modified UTF-8 locales patch (766893)
2003-06-13  Václav Slavíkadded wxLocale::GetLanguageName
2003-05-01  Vadim Zeitlinfix for a crash in ~wxLocale and incorrect GetLanguage...
2003-04-30  Václav Slavíkfixed Norwegian Bokmal code to conform to new ISO 639-2
2003-04-11  Václav Slavíkdon't report setlocale failure if trying to set Unicode...
2003-03-27  Stefan CsomorwxMac Unicode support
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-02-19  Václav Slavíkfixed Traditional Chinese mapping
2003-02-04  Vadim Zeitlinadded wxLocale::FindLanguageInfo()
2003-01-19  Václav Slavíkcompilation fix
2003-01-17  Václav Slavík(probably) fixed wxLocale::Init with Borland C++
2003-01-17  Vadim Zeitlincheck for NULL szLocale in Init()
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-07  Vadim Zeitlinadded semicolons after HASH_MAP macros
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-07  Vadim Zeitlinadded wxLocale::GetLanguageInfo()
2002-08-17  Václav Slavíksimpler fix for locale catalogs lookup bug (better...
2002-08-11  Robert Roebling Added wxString::FromAscii() wxString::ToAscii().
2002-07-20  Václav Slavíkread message catalogs from the location where wxWin...
2002-05-02  Vadim Zeitlindon't look for the catalogs in the Unix standard paths...
2002-04-15  Gilles Depeyrotcorrections for compilation with Apple DevTools
2002-04-06  Václav Slavíkadded wxFontMapper::Get/Set
2002-03-26  Robin Dunnswitch to _EXPORTED_ hash maps to avoid VC++ warnings
2002-03-22  Vadim Zeitlinrecognize ANSI_X3.4-1968 as US-ASCII
2002-03-19  Václav Slavíkfixed MSVC's problems...
2002-03-17  Václav Slavíkcompilation fix
2002-03-16  David WebsterDo not use argument defaults in actual function argumen...
2002-03-15  Václav Slavíkrewrote wxLocale to work in Unicode mode and support...
2002-02-07  Vadim ZeitlinwxMSW compilation fix
2002-02-06  Vadim Zeitlinuse wxCOMPILE_TIME_ASSERT instead of the run-time checks
2002-01-26  Václav Slavíkcompilation fix
2002-01-25  Vadim Zeitlinhandle 646 charset under Solaris as US-ASCII
2002-01-04  Stefan Csomorremoving dependancy on mac headers from public wx heade...
2001-12-27  Vadim Zeitlinfix to wxLocale::GetString() calld with empty argument
2001-12-27  Václav Slavíkfix for Unicode build -- wxMB2WXbuf cannot be initializ...
2001-11-28  Julian SmartFixing wxMicroWindows compilation
2001-11-20  Vadim Zeitlinmore DBCS-related changes (patch 481898)
2001-11-07  Vadim Zeitlinapplied a patch to ignore the modifiers (things like...
2001-10-03  Vadim Zeitlinwarning in Unicode compilation fixed
2001-08-24  Vadim Zeitlinfix for the short locale name construction
2001-08-13  Stefan Csomoradded translation of mac system into language, adaption...
2001-07-18  Václav SlavíkMingw Unicode fix
2001-07-05  Julian SmartMisc fixes, now menus are almost working on MicroWindows
2001-06-29  Julian SmartFirst pass at adding MicroWindows support
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-12  Václav Slavíkstandardized encoding names to windows-12xx and iso...
2001-06-09  Vadim Zeitlin1. added wxAssertIsEqual() function to be used in wxASS...
2001-06-03  Václav Slavíkfixed stupid memory leak
2001-06-02  Václav Slavíkfixed new charset detection code (langinfo.h not includ...
2001-05-31  Vadim ZeitlinUnix compilation fixed
2001-05-31  Vadim Zeitlinadded wxLocale::GetSystemEncoding
2001-04-29  Václav Slavíkminor comments tweaking
2001-03-25  Václav Slavíkmade wxLocale::GetSystemLanguage and wxLocale::AddLangu...
2001-03-21  Vadim Zeitlinminor fixes to wxLocale::GetSystemLanguage(), test...
2001-02-26  Vadim Zeitlinapplied patch 404136 which is supposed to fix BC5.5...
2001-02-07  Václav Slavíkfix for undefined LANG_XXX constants with some compilers
2001-01-23  Václav Slavíksynced intl.cpp and intl.h
2001-01-13  Václav Slavíkfixed stupid bug in LCID->locale string translation
2001-01-12  Václav Slavíkchanged wxLogWarning('catalog not found') message to...
2001-01-10  Václav Slavíknew locales code checked in
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-22  Vadim Zeitlinsmall fix to the msg catalog search path
2000-03-13  Vadim Zeitlin1. some patches from Janos Vegh to docview template...
2000-01-03  Ove KaavenUnicode compilation fix
next