further routing into wxApp
[wxWidgets.git] / include / wx / wxchar.h
2009-09-18  Vadim ZeitlinUse UTF-8 for all non-ASCII characters in the sources.
2007-06-11  Václav Slavíkuse wx/crt.h as the 'official' header for wxCRT wrapper...
2007-05-30  Václav Slavíkwxchar.h doesn't have to be C file anymore, it's C++
2007-04-19  Václav Slavíkmoved vararg CRT functions wrappers to a new wxcrtvarar...
2007-03-19  Václav Slavíksplit wxchar.h into several smaller headers
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2007-01-07  Vadim Zeitlinfixes and workarounds to return value of our own wxVsnp...
2006-11-27  Vadim Zeitlininclude stdio.h to get FILE declaration (bug 1592935)
2006-11-14  Michael WetherellCompile fix for the version of VC8 included in the...
2006-11-10  Robin DunnAdd DLL export macro
2006-11-09  Vadim Zeitlininclude widec.h if it's available, it contains declarat...
2006-11-07  Robin DunnUse the native vswprintf on OSX
2006-10-31  Julian SmartwxWinCE compile fixes
2006-10-28  Vadim Zeitlinadded wxString::ToLongLong() and ToULongLong() (feature...
2006-10-25  Vadim Zeitlindeclare wxMSLU_xxx functions in the headers which defin...
2006-10-05  Vadim Zeitlinfix problems with using incorrect vswprintf() for mingw...
2006-10-05  Vadim Zeitlinrestored Ove Kåven name in the header comment which was
2006-09-13  Vadim Zeitlinfix wxVsnprintf_ declaration for VC8
2006-09-09  Robert Roebling Apply patch [ 1548750 ] wxVsnprintf() various fixes
2006-06-27  Vadim Zeitlinadded wxUSE_PRINTF_POS_PARAMS which can be used to...
2006-05-28  Vadim ZeitlinwxVsnprintf() implementation with positional parameters...
2006-03-21  Vadim Zeitlinuse new wxAPPLY_T macro instead of 3 identical __XDATE_...
2006-03-17  Stefan Csomorfix for sf bug 1448153: Widgets sample hangs on Japanes...
2006-03-09  Vadim Zeitlinlet _T() work with macros (modified patch 1437983)
2006-01-18  Julian SmartApplied patch [ 1381895 ] remove circular include depen...
2006-01-18  Julian SmartApplied patch [ 1325207 ] Fixes unicode build using...
2006-01-17  Julian SmartEliminated a VC++ 8 warning
2006-01-09  Vadim Zeitlinfix for Unicode builds under OS X <= 10.2
2006-01-08  Vadim Zeitlinfixes for Unicode build with CodeWarrior under OS X...
2006-01-08  Vadim Zeitlinfixed check for Metrowerks mbstowcs(): check for __MSL__
2006-01-06  Vadim Zeitlinuse our own mbstowcs() and wcstombs() implementations...
2005-10-07  Vadim Zeitlinremoved C++ comment from C file
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-07  Michael WetherellForgot to put the previous (v)snprintf commit inside...
2005-09-07  Michael WetherellHandle the case when (v)snprintf have the format declar...
2005-08-22  Vadim Zeitlincompilation fix after last commit
2005-08-22  Vadim Zeitlinadded test for snprintf() which may not be present...
2005-07-01  Włodzimierz SkibaGlobal platform header (<PalmOS.h>) removed from public...
2005-05-30  Julian SmartWinCE doesn't declare DeleteFile at the point wxRemove...
2005-05-28  Vadim Zeitlinfixed wxRemove() return value under Win CE
2005-05-23  Julian SmartReverted namespace patch
2005-05-22  Julian SmartApplied patch [ 1190194 ] Define some string macros...
2005-05-04  Julian SmartAdded licence/copyright information
2005-04-17  Ryan Nortonfix 10.2 shared unicode builds for mbstowcs and vice...
2005-03-27  David ElliottDeclare strptime when using MSL headers on OS X.
2005-03-10  Vadim ZeitlinwxGetEnv() should return wxChar *, even if it's a macro...
2005-03-10  Vadim Zeitlindefine wxGetEnv() as macro, not inline function, for...
2005-03-10  Vadim Zeitlindefine wxGetenv() for WinCE which doesn't have _tgetenv...
2005-02-19  David ElliottUse plain extern instead of extern "C" for vsnprintf...
2005-02-14  Dimitri Schoolwerthfixed Cygwin compilation (can't use extern "C" in C...
2005-01-26  Stefan NeisFixed C++ comments.
2005-01-07  Robert Roebling Added wxFopen to the MSLU code.
2004-12-20  Włodzimierz SkibaUse __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK...
2004-11-21  Ryan NortonwxMemxxx --> wxTmemxxx, get rid of wxdocmpxxx impossibl...
2004-11-10  Włodzimierz SkibaWarning fix observed in tex2rtf.
2004-11-08  Włodzimierz SkibaOW prototypes does not use ints in Unicode.
2004-10-19  Julian SmartCommitted William Osborne's wxPalmOS port
2004-10-12  Ryan Nortoncompilo fix (blind)
2004-10-11  Vadim ZeitlinwxPuts() should output a trailing newline even in Unix...
2004-10-08  Ryan Nortonfinal compilo fixups for 10.2 unicode - c/c++ fixes...
2004-10-07  Ryan Nortonfix darwin defines
2004-10-07  Ryan Norton1.10.2 and less mbtowc and wctomb HAVE THE COOTIEScd...
2004-10-07  Ryan Norton2.5.3 - cleanups, fixes, etc. etc. -
2004-10-05  Vadim Zeitlincleaning up strdup/isascii definitions for compilers...
2004-10-02  Vadim ZeitlinMetrowerks doesn't have isascii()
2004-09-24  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-07-01  Vadim Zeitlinfix wxTolower/upper() behaviour with signed chars ...
2004-06-20  Václav Slavíkcheck for wputc wputchar putws fputws availability
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-13  Stefan Csomorunicode support for mach-O targets in Metrowerks
2004-04-27  Stefan Csomorspecific workaround for XCODE native
2004-04-26  Stefan Csomoron xcode native we end up with several definitions...
2004-04-18  Stefan Csomoradded fix for MSL under Win32 (by Steve Hartwell)
2004-03-30  David ElliottDo not #undef wxNEED_PRINTF_CONVERSION if wxVsnprintf_...
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2004-03-05  Ron LeeMore updates to the Debian packaging for wxPython,...
2004-02-21  Stefan Csomormwerks addition
2004-02-11  Chris Elliotttry to fix D Mars compilation for Unicode
2004-02-10  Chris Elliottfix for non-unicode DMC builds
2004-02-08  Stefan Csomorunicode targets cleanup for cw and xcode
2004-02-07  Vadim ZeitlinDigital Mars compilation warnings and Unicode fixes...
2004-02-07  Vadim Zeitlintrying to make comments readable again after their...
2004-02-07  Vadim Zeitlinfixed wxIsctrl/wxIscntrl confusion (modified patch...
2004-02-07  Vadim Zeitlinfixed the mess (nested C/C++ comments) intorduced by...
2004-01-08  Julian SmartApplied patch [ 871762 ] Solution to losing strings...
2003-12-30  Ryan Nortonmore ifdef C++ stuff
2003-12-24  Václav Slavíkfixing the regex mess that Ryan wasn't yet able to...
2003-12-18  Ryan Norton1.
2003-12-17  Ryan Norton1.
2003-11-15  Julian SmartFixes for previous fixes
2003-11-14  Julian SmartFixes for later WinCE versions
2003-10-22  Vadim Zeitlinmoved wxUSE_UNICODE <-> _UNICODE checks to wx/platform...
2003-09-19  Julian SmartAdded SQLTCHAR for non-Windows platforms, and added...
2003-09-18  Julian SmartApplied patch [ 808050 ] fixes for WXUNIVERSAL and...
2003-09-14  Stefan Csomorremoval of pc-mac charset conversion for wxMac
2003-09-13  Stefan Csomorunicode correction for mac
2003-09-09  Stefan Csomorfix for CW non unicode builds
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-15  Julian SmartCompile with EVC 3.0 2002
next