2010-05-05 |
Václav Slavík | Don't use size_t for plural forms parameter. |
blob | commitdiff | raw |
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-16 |
Václav Slavík | Fix build breakage caused by bConvertEncoding deprecation. |
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 | Add wxLOCALE_DONT_LOAD_DEFAULT (=0) for clarity. |
blob | commitdiff | raw | diff to current |
2009-05-19 |
Vadim Zeitlin | added Asturian language entry (see #10808) |
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-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
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-02-17 |
Vadim Zeitlin | add ka_GE, ku_TR and ne_NP; some cleanup and better... |
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-01-28 |
Paul Cornett | HP aC++ 3.80 can't handle parenthesized string literal... |
blob | commitdiff | raw | diff to current |
2007-09-07 |
Vadim Zeitlin | don't use _T() inside wxGetTranslation() and related... |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
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-21 |
Václav Slavík | return reference to non-temporary wxString instance... |
blob | commitdiff | raw | diff to current |
2007-05-01 |
Václav Slavík | added inline plural form of wxGetTranslation to wxUSE_I... |
blob | commitdiff | raw | diff to current |
2007-05-01 |
Václav Slavík | define wxPLURAL even if wxUSE_INTL=0 |
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-01-22 |
Václav Slavík | fixed wxGetTranslation() prototype in the !wxUSE_INTL... |
blob | commitdiff | raw | diff to current |
2006-09-10 |
Vadim Zeitlin | added wxLocale::IsAvailable() (extended patch 1547191) |
blob | commitdiff | raw | diff to current |
2006-09-04 |
Włodzimierz Skiba | Build fix. |
blob | commitdiff | raw | diff to current |
2006-09-04 |
Vadim Zeitlin | merge of RTL changes (with many modifications) from... |
blob | commitdiff | raw | diff to current |
2006-08-21 |
Robin Dunn | Make it possible to tell wxXmlResource which domain... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-06-01 |
Vadim Zeitlin | added wxPLURAL() macro |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Julian Smart | Typo correction patch [ 1208110 ] Lots of typo corrections |
blob | commitdiff | raw | diff to current |
2004-09-16 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxDefaultCoord... |
blob | commitdiff | raw | diff to current |
2004-07-25 |
Vadim Zeitlin | added GetHeaderValue() (patch 974427) |
blob | commitdiff | raw | diff to current |
2004-06-23 |
Václav Slavík | allow msgids in !=English languages (based on Stefan... |
blob | commitdiff | raw | diff to current |
2004-06-22 |
Vadim Zeitlin | fix for a warning in DLL build (patch 966823) |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-03-17 |
Vadim Zeitlin | initialize m_initialized to false to avoid spurious... |
blob | commitdiff | raw | diff to current |
2003-11-26 |
Václav Slavík | assert if wxLocale::Init called twice |
blob | commitdiff | raw | diff to current |
2003-11-19 |
Václav Slavík | don't define ngettext, causes problems |
blob | commitdiff | raw | diff to current |
2003-10-13 |
Václav Slavík | 1) use ngettext instead of _N, 2) cleanup of gettext... |
blob | commitdiff | raw | diff to current |
2003-10-04 |
Václav Slavík | added gettext plural forms support (patch #785660 with... |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Vadim Zeitlin | renamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Vadim Zeitlin | fixes needed for separate DLL build to work |
blob | commitdiff | raw | diff to current |
2003-06-13 |
Václav Slavík | added wxLocale::GetLanguageName |
blob | commitdiff | raw | diff to current |
2003-05-25 |
Václav Slavík | fix _() for wxUSE_INTL==0 case |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Removed erroneous copyright names and corrected licence... |
blob | commitdiff | raw | diff to current |
2003-02-04 |
Vadim Zeitlin | added wxLocale::FindLanguageInfo() |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Vadim Zeitlin | use DECLARE_NO_COPY_CLASS() where applicable (patch... |
blob | commitdiff | raw | diff to current |
2002-09-07 |
Vadim Zeitlin | added wxLocale::GetLanguageInfo() |
blob | commitdiff | raw | diff to current |
2002-08-31 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
blob | commitdiff | raw | diff to current |
2002-03-15 |
Václav Slavík | rewrote wxLocale to work in Unicode mode and support... |
blob | commitdiff | raw | diff to current |
2002-02-07 |
Gilles Depeyrot | removed trailing comma for SunSoft compiler |
blob | commitdiff | raw | diff to current |
2002-02-06 |
Vadim Zeitlin | oops, have to commit this after accidentally committing... |
blob | commitdiff | raw | diff to current |
2001-07-07 |
Václav Slavík | safe macro expansion |
blob | commitdiff | raw | diff to current |
2001-07-05 |
Julian Smart | Misc fixes, now menus are almost working on MicroWindows |
blob | commitdiff | raw | diff to current |
2001-05-31 |
Vadim Zeitlin | added wxLocale::GetSystemEncoding |
blob | commitdiff | raw | diff to current |
2001-04-06 |
Vadim Zeitlin | no changes, just resolved conflicts |
blob | commitdiff | raw | diff to current |
2001-03-25 |
Václav Slavík | made wxLocale::GetSystemLanguage and wxLocale::AddLangu... |
blob | commitdiff | raw | diff to current |
2001-03-21 |
Vadim Zeitlin | minor fixes to wxLocale::GetSystemLanguage(), test... |
blob | commitdiff | raw | diff to current |
2001-01-23 |
Václav Slavík | new locales code checked in |
blob | commitdiff | raw | diff to current |
2000-08-08 |
Bryan Petty | second merge of the 2.2 branch (RL) |
blob | commitdiff | raw | diff to current |
2000-01-02 |
Václav Slavík | wxLocale now uses wxEncodingConverter (must be explicit... |
blob | commitdiff | raw | diff to current |
1999-12-22 |
Vadim Zeitlin | 1. wxBase compiles under BeOS |
blob | commitdiff | raw | diff to current |
1999-11-13 |
Ove Kaaven | From: #define wxTRANSLATE(str) (str) |
blob | commitdiff | raw | diff to current |
1999-11-04 |
Vadim Zeitlin | 1. wxFontMapper starts to materialise |
blob | commitdiff | raw | diff to current |
1999-10-08 |
Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
blob | commitdiff | raw | diff to current |
1999-06-01 |
Vadim Zeitlin | new makefiles (part I) |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Ove Kaaven | Helps Borland compile further in Unicode mode. |
blob | commitdiff | raw | diff to current |
1999-04-12 |
Ove Kaaven | Unicode support. The _() macro is made to imply _T... |
blob | commitdiff | raw | diff to current |
1999-02-15 |
Vadim Zeitlin | A couple of identifiers at global level moved to the... |
blob | commitdiff | raw | diff to current |
1999-01-14 |
Karsten Ballüder | Split part of wxExtHelpController into wxHTMLHelpContro... |
blob | commitdiff | raw | diff to current |
1999-01-13 |
Vadim Zeitlin | updated i18n sample, french translations are now in... |
blob | commitdiff | raw | diff to current |
1999-01-09 |
Karsten Ballüder | wxComboBox included (removed dependency on wxUSE_COMBOB... |
blob | commitdiff | raw | diff to current |
1998-11-22 |
Julian Smart | Changes to WXDLLEXPORT keyword position for VC++ 6... |
blob | commitdiff | raw | diff to current |
1998-09-08 |
Guilhem Lavaux | * some C++ness correction in wxStream. |
blob | commitdiff | raw | diff to current |
1998-08-23 |
Unknown (RO) | General tidy-up (mainly typecasts) to allow the use... |
blob | commitdiff | raw | diff to current |
1998-08-18 |
Vadim Zeitlin | globally renamed uint to size_t. This has _not_ been... |
blob | commitdiff | raw | diff to current |
1998-08-15 |
Julian Smart | Changes mostly as a result of __WXSTUBS__ compilation... |
blob | commitdiff | raw | diff to current |
1998-08-03 |
Vadim Zeitlin | added wxLocale::Init() and ctor without arguments for... |
blob | commitdiff | raw | diff to current |
1998-07-24 |
Julian Smart | Corrected some problems |
blob | commitdiff | raw | diff to current |
1998-07-24 |
Robert Roebling | wxFrame::CreateToolBar() stuff |
blob | commitdiff | raw | diff to current |
1998-07-17 |
Vadim Zeitlin | wxTString removed |
blob | commitdiff | raw | diff to current |
1998-05-26 |
Vadim Zeitlin | inline wxGetTranslation() moved so it's not called... |
blob | commitdiff | raw | diff to current |
1998-05-20 |
Karsten Ballüder | Initial revision |
blob | commitdiff | raw | diff to current |
|