]> git.saurik.com Git - wxWidgets.git/history - include/wx/wxchar.h
modified configure to allow configuration of wxMotif under Darwin/Mac OS X
[wxWidgets.git] / include / wx / wxchar.h
2001-07-15  Gilles Depeyrotmodified configure to allow configuration of wxMotif...
2001-07-04  Stefan CsomorwxMac: wxUniversal integration steps
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-23  Gilles Depeyrotcorrected #ifdef for Mac OS X
2001-06-10  Gilles Depeyrotcorrected wchar handling for Mac OS X
2001-06-05  Vadim Zeitlinapplied patch 430452 (mingw32 compilation fixes)
2001-06-03  Vadim Zeitlinapplied Unicode fixes for mingw32 (patch 429654)
2001-05-19  Vadim Zeitlin1. more proper fix for wxChoice/wxComboBox height probl...
2001-04-26  Vadim Zeitlinapplied patch 417699 (remove WXDLLEXPORT from inline...
2001-02-15  Gilles Depeyrotmodifications for compilation under Mac OS X
2001-01-30  Gilles Depeyrotadded tests for __MACH__ to compile under Mac OS X
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-03  Julian SmartRemoved OGL prior to re-adding; some Watcom corrections
2000-01-03  Ove KaavenMake this compile in Unicode mode under Borland C+...
1999-12-14  David WebsterVisualage C++ V4.0 updates
1999-12-13  Vadim Zeitlinattempted Unicode fixes for BC++
1999-12-08  Vadim Zeitlinpatch from Ricky Gonzales <gonzales@pyramid3.net> for...
1999-11-16  David WebsterModified full UNICODE support for VisualAge C++ for...
1999-11-16  David WebsterAdded full UNICODE support for VisualAge C++ for OS...
1999-11-15  Vadim Zeitlinpatches from Ricky Gonzales <gonzales@pyramid3.net...
1999-11-11  Julian SmartAdded a bug report; C++Builder compile fixes
1999-11-07  Robert Roebling Added wxStrnicmp and to wchar.h, not yet for Unicode...
1999-10-14  Julian Smartmakeg95.env edited for Mingw32/gcc 2.95 compilation...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-06  Vadim Zeitlin_T() restored for compatibility
1999-10-04  Vadim ZeitlinMSW compilation (and other) fixes
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-20  Stefan CsomorCW Pro 5 Adaptions (the .old.mcp are the Pro 4 Files)
1999-08-16  Robert Roebling compile fixes for EMX
1999-07-28  David Webster*** empty log message ***
1999-07-28  David Webster*** empty log message ***
1999-07-23  Ove KaavenAdd wxFopen, wxFreopen, wxStrftime
1999-06-10  Ove KaavenI see no reason to have a copy of Stricmp from string...
1999-06-09  Julian SmartGetting various compilers to work with wxWin again
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-05-17  Robin DunnMoved all WXDLLEXPORT's to be before the return type...
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1999-05-09  Julian SmartMisc. fixes
1999-05-09  Robert Roebling Applied FreeBSD patch
1999-05-07  Ove KaavenTry to not include ctype functions for win32. Not reall...
1999-05-06  Julian SmartSome doc corrections; various small fixes for Cygwin...
1999-04-26  Ove KaavenHeavier checks for wxUSE_WCHAR_T
1999-04-24  Ove KaavenAdded wxOKlibc(), which checks for glibc2.0, which...
1999-04-20  Ove KaavenMoved that HAVE_WCSTR_H here.
1999-04-20  Ove KaavenSome further changes. Now also sets a wsUSE_WCHAR_T...
1999-04-19  Ove KaavenMust include wchar.h in non-Unicode build too, since...
1999-04-19  Ove KaavenHelps Borland compile further in Unicode mode.
1999-04-19  Ove KaavenForgot an additional prototype.
1999-04-19  Ove KaavenAttempts to make this wchar_t business compile with...
1999-04-13  Ove KaavenAdd wxSscanf (used in ftp.cpp to parse returned address)
1999-04-13  Ove KaavenFixed glibc2.0 check (for that glibc2.0 workaround...
1999-04-13  Vadim Zeitlinan attempt to fix glibc2.0 stupidness
1999-04-13  Ove KaavenAdded wxPrintf declaration.
1999-04-13  Ove KaavenwxAtof independent of wxNEED_WX_STDLIB_H, used by Visua...
1999-04-12  Vadim ZeitlinwxAtof() fixed (?)
1999-04-12  Ove KaavenFor non-Unicode added #include <ctype.h> and <string...
1999-04-10  Ove KaavenAdded wxStrdup().
1999-04-09  Ove KaavenFor non-Unicode, preserve binary compatibility by doing
1999-04-08  Ove KaavenUnicode definitions for glibc, etc.
1999-02-03  Vadim Zeitlin_MSC_VER => __VISUALC__ change
1999-01-27  Julian SmartAdded Joel's wxchar.h for future Unicode adventures