Remove unused wxLocale::GetUntranslatedString().
[wxWidgets.git] / include / wx / intl.h
2013-09-18  Václav SlavíkRemove unused wxLocale::GetUntranslatedString().
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS kind checks and reserve __WXMSW_...
2010-05-05  Václav SlavíkDon't use size_t for plural forms parameter.
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-16  Václav SlavíkFix build breakage caused by bConvertEncoding deprecation.
2010-04-16  Václav SlavíkRemove wxLOCALE_CONV_ENCODING flag.
2010-04-16  Václav SlavíkAdd wxLOCALE_DONT_LOAD_DEFAULT (=0) for clarity.
2009-05-19  Vadim Zeitlinadded Asturian language entry (see #10808)
2009-03-29  Vadim ZeitlinAdded wxLOCALE_DATE/TIME_FMT support to wxLocale::GetIn...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2008-05-17  Vadim Zeitlinadded language info for Northern Sami (patch 1964036)
2008-02-17  Vadim Zeitlinadd ka_GE, ku_TR and ne_NP; some cleanup and better...
2008-02-11  Vadim Zeitlinadd wxLanguageInfo::GetLocaleName(), this simplifies...
2008-02-11  Vadim Zeitlinavoid duplication in the code by refactoring LCID creat...
2008-01-28  Paul CornettHP aC++ 3.80 can't handle parenthesized string literal...
2007-09-07  Vadim Zeitlindon't use _T() inside wxGetTranslation() and related...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-06-10  Václav Slavík1. made CRT wrappers definitions indepenent of wxUSE_UN...
2007-05-21  Václav Slavíkreturn reference to non-temporary wxString instance...
2007-05-01  Václav Slavíkadded inline plural form of wxGetTranslation to wxUSE_I...
2007-05-01  Václav Slavíkdefine wxPLURAL even if wxUSE_INTL=0
2007-03-26  Václav Slavíkuse wxStrings in wxLocale methods, _() and wxGetTransla...
2007-01-22  Václav Slavíkfixed wxGetTranslation() prototype in the !wxUSE_INTL...
2006-09-10  Vadim Zeitlinadded wxLocale::IsAvailable() (extended patch 1547191)
2006-09-04  Włodzimierz SkibaBuild fix.
2006-09-04  Vadim ZeitlinMerge ... RTL changes (with many modifications) from...
2006-08-21  Robin DunnMake it possible to tell wxXmlResource which domain...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-01  Vadim Zeitlinadded wxPLURAL() macro
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2004-09-16  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxDefaultCoord...
2004-07-25  Vadim Zeitlinadded GetHeaderValue() (patch 974427)
2004-06-23  Václav Slavíkallow msgids in !=English languages (based on Stefan...
2004-06-22  Vadim Zeitlinfix for a warning in DLL build (patch 966823)
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-17  Vadim Zeitlininitialize m_initialized to false to avoid spurious...
2003-11-26  Václav Slavíkassert if wxLocale::Init called twice
2003-11-19  Václav Slavíkdon't define ngettext, causes problems
2003-10-13  Václav Slavík1) use ngettext instead of _N, 2) cleanup of gettext...
2003-10-04  Václav Slavíkadded gettext plural forms support (patch #785660 with...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-02  Vadim Zeitlinrenamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-06-13  Václav Slavíkadded wxLocale::GetLanguageName
2003-05-25  Václav Slavíkfix _() for wxUSE_INTL==0 case
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-02-04  Vadim Zeitlinadded wxLocale::FindLanguageInfo()
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-09-07  Vadim Zeitlinadded wxLocale::GetLanguageInfo()
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-03-15  Václav Slavíkrewrote wxLocale to work in Unicode mode and support...
2002-02-07  Gilles Depeyrotremoved trailing comma for SunSoft compiler
2002-02-06  Vadim Zeitlinoops, have to commit this after accidentally committing...
2001-07-07  Václav Slavíksafe macro expansion
2001-07-05  Julian SmartMisc fixes, now menus are almost working on MicroWindows
2001-05-31  Vadim Zeitlinadded wxLocale::GetSystemEncoding
2001-04-06  Vadim Zeitlinno changes, just resolved conflicts
2001-03-25  Václav Slavíkmade wxLocale::GetSystemLanguage and wxLocale::AddLangu...
2001-03-21  Vadim Zeitlinminor fixes to wxLocale::GetSystemLanguage(), test...
2001-01-23  Václav Slavíknew locales code checked in
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-01-02  Václav SlavíkwxLocale now uses wxEncodingConverter (must be explicit...
1999-12-22  Vadim Zeitlin1. wxBase compiles under BeOS
1999-11-13  Ove KaavenFrom: #define wxTRANSLATE(str) (str)
1999-11-04  Vadim Zeitlin1. wxFontMapper starts to materialise
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-04-19  Ove KaavenHelps Borland compile further in Unicode mode.
1999-04-12  Ove KaavenUnicode support. The _() macro is made to imply _T...
1999-02-15  Vadim ZeitlinA couple of identifiers at global level moved to the...
1999-01-14  Karsten BallüderSplit part of wxExtHelpController into wxHTMLHelpContro...
1999-01-13  Vadim Zeitlinupdated i18n sample, french translations are now in...
1999-01-09  Karsten BallüderwxComboBox included (removed dependency on wxUSE_COMBOB...
1998-11-22  Julian SmartChanges to WXDLLEXPORT keyword position for VC++ 6...
1998-09-08  Guilhem Lavaux* some C++ness correction in wxStream.
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-03  Vadim Zeitlinadded wxLocale::Init() and ctor without arguments for...
1998-07-24  Julian SmartCorrected some problems
1998-07-24  Robert RoeblingwxFrame::CreateToolBar() stuff
1998-07-17  Vadim ZeitlinwxTString removed
1998-05-26  Vadim Zeitlininline wxGetTranslation() moved so it's not called...
1998-05-20  Karsten BallüderInitial revision