2005-04-13 |
Michael Wetherell | Move G_FILENAME_ENCODING to wxGTK |
blob | commitdiff | raw |
2005-04-13 |
Michael Wetherell | Compilo fix for wxUSE_INTL=0 and use wxCSConv for broke... |
blob | commitdiff | raw | diff to current |
2005-04-03 |
Michael Wetherell | The octal escaping code needs to escape the escape... |
blob | commitdiff | raw | diff to current |
2005-04-01 |
Michael Wetherell | Use wxMBConvUTF8 when G_FILENAME_ENCODING is UTF-8... |
blob | commitdiff | raw | diff to current |
2005-03-30 |
Michael Wetherell | Fix for decoding of utf-16 surrogates. Also remove... |
blob | commitdiff | raw | diff to current |
2005-03-29 |
Robert Roebling | Made wxConvBrokenFileNames public. |
blob | commitdiff | raw | diff to current |
2005-03-29 |
Włodzimierz Skiba | Warning fixes after recent library changes. |
blob | commitdiff | raw | diff to current |
2005-03-28 |
Vadim Zeitlin | respect G_FILENAME_ENCODING in wxConvBrokenFileName... |
blob | commitdiff | raw | diff to current |
2005-03-27 |
Vadim Zeitlin | use wxLocale::GetSystemEncoding() to test whetehr we... |
blob | commitdiff | raw | diff to current |
2005-03-27 |
Vadim Zeitlin | fixed compilation in non-Unicode build; fixed bug with... |
blob | commitdiff | raw | diff to current |
2005-03-27 |
Robert Roebling | Submit patch based on Michael W.'s invalid UTF8 |
blob | commitdiff | raw | diff to current |
2005-03-26 |
Robert Roebling | Commit empty wxConvBrokenFileNames |
blob | commitdiff | raw | diff to current |
2005-03-26 |
David Elliott | Use wxFontMapperBase::Get instead of wxFontMapper:... |
blob | commitdiff | raw | diff to current |
2005-03-25 |
Stefan Csomor | add the mac specific encodings correctly |
blob | commitdiff | raw | diff to current |
2005-03-24 |
Vadim Zeitlin | added wxConvFileName which is a variable, not define... |
blob | commitdiff | raw | diff to current |
2005-02-20 |
Ryan Norton | use on cocoa without fontmapper |
blob | commitdiff | raw | diff to current |
2005-02-17 |
Ryan Norton | Enable compilation on mac without wxFontMapper |
blob | commitdiff | raw | diff to current |
2005-01-31 |
Vadim Zeitlin | MultiByteToWideChar(CP_UTF7, MB_ERR_INVALID_CHARS,... |
blob | commitdiff | raw | diff to current |
2004-11-16 |
Václav Slavík | fixed wxEncodingConverter-base wxCSConv to report failu... |
blob | commitdiff | raw | diff to current |
2004-11-14 |
Václav Slavík | made wxMBConv_iconv MT-safe |
blob | commitdiff | raw | diff to current |
2004-11-08 |
Włodzimierz Skiba | Unfortunatelly compiler does not know which bits play... |
blob | commitdiff | raw | diff to current |
2004-11-08 |
Ryan Norton | correct to int32 for range comparison |
blob | commitdiff | raw | diff to current |
2004-11-06 |
Ryan Norton | final cleanup of string conversion with null characters... |
blob | commitdiff | raw | diff to current |
2004-11-05 |
Ryan Norton | cast fix, workaround for pickeir compilers |
blob | commitdiff | raw | diff to current |
2004-11-02 |
Stefan Csomor | wxMax instead of max, former is always around |
blob | commitdiff | raw | diff to current |
2004-11-02 |
Stefan Csomor | correcting allocated buffer size |
blob | commitdiff | raw | diff to current |
2004-11-02 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2004-11-01 |
Ryan Norton | rewrite core foundation conversion to be efficient... |
blob | commitdiff | raw | diff to current |
2004-10-31 |
Ryan Norton | note broken code, cast hack to fix warning on pickier... |
blob | commitdiff | raw | diff to current |
2004-10-30 |
Ryan Norton | solution to wxMBConv stuff - make a seperate XX2XX... |
blob | commitdiff | raw | diff to current |
2004-10-29 |
Ryan Norton | [ 1054664 ] Implementation of wxMBConvUTF7 (Heavily... |
blob | commitdiff | raw | diff to current |
2004-10-29 |
Ryan Norton | Add wxString::WorstEncodingCase, other various cleanups |
blob | commitdiff | raw | diff to current |
2004-10-29 |
Ryan Norton | have wxbuiltin wxmbconvutf7 return -1 (error) not 0... |
blob | commitdiff | raw | diff to current |
2004-10-28 |
Ryan Norton | increase worst case for UTF8 to *4 |
blob | commitdiff | raw | diff to current |
2004-10-12 |
Włodzimierz Skiba | Reverted due to Darwin conflict. |
blob | commitdiff | raw | diff to current |
2004-10-12 |
Włodzimierz Skiba | Warning fixes found under hardest mode of OpenWatcom... |
blob | commitdiff | raw | diff to current |
2004-10-11 |
Ryan Norton | cocoa doesn't need system framework - string conversion... |
blob | commitdiff | raw | diff to current |
2004-10-06 |
Włodzimierz Skiba | Warning fixes found under hardest mode of OpenWatcom... |
blob | commitdiff | raw | diff to current |
2004-09-22 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F... |
blob | commitdiff | raw | diff to current |
2004-09-11 |
Vadim Zeitlin | default MB -> WC conversion under Win32 now fails if... |
blob | commitdiff | raw | diff to current |
2004-08-24 |
Stefan Csomor | metrowerks is not implementing the mb calls in libc... |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-05-18 |
Włodzimierz Skiba | Limited setup.h shouldn't break building. Helpful in... |
blob | commitdiff | raw | diff to current |
2004-04-11 |
Václav Slavík | fixed wxMBConv::cMB2WC and cWC2MB to check for conversi... |
blob | commitdiff | raw | diff to current |
2004-03-07 |
Stefan Csomor | fix for always terminating intermediate UniChar String... |
blob | commitdiff | raw | diff to current |
2004-03-07 |
Stefan Csomor | byte length for interim UniChar String corrected |
blob | commitdiff | raw | diff to current |
2004-03-03 |
Stefan Csomor | added conversions via UniChar for wchar = 4 bytes versions |
blob | commitdiff | raw | diff to current |
2004-02-15 |
Vadim Zeitlin | fail WC2MB conversion in wxCSConv if we can't be sure... |
blob | commitdiff | raw | diff to current |
2004-02-08 |
Stefan Csomor | corrections for buffers |
blob | commitdiff | raw | diff to current |
2004-01-22 |
Stefan Csomor | moved system-fontencoding conversions to fontutil.cpp |
blob | commitdiff | raw | diff to current |
2004-01-20 |
Stefan Csomor | string conversion implemented for mac |
blob | commitdiff | raw | diff to current |
2003-11-09 |
Václav Slavík | fixed wxConvLocal to work with C locale (and probably... |
blob | commitdiff | raw | diff to current |
2003-11-09 |
Václav Slavík | prevent deadlock in wxCSConv::DoCreate if it fails... |
blob | commitdiff | raw | diff to current |
2003-10-24 |
Vadim Zeitlin | use iconv() for wxCSConv constructed from a wxFontEncod... |
blob | commitdiff | raw | diff to current |
2003-10-24 |
Václav Slavík | fixed iso-8859-1 handling to report failures |
blob | commitdiff | raw | diff to current |
2003-10-16 |
Vadim Zeitlin | warning fixes for BCC and OW (heavily modified patch... |
blob | commitdiff | raw | diff to current |
2003-09-27 |
Vadim Zeitlin | made UTF-16/32 equivalent to the corresponding LE/BE... |
blob | commitdiff | raw | diff to current |
2003-09-26 |
Vadim Zeitlin | always return length of the string, *not* size of the... |
blob | commitdiff | raw | diff to current |
2003-09-26 |
Vadim Zeitlin | don't do anything non trivial (like creating wxFontMapp... |
blob | commitdiff | raw | diff to current |
2003-09-23 |
Vadim Zeitlin | fix for Unix compilation |
blob | commitdiff | raw | diff to current |
2003-09-23 |
Vadim Zeitlin | fixed compilation problems with platforms where wchar_t... |
blob | commitdiff | raw | diff to current |
2003-09-22 |
Vadim Zeitlin | more wxMBConv classes cleanup, define wxConvLibc to... |
blob | commitdiff | raw | diff to current |
2003-09-22 |
Vadim Zeitlin | added UTF-16/32-[LB]E conversions; got rid of wxCharact... |
blob | commitdiff | raw | diff to current |
2003-09-22 |
Vadim Zeitlin | compilation fix (part of patch 810484) |
blob | commitdiff | raw | diff to current |
2003-09-22 |
Vadim Zeitlin | added conversions to/from UTF 16/32 LE/BE (patch 809685) |
blob | commitdiff | raw | diff to current |
2003-09-20 |
Mattia Barbon | Compilation fixes. |
blob | commitdiff | raw | diff to current |
2003-09-19 |
Vadim Zeitlin | fixed bug in wxCSConv(encoding) ctor (which I just... |
blob | commitdiff | raw | diff to current |
2003-09-19 |
Vadim Zeitlin | added wxCSConv ctor taking wxFontEncoding |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-07-22 |
Vadim Zeitlin | undisable many warnings for VC++ in defs.h and fixed... |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Julian Smart | More WinCE mods. |
blob | commitdiff | raw | diff to current |
2003-07-06 |
Václav Slavík | wxConvGdk is not used anymore |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Václav Slavík | fixed to make wxBase DLL compile |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Fixed copyrights and licence spelling |
blob | commitdiff | raw | diff to current |
2003-02-23 |
Václav Slavík | make wxConvUTF8 available in wchar_t-less mode, too |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Julian Smart | Removed old __WXWINE__ support (obsoleted by new __WINE... |
blob | commitdiff | raw | diff to current |
2002-12-27 |
Julian Smart | Applied patch [ 658786 ] Removes unresolved symbols... |
blob | commitdiff | raw | diff to current |
2002-12-06 |
Vadim Zeitlin | compilation fix for wxUSE_INTL == 0 (patch 646466) |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-09-11 |
Vadim Zeitlin | src/common/strconv.cpps/wcslen/wxWcslen/g |
blob | commitdiff | raw | diff to current |
2002-09-11 |
Julian Smart | Replaced wcslen with wxWcslen |
blob | commitdiff | raw | diff to current |
2002-09-04 |
Václav Slavík | compilation fix for wxUSE_WCHAR_T=0 |
blob | commitdiff | raw | diff to current |
2002-08-30 |
Julian Smart | Mods for Wine compilation |
blob | commitdiff | raw | diff to current |
2002-08-25 |
Vadim Zeitlin | Windows compilation fixes after recent changes |
blob | commitdiff | raw | diff to current |
2002-08-25 |
Vadim Zeitlin | no real changes |
blob | commitdiff | raw | diff to current |
2002-08-19 |
Václav Slavík | reverted Robert's preference for tables-driven EC_CharSet |
blob | commitdiff | raw | diff to current |
2002-08-19 |
Robert Roebling | Lots more Unicode fixes. |
blob | commitdiff | raw | diff to current |
2002-08-18 |
Václav Slavík | don't crash if used in iconv-like fashion |
blob | commitdiff | raw | diff to current |
2002-08-17 |
Robert Roebling | iconv() really never set the trailing 0. |
blob | commitdiff | raw | diff to current |
2002-08-17 |
Robert Roebling | iconv() doesn't set the trailing zero |
blob | commitdiff | raw | diff to current |
2002-08-13 |
Václav Slavík | reverted previous checkin |
blob | commitdiff | raw | diff to current |
2002-08-13 |
Robert Roebling | This way strconv copmiles again. I don't think |
blob | commitdiff | raw | diff to current |
2002-08-11 |
Robert Roebling | Killing more wxConvLibc calls... |
blob | commitdiff | raw | diff to current |
2002-08-11 |
Robert Roebling | Added wxString::FromAscii() wxString::ToAscii(). |
blob | commitdiff | raw | diff to current |
2002-08-10 |
Robert Roebling | Fix for Unicode conversion. |
blob | commitdiff | raw | diff to current |
2002-08-08 |
Robert Roebling | Hopefully corrected conversion buffer size. |
blob | commitdiff | raw | diff to current |
2002-05-07 |
Gilles Depeyrot | implemented explicit copy constructor and assignement... |
blob | commitdiff | raw | diff to current |
2002-04-06 |
Václav Slavík | added wxFontMapper::Get/Set |
blob | commitdiff | raw | diff to current |
2002-04-05 |
David Webster | need wxUSE_WCHAR_T around wxConvLocal |
blob | commitdiff | raw | diff to current |
next |