replace wxDocument::GetPrintableName(wxString&) and wxDocManager::MakeDefaultName...
[wxWidgets.git] / src / common / intl.cpp
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
2005-09-18  Vadim Zeitlinworkaround for buggy setlocale() under AIX (without...
2005-09-18  Vadim Zeitlincondensed 2 very similar trace messages into one
2005-09-18  Vadim ZeitlinGetSystemEncodingName() cleanup: we don't need to check...
2005-09-18  Vadim Zeitlinlook in codeset-specific directory for locale files...
2005-09-18  Vadim Zeitlindon't create conversion objects unless we really need...
2005-09-18  Vadim Zeitlinavoid unnecessary conversions when loading the catalog...
2005-08-12  Michael WetherellTranslate '&Help' to '&' for italian Windows only
2005-06-16  Dimitri Schoolwerthadded Thai/CP874 support for MSW
2005-06-08  Włodzimierz SkibaSecond part of '[ 1216148 ] cleanup: unused variables...
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-03-29  Vadim Zeitlinremoved extra dot from msg catalog names (fix for the...
2005-03-27  Vadim Zeitlinuse wxFileName to change catalog extension instead...
2005-03-26  David ElliottUse wxFontMapperBase::Get instead of wxFontMapper:...
2005-02-02  Włodzimierz SkibaLast .empty() string source cleaning before 2.5.4.
2005-01-04  Stefan Csomorusing lang param, to have a CFLanguage be consistent...
2005-01-03  Vadim Zeitlinfix to the last fix (see comments in patch 1093811)
2005-01-02  Vadim Zeitlinfixed crash when setting locale failed (replaces patch...
2004-12-23  Stefan Csomorcorrected setting the locale of the c-lib for mac
2004-11-18  Stefan Csomoravoid locale that always returns US-ASCII on wxMac
2004-11-12  Włodzimierz SkibaWarning fixes.
2004-11-12  Ron LeeCruft cleanup from MJW, strip the tabs out of sound.cpp
2004-11-10  Vadim Zeitlinnew set of fixes for problems due to huge files support...
2004-11-10  Ron LeeThis size/offset stuff is a mess, but leaving this...
2004-10-16  Vadim Zeitlinuse size_t for the total size of data instead of wxFile...
2004-10-15  Vadim Zeitlinuse wxFileSize_t instead of wxFileOffset or off_t
2004-10-05  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-09-29  Vadim Zeitlinsigned/unsigned comparison warning fix
2004-09-28  Vadim ZeitlinwxFile::Length() return type fix (replaces last check in)
2004-09-27  Vadim Zeitlinwarning fix after huge file patch
2004-09-25  Ryan Nortonwarning fix
2004-09-16  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxDefaultCoord...
2004-07-25  Vadim Zeitlincompilation fix for a patch which didn't compile...
2004-07-25  Vadim Zeitlinadded GetHeaderValue() (patch 974427)
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
next