]> git.saurik.com Git - wxWidgets.git/history - src/common/strconv.cpp
Made wxConvBrokenFileNames public.
[wxWidgets.git] / src / common / strconv.cpp
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...
2004-04-11  Václav Slavíkfixed wxMBConv::cMB2WC and cWC2MB to check for conversi...
2004-03-07  Stefan Csomorfix for always terminating intermediate UniChar String...
2004-03-07  Stefan Csomorbyte length for interim UniChar String corrected
2004-03-03  Stefan Csomoradded conversions via UniChar for wchar = 4 bytes versions
2004-02-15  Vadim Zeitlinfail WC2MB conversion in wxCSConv if we can't be sure...
2004-02-08  Stefan Csomorcorrections for buffers
2004-01-22  Stefan Csomormoved system-fontencoding conversions to fontutil.cpp
2004-01-20  Stefan Csomorstring conversion implemented for mac
2003-11-09  Václav Slavíkfixed wxConvLocal to work with C locale (and probably...
2003-11-09  Václav Slavíkprevent deadlock in wxCSConv::DoCreate if it fails...
2003-10-24  Vadim Zeitlinuse iconv() for wxCSConv constructed from a wxFontEncod...
2003-10-24  Václav Slavíkfixed iso-8859-1 handling to report failures
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-09-27  Vadim Zeitlinmade UTF-16/32 equivalent to the corresponding LE/BE...
2003-09-26  Vadim Zeitlinalways return length of the string, *not* size of the...
2003-09-26  Vadim Zeitlindon't do anything non trivial (like creating wxFontMapp...
2003-09-23  Vadim Zeitlinfix for Unix compilation
2003-09-23  Vadim Zeitlinfixed compilation problems with platforms where wchar_t...
2003-09-22  Vadim Zeitlinmore wxMBConv classes cleanup, define wxConvLibc to...
2003-09-22  Vadim Zeitlinadded UTF-16/32-[LB]E conversions; got rid of wxCharact...
2003-09-22  Vadim Zeitlincompilation fix (part of patch 810484)
2003-09-22  Vadim Zeitlinadded conversions to/from UTF 16/32 LE/BE (patch 809685)
2003-09-20  Mattia Barbon Compilation fixes.
2003-09-19  Vadim Zeitlinfixed bug in wxCSConv(encoding) ctor (which I just...
2003-09-19  Vadim Zeitlinadded wxCSConv ctor taking wxFontEncoding
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-11  Julian SmartMore WinCE mods.
2003-07-06  Václav SlavíkwxConvGdk is not used anymore
2003-07-02  Václav Slavíkfixed to make wxBase DLL compile
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-02-23  Václav Slavíkmake wxConvUTF8 available in wchar_t-less mode, too
2003-01-07  Julian SmartRemoved old __WXWINE__ support (obsoleted by new __WINE...
2002-12-27  Julian SmartApplied patch [ 658786 ] Removes unresolved symbols...
2002-12-06  Vadim Zeitlincompilation fix for wxUSE_INTL == 0 (patch 646466)
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-11  Vadim Zeitlinsrc/common/strconv.cpps/wcslen/wxWcslen/g
2002-09-11  Julian SmartReplaced wcslen with wxWcslen
2002-09-04  Václav Slavíkcompilation fix for wxUSE_WCHAR_T=0
2002-08-30  Julian SmartMods for Wine compilation
2002-08-25  Vadim ZeitlinWindows compilation fixes after recent changes
2002-08-25  Vadim Zeitlinno real changes
2002-08-19  Václav Slavíkreverted Robert's preference for tables-driven EC_CharSet
2002-08-19  Robert Roebling Lots more Unicode fixes.
2002-08-18  Václav Slavíkdon't crash if used in iconv-like fashion
2002-08-17  Robert Roebling iconv() really never set the trailing 0.
2002-08-17  Robert Roebling iconv() doesn't set the trailing zero
2002-08-13  Václav Slavíkreverted previous checkin
2002-08-13  Robert Roebling This way strconv copmiles again. I don't think
2002-08-11  Robert Roebling Killing more wxConvLibc calls...
2002-08-11  Robert Roebling Added wxString::FromAscii() wxString::ToAscii().
2002-08-10  Robert Roebling Fix for Unicode conversion.
2002-08-08  Robert Roebling Hopefully corrected conversion buffer size.
2002-05-07  Gilles Depeyrotimplemented explicit copy constructor and assignement...
2002-04-06  Václav Slavíkadded wxFontMapper::Get/Set
2002-04-05  David Websterneed wxUSE_WCHAR_T around wxConvLocal
2002-04-04  Julian SmartAdded wxTB_NODIVIDER and wxTB_NOALIGN so native Windows...
2002-02-07  Kendall BennettMerges from Scitech Branch (George Davison):
2002-02-04  Vadim Zeitlinfixed for compilation without wxUSE_WCHAR_T and minor...
2002-01-26  Vadim Zeitlinfixed crash in wxGetCharacterSet when not using iconv
2002-01-25  Vadim Zeitlinfixes to handling of the 7 bit ASCII encoding
next