]> git.saurik.com Git - wxWidgets.git/history - src/common/intl.cpp
Refresh() problem from DialogEd solved
[wxWidgets.git] / src / common / intl.cpp
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