]> git.saurik.com Git - wxWidgets.git/history - src/common/intl.cpp
removing dependancy on mac headers from public wx headers (eventually adding wx/mac...
[wxWidgets.git] / src / common / intl.cpp
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
2000-01-03  Vadim Zeitlin1. corrections for compilation of the wxBase apps with...
2000-01-03  Václav Slavíknow grabs encoding info not from but from '' (empty...
2000-01-02  Václav SlavíkwxLocale now uses wxEncodingConverter (must be explicit...
1999-12-04  Robert Roebling String changes for translations,
1999-11-18  David WebsterSome minor modifications for VA 4.0 support
1999-11-13  Ove KaavenNo, .mo files doesn't use Unicode, so use strcmp here...
1999-11-07  Robert Roebling More replacements of strcmp -> wxStr..
1999-10-28  Ove KaavenUse wxConvertMB2WX to fix compilation error in Unicode...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-09-18  Vadim Zeitlinsetlocale() argument corrected
1999-08-23  Harco de HilsterYour typical c_str => c_str() fix.
1999-08-20  Robert Roebling Changed a few #include <xxx.h> to #include "xxx.h"
1999-08-19  Karsten BallüderAdded support for locales like de_AT.iso-8859-1
1999-08-02  David Webster*** empty log message ***
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-06-13  Vadim Zeitlin1. some more of "#if wxUSE_XXX" here and there
1999-05-21  Vadim Zeitlinmsg catalog code bugfix for 64 bit platforms
1999-04-12  Ove KaavenUnicode support. Uses wxWCharBuffer in Unicode build...
1999-03-29  Vadim Zeitlinmany miscellaneous fixes
1999-02-18  Vadim Zeitlini18n fixes
1999-02-15  Vadim ZeitlinA couple of identifiers at global level moved to the...
1999-02-09  Vadim ZeitlinwxFindFirst/NextFile() now return wxString and not...
1999-01-14  Vadim Zeitlin1. NOT_FOUND -> wxNOT_FOUND
1999-01-13  Vadim Zeitlinupdated i18n sample, french translations are now in...
1998-11-24  Vadim Zeitlin1. new wxList code
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-08-08  Denis PershinDP:
1998-08-07  Vadim Zeitlin(1) Denis Pershin's patch for wxGTK (memory leaks corre...
1998-08-03  Vadim Zeitlinadded wxLocale::Init() and ctor without arguments for...
1998-07-24  Guilhem Lavaux* New wxStream classes: wxStreamBuffer and wxObject...
1998-07-17  Vadim Zeitlinlast traces of wxTString removed
1998-05-20  Karsten BallüderInitial revision