Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / common / strconv.cpp
2006-04-06  Vadim Zeitlinleave enough space for the trailing NUL when converting...
2006-04-06  Vadim Zeitlinadded missing const to fix last commit
2006-04-06  Vadim Zeitlinadded a cast to wxDecodeSurrogate() to fix wxMSW cross...
2006-04-06  David Surovellcleanup (repeat of v197) - added whitespace around...
2006-04-05  Vadim Zeitlinimplemented UTF-16/32 using To/FromWChar() instead...
2006-04-05  Vadim Zeitlin1. use a manifest constant wxNO_LEN instead of -1 for...
2006-04-05  David Surovellcleanup - added whitespace around operators, some blank...
2006-04-05  Vadim ZeitlinMac compilation fix after last commit
2006-04-05  Vadim Zeitlinadded wxMBConv::Clone() to be able to copy conversion...
2006-04-05  Vadim Zeitlinproperly NUL-terminate the output in wxMBConvUTF16swap...
2006-04-05  Vadim Zeitlin1. changed all "wxMBConv& conv" parameters to "const...
2006-04-04  Vadim ZeitlinMB2WC/WC2MB are not pure virtual any longer, implement...
2006-04-04  Vadim Zeitlinadded new To/FromWChar() API with more reasonable seman...
2006-04-04  Vadim Zeitlinrenamed GetMinMBCharWidth() to GetMBNulLen(), made...
2006-04-02  Vadim Zeitlinfixed wxMBConv_iconv to work with UTF-16/32
2006-04-02  Vadim Zeitlincompilation fix for iconv call
2006-04-02  Vadim Zeitlinreplaced recently added wxMBConv::GetMBNul() with a...
2006-04-01  David Surovellfix compilation problem in prior commit
2006-04-01  Vadim Zeitlinfixed wxMBConv_iconv::GetMBNul()
2006-04-01  Vadim ZeitlinUnix compilation fixes after last commit
2006-04-01  Vadim ZeitlinDescribed in the comments and documented the semantics...
2006-03-31  Vadim Zeitlinundid last (wrong) change to wxMBConvUTF16swap::MB2WC...
2006-03-31  Vadim Zeitlinfixed fatal buffer overwrite in wxMBConvUTF16swap:...
2006-03-31  Vadim Zeitlindetect some invalid UTF7 strings when decoding them...
2006-03-31  Vadim Zeitlinreally pass the proper output buffer size in wxMBConv_w...
2006-03-31  Vadim Zeitlinpass proper output buffer size in round trip conversion...
2006-03-06  Włodzimierz SkibawxWinCE build fix.
2006-03-06  Václav Slavíkfixed win32 code to not use MB_ERR_INVALID_CHARS on...
2006-02-09  Vadim Zeitlinset m_encoding in wxCSConv ctor from name
2006-01-18  Julian SmartReverted semicolons patch
2006-01-18  Julian SmartApplied patch [ 1399013 ] More removals of extraneous...
2006-01-07  David Surovellminor cleanup
2005-10-15  Michael WetherellTypo, should be #if not #ifdef
2005-10-15  Michael WetherellRestore WC_UTF16, required for compilation on Windows
2005-09-26  Włodzimierz SkibaWarning fixes for BCC, VC, OW and MinGW.
2005-09-26  Vadim Zeitlinfixed wide char codeset detection for systems which...
2005-09-26  Vadim Zeitlinadded tracing code to wide char codeset detection
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-24  Michael WetherellMemory corruption fix
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-22  Vadim ZeitlinUnicode build fix
2005-09-22  Vadim Zeitlingcc compilation fixes after last commit
2005-09-22  Vadim Zeitlintry all known UCS-[24] synonyms in wxMBConv_iconv,...
2005-09-18  Vadim ZeitlinUnicode compilation fix
2005-09-18  Vadim Zeitlindon't pass NULL pointer to printf(), this crashes Solar...
2005-09-18  Vadim Zeitlinadded trace message to wxCSConv creation code
2005-09-18  Vadim Zeitlinadded GetAllEncodingNames(), use it to select the corre...
2005-09-13  Vadim Zeitlinand now it even compiles
2005-09-13  Vadim Zeitlinfix for last commit
2005-09-13  Vadim Zeitlinremoved strcpy to fixed buffer (do it the right way...
2005-08-08  Michael WetherellwxMBConv test cases, patch 1179989 from Vince Harron
2005-07-24  Stefan CsomorOSX two-level header fixes
2005-06-13  Włodzimierz Skiba'[1219035] cleanup: miscellaneous' and minor source...
2005-06-10  Włodzimierz SkibaAllow MSW Base be usable in other ports than wxMSW...
2005-06-08  Stefan CsomorUniChar being platform endian
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-04-13  Michael WetherellMove G_FILENAME_ENCODING to wxGTK
2005-04-13  Michael WetherellCompilo fix for wxUSE_INTL=0 and use wxCSConv for broke...
2005-04-03  Michael WetherellThe octal escaping code needs to escape the escape...
2005-04-01  Michael WetherellUse wxMBConvUTF8 when G_FILENAME_ENCODING is UTF-8...
2005-03-30  Michael WetherellFix for decoding of utf-16 surrogates. Also remove...
2005-03-29  Robert Roebling Made wxConvBrokenFileNames public.
2005-03-29  Włodzimierz SkibaWarning fixes after recent library changes.
2005-03-28  Vadim Zeitlinrespect G_FILENAME_ENCODING in wxConvBrokenFileName...
2005-03-27  Vadim Zeitlinuse wxLocale::GetSystemEncoding() to test whetehr we...
2005-03-27  Vadim Zeitlinfixed compilation in non-Unicode build; fixed bug with...
2005-03-27  Robert Roebling Submit patch based on Michael W.'s invalid UTF8
2005-03-26  Robert Roebling Commit empty wxConvBrokenFileNames
2005-03-26  David ElliottUse wxFontMapperBase::Get instead of wxFontMapper:...
2005-03-25  Stefan Csomoradd the mac specific encodings correctly
2005-03-24  Vadim Zeitlinadded wxConvFileName which is a variable, not define...
2005-02-20  Ryan Nortonuse on cocoa without fontmapper
2005-02-17  Ryan NortonEnable compilation on mac without wxFontMapper
2005-01-31  Vadim ZeitlinMultiByteToWideChar(CP_UTF7, MB_ERR_INVALID_CHARS,...
2004-11-16  Václav Slavíkfixed wxEncodingConverter-base wxCSConv to report failu...
2004-11-14  Václav Slavíkmade wxMBConv_iconv MT-safe
2004-11-08  Włodzimierz SkibaUnfortunatelly compiler does not know which bits play...
2004-11-08  Ryan Nortoncorrect to int32 for range comparison
2004-11-06  Ryan Nortonfinal cleanup of string conversion with null characters...
2004-11-05  Ryan Nortoncast fix, workaround for pickeir compilers
2004-11-02  Stefan CsomorwxMax instead of max, former is always around
2004-11-02  Stefan Csomorcorrecting allocated buffer size
2004-11-02  Jouk Jansen Committing in .
2004-11-01  Ryan Nortonrewrite core foundation conversion to be efficient...
2004-10-31  Ryan Nortonnote broken code, cast hack to fix warning on pickier...
2004-10-30  Ryan Nortonsolution to wxMBConv stuff - make a seperate XX2XX...
2004-10-29  Ryan Norton[ 1054664 ] Implementation of wxMBConvUTF7 (Heavily...
2004-10-29  Ryan NortonAdd wxString::WorstEncodingCase, other various cleanups
2004-10-29  Ryan Nortonhave wxbuiltin wxmbconvutf7 return -1 (error) not 0...
2004-10-28  Ryan Nortonincrease worst case for UTF8 to *4
2004-10-12  Włodzimierz SkibaReverted due to Darwin conflict.
2004-10-12  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-10-11  Ryan Nortoncocoa doesn't need system framework - string conversion...
2004-10-06  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-09-22  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-09-11  Vadim Zeitlindefault MB -> WC conversion under Win32 now fails if...
2004-08-24  Stefan Csomormetrowerks is not implementing the mb calls in libc...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-18  Włodzimierz SkibaLimited setup.h shouldn't break building. Helpful in...
next