File/dir dialog styles and other changes (patch 1488371):
[wxWidgets.git] / src / common / wxchar.cpp
2006-05-28  Włodzimierz SkibaBuild fix.
2006-05-28  Vadim ZeitlinwxVsnprintf() implementation with positional parameters...
2006-05-20  Paul Cornettremove unneeded include of mac/private.h
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-01-06  Vadim Zeitlinadd comment about using not quite standard mbstowcs...
2006-01-06  Vadim Zeitlinuse our own mbstowcs() and wcstombs() implementations...
2005-11-06  Włodzimierz SkibaeVC4 warning fixes.
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-04  Vadim Zeitlinuse ifdef, not if, to test for HAVE_WCSRTOMBS
2005-08-04  Vadim ZeitlinwxNEED_STRDUP was wrong tested with #if instead of...
2005-05-30  Julian SmartWinCE doesn't declare DeleteFile at the point wxRemove...
2005-04-17  Ryan Nortonfix 10.2 shared unicode builds for mbstowcs and vice...
2005-03-23  Vadim Zeitlinsrc/common/wxchar.cpps/wxConvLocal/wxConvLibs/g as...
2005-03-23  Vadim Zeitlinfixed broken wxCtime() implementation (wrong buffer...
2005-02-02  Włodzimierz SkibaLast .empty() string source cleaning before 2.5.4.
2005-01-02  Vadim Zeitlindon't crash in wxStrftime() if conversion of strftime...
2004-10-30  David ElliottDeclare namespace std {} before using namespace std...
2004-10-26  Václav Slavíkat least partially implemented vswscanf() -- otherwise...
2004-10-12  Ryan Nortonget rid of global vars
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-09-24  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-06-20  Václav Slavíkcheck for wputc wputchar putws fputws availability
2004-06-03  Václav SlavíkwxGetenv was incorrectly implemented, caching prevented...
2004-06-03  Julian SmartInitialise hash table with string key
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-17  Stefan Csomorcalling FormatV seems to be correct, as we are already...
2004-05-13  Stefan Csomorchanged ppc to ptpc as ppc is a preprocessor constant...
2004-04-18  Václav SlavíkwxVsnprintf_ fix: added %ls,%lc handling (patch 937094)
2004-03-20  Vadim Zeitlincompilation fix for the last wxSprintf() change
2004-03-19  Vadim Zeitlinfixed wxSnprintf() for Unicode build
2004-03-05  Ron LeeMore updates to the Debian packaging for wxPython,...
2004-02-11  Chris Elliotttry to fix D Mars compilation for Unicode
2004-02-10  Vadim Zeitlinpart of Ictrl -> Iscntrl change I forgot to commit...
2004-01-25  Mattia Barbon Cleaner fix.
2004-01-17  Mattia Barbon MinGW compilation fixes.
2004-01-11  Julian SmartApplied patch [ 853850 ] Fixes for wxFormatConverter
2003-11-18  Julian SmartWinCE fixes from "Viktor Voroshylo" <viktor@voroshylo...
2003-11-15  Julian SmartFixes for previous fixes
2003-09-14  Stefan Csomorremoval of pc-mac charset conversion for wxMac
2003-09-04  David Elliott#if wxUSE_UNICODE instead of #if defined(wxUSE_UNICODE)
2003-08-17  Stefan Csomorunicode wxMac CW fixes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-15  Julian SmartCompile with EVC 3.0 2002
2003-07-15  Václav Slavíkcut-and-paste is not good idea, removed duplicated...
2003-07-15  Julian SmartAdded RTL functions missing from WinCE to wxchar.h/cpp
2003-07-11  Julian SmartMore WinCE mods
2003-07-11  Stefan Csomorout of memory for strdup handled
2003-07-11  Julian SmartMore WinCE mods.
2003-07-07  Vadim Zeitlinwarning (in Unicode only) fix
2003-07-05  Stefan Csomormoved c-runtime functions for CW here, only add strdup...
2003-07-04  Stefan Csomorpc 2 mac conversion for file operations
2003-03-29  Stefan Csomorunicode and __MACH__ additions for wxMac
2003-03-27  Stefan CsomorwxMac Unicode support
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-01-22  Vadim Zeitlinlinking fix for wxUSE_WCHAR_T=0: always provide wxStrto...
2003-01-07  Julian SmartApplied patch [ 662321 ] Port of wxWindows to Wine
2002-12-10  Vadim Zeitlintried to clean strdup() mess: we now have wxStrdup...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-11  Vadim Zeitlinremoved wcslen() implementation, it is now inline in...
2002-09-10  Vadim Zeitlinadded a possibility to pull in printf() code for testin...
2002-09-09  Mattia BarbonFixed MinGW/ANSI (and probably any other C++ compiler...
2002-09-08  Mattia BarbonFix wxSnvprintf (and hence wxString::Format) for Unicod...
2002-09-08  Vadim Zeitlinfixed (yet another?) crash in wxStrtok
2002-09-05  Václav Slavíkfix va_arg(.,short int) problem
2002-08-30  Vadim Zeitlincompilation problem for compilers with old for() scopin...
2002-08-27  Vadim Zeitlinfixed wxVsnprintf_() compilation in ASCII mode
2002-08-27  Vadim Zeitlin(blind) fix for BC++ compilation problem with wxPutc...
2002-08-26  Vadim Zeitlinanother fix to the wxFormatConverter bug with the forma...
2002-08-26  Robert Roebling Corrected wxFormatConverter for strings which need
2002-08-25  Vadim Zeitlinreorganized, improved and hopefully simplified wxchar...
2002-08-18  Vadim Zeitlinfixed wxBase compilation (what was msgdlg.h doing in...
2002-08-17  Robert Roebling Put various #ifdefs vsnprintf() back in, they were
2002-08-17  Robert Roebling %s to %ls conversion
2002-08-11  Robert Roebling Added wxString::FromAscii() wxString::ToAscii().
2002-08-10  Robert Roebling Implemented the various printf() functions under
2002-08-08  Robert Roebling Changed wxStat, wxAccess and wxOpen to no longer
2002-07-14  Vadim Zeitlinfixed wxStrrchr(s, '\0') bug, added const and non const...
2002-06-07  Vadim Zeitlinfixed bug in wxStrstr() replacement implementation...
2001-09-28  Vadim Zeitlin1. made description of some options in configure [hopef...
2001-09-02  Václav Slavíkapplied utf-8 fix patch
2001-07-04  Stefan CsomorwxMac: wxUniversal integration steps
2000-07-19  Ove KaavenMore Unicode compilation fixes.
2000-07-15  Bryan Pettymerged 2.2 branch
1999-12-13  Vadim Zeitlinattempted Unicode fixes for BC++
1999-12-06  Vadim ZeitlinwxSetlocale() doesn't always return NULL
1999-11-16  David WebsterAdded full UNICODE support for VisualAge C++ for OS...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-07-23  Ove KaavenImplementation of wxFopen, wxFreopen, wxStrftime
1999-06-19  Ove KaavenwxStrncmp implementation.
1999-06-17  Ove KaavenAttempt to implement a bunch of wx string.h equivalents.
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-06-11  Vadim Zeitlinmore DLL compilation changes
1999-05-13  Guilhem Lavaux* fix in wcslen()
next