]> git.saurik.com Git - wxWidgets.git/history - include/wx/intl.h
Misc fixes, now menus are almost working on MicroWindows
[wxWidgets.git] / include / wx / intl.h
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