2012-12-08 |
Vadim Zeitlin | Don't unnecessarily NUL-terminate wxCharBuffer contents. |
blob | commitdiff | raw |
2012-01-25 |
Vadim Zeitlin | Fix return value of wxMBConvUTF8::FromWChar(). |
blob | commitdiff | raw | diff to current |
2011-11-05 |
Vadim Zeitlin | Don't read beyond the end of input buffer when decoding... |
blob | commitdiff | raw | diff to current |
2011-09-10 |
Steve Lamerton | Merge in from trunk r68684 - r69046 |
blob | commitdiff | raw | diff to current |
2011-08-14 |
Vadim Zeitlin | Fix return value of wxMBConvUTF8::ToWChar() when not... |
blob | commitdiff | raw | diff to current |
2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
blob | commitdiff | raw | diff to current |
2011-06-30 |
Vadim Zeitlin | Initialize variable in UTF{16,32} conversion code to... |
blob | commitdiff | raw | diff to current |
2011-03-29 |
Stefan Csomor | fix clang warning (? having two different operand types) |
blob | commitdiff | raw | diff to current |
2011-01-02 |
Paul Cornett | fix preprocessor expression, closes #12822 |
blob | commitdiff | raw | diff to current |
2010-11-11 |
Vadim Zeitlin | Initialize wxCSConv immediately instead of deferring it. |
blob | commitdiff | raw | diff to current |
2010-11-05 |
Vadim Zeitlin | Ensure that strings returned by wxMBConv_cf are in... |
blob | commitdiff | raw | diff to current |
2010-10-31 |
Vadim Zeitlin | Make wxMBConv_iconv MT-safe by not using wxString in it. |
blob | commitdiff | raw | diff to current |
2010-10-22 |
Vadim Zeitlin | No real changes, just use const_cast<> instead of C... |
blob | commitdiff | raw | diff to current |
2010-10-17 |
Vadim Zeitlin | Return valid buffer from wxMBConv::c{MB,WC}2{WC,MB... |
blob | commitdiff | raw | diff to current |
2010-06-20 |
Vadim Zeitlin | Use wxDELETE() and wxDELETEA() when possible. |
blob | commitdiff | raw | diff to current |
2010-04-16 |
Václav Slavík | Remove wxUSE_WCHAR_T checks. |
blob | commitdiff | raw | diff to current |
2009-12-06 |
Vadim Zeitlin | Correct two bugs in wxMBConv::FromWChar() with non... |
blob | commitdiff | raw | diff to current |
2009-12-02 |
Paul Cornett | make array data fully const |
blob | commitdiff | raw | diff to current |
2009-09-26 |
Vadim Zeitlin | Fix another off-by-1 bug in wxMBConv::ToWChar(). |
blob | commitdiff | raw | diff to current |
2009-09-12 |
Vadim Zeitlin | Add convenient wxMBConv::cMB2WC/WC2MB overloads taking... |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-05-09 |
Francesco Montorsi | build fix for gcc4.3.3 (different types for arguments... |
blob | commitdiff | raw | diff to current |
2009-05-08 |
Vadim Zeitlin | remove error message from wxCSConv initialization:... |
blob | commitdiff | raw | diff to current |
2009-03-25 |
Stefan Csomor | making sure NULs stay in the result, even if the string... |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
blob | commitdiff | raw | diff to current |
2008-11-16 |
Vadim Zeitlin | fix some of icc 11.0 warnings and disable a few others |
blob | commitdiff | raw | diff to current |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
blob | commitdiff | raw | diff to current |
2008-10-17 |
Vadim Zeitlin | significantly optimize wxCSConv::To/FromWChar(NULL... |
blob | commitdiff | raw | diff to current |
2008-10-17 |
Vadim Zeitlin | reverted the change of r56246 and keep the old behaviou... |
blob | commitdiff | raw | diff to current |
2008-10-12 |
Vadim Zeitlin | fix off by one bug in the buffer size (fixes #10039) |
blob | commitdiff | raw | diff to current |
2008-07-19 |
Vadim Zeitlin | fix bug with wxCSConv("ASCII") |
blob | commitdiff | raw | diff to current |
2008-07-18 |
Vadim Zeitlin | really correct detecting the end of UTF-7-encoded strings |
blob | commitdiff | raw | diff to current |
2008-07-17 |
Vadim Zeitlin | fix bug introduced in r54646: we still need to count... |
blob | commitdiff | raw | diff to current |
2008-07-17 |
Vadim Zeitlin | properly detect missing data at the end of UTF-7-encode... |
blob | commitdiff | raw | diff to current |
2008-07-15 |
Vadim Zeitlin | fix the output length returned from cWC2MB/MB2WC()... |
blob | commitdiff | raw | diff to current |
2008-07-15 |
Vadim Zeitlin | remove wxCSConv::MB2WC/WC2MB, implement Latin-1 fallbac... |
blob | commitdiff | raw | diff to current |
2008-06-11 |
Stefan Csomor | fixing file paths after renaming |
blob | commitdiff | raw | diff to current |
2008-06-01 |
Vadim Zeitlin | corrected bug in wxMBConvStrictUTF8::FromWChar(): it... |
blob | commitdiff | raw | diff to current |
2008-06-01 |
Vadim Zeitlin | rewrote UTF-7 to work on streams of data to be comaptib... |
blob | commitdiff | raw | diff to current |
2008-05-31 |
Vadim Zeitlin | don't write extraneous NUL bytes in wxMBConv_iconv... |
blob | commitdiff | raw | diff to current |
2008-05-31 |
Vadim Zeitlin | correct similar off by 1 bug to the one fixed by r53869... |
blob | commitdiff | raw | diff to current |
2008-05-31 |
Vadim Zeitlin | fix bug with wrong return value in wxMBConv_iconv:... |
blob | commitdiff | raw | diff to current |
2008-05-31 |
Vadim Zeitlin | fix wxMBConv_iconv to respect the base class convention... |
blob | commitdiff | raw | diff to current |
2008-05-31 |
Vadim Zeitlin | swap all characters instead of just the last one in... |
blob | commitdiff | raw | diff to current |
2008-05-31 |
Vadim Zeitlin | don't return success when converting incomplete UTF... |
blob | commitdiff | raw | diff to current |
2008-05-30 |
Vadim Zeitlin | implement wxMBConv_iconv::To/FromWChar() instead of... |
blob | commitdiff | raw | diff to current |
2008-02-02 |
Paul Cornett | avoid GCC warnings about breaking strict aliasing rules |
blob | commitdiff | raw | diff to current |
2007-12-31 |
Vadim Zeitlin | removed support for Salford compiler (which was almost... |
blob | commitdiff | raw | diff to current |
2007-09-20 |
Vadim Zeitlin | fix round trip check in wxMBConv_win32::WC2MB() when... |
blob | commitdiff | raw | diff to current |
2007-09-18 |
Vadim Zeitlin | properly NUL-terminate the buffer returned by wxMBConv... |
blob | commitdiff | raw | diff to current |
2007-09-15 |
Vadim Zeitlin | always NUL-terminate the buffers returned by cWC2MB... |
blob | commitdiff | raw | diff to current |
2007-09-15 |
Vadim Zeitlin | fix wxMBConvUTF8::cMB2WC/cWC2MB() broken by the introdu... |
blob | commitdiff | raw | diff to current |
2007-09-14 |
Vadim Zeitlin | fix warning about not enough parameters for WX_DEFINE_G... |
blob | commitdiff | raw | diff to current |
2007-09-12 |
Vadim Zeitlin | check that the conversion really succeeds even when... |
blob | commitdiff | raw | diff to current |
2007-08-28 |
Václav Slavík | optimized wxMBConvStringUTF8::ToWchar() for ASCII chara... |
blob | commitdiff | raw | diff to current |
2007-08-22 |
Václav Slavík | made UTF-8 tables const |
blob | commitdiff | raw | diff to current |
2007-07-27 |
Vadim Zeitlin | many compilation fixes for WinCE using VC8 (it now... |
blob | commitdiff | raw | diff to current |
2007-07-24 |
Vadim Zeitlin | use To/FromWChar() in single parameter wxMBConv::cMB2WC... |
blob | commitdiff | raw | diff to current |
2007-07-24 |
Vadim Zeitlin | add wxMBConvStrictUTF8 class implementing just UTF... |
blob | commitdiff | raw | diff to current |
2007-07-07 |
David Elliott | Remove wxMBConv_mac and wxMBConv_macUTF8D converters... |
blob | commitdiff | raw | diff to current |
2007-07-07 |
David Elliott | Move wxMBConv_cf out of strconv.cpp and into strconv_cf... |
blob | commitdiff | raw | diff to current |
2007-07-06 |
David Elliott | Fix wxMBConv_cf to implement FromWChar/ToWChar in lieu... |
blob | commitdiff | raw | diff to current |
2007-07-06 |
David Elliott | Rename wxMBConv_cocoa to wxMBConv_cf and use it when... |
blob | commitdiff | raw | diff to current |
2007-07-06 |
David Elliott | Fix wxCocoa compilation. |
blob | commitdiff | raw | diff to current |
2007-06-22 |
Vadim Zeitlin | fix Sun CC warnings about converting literal strings... |
blob | commitdiff | raw | diff to current |
2007-06-11 |
Václav Slavík | OS X compilation fix |
blob | commitdiff | raw | diff to current |
2007-06-10 |
Václav Slavík | don't use implicit wxString->char*/wchar_t* conversion... |
blob | commitdiff | raw | diff to current |
2007-06-04 |
Václav Slavík | compilation fix |
blob | commitdiff | raw | diff to current |
2007-06-02 |
Václav Slavík | implemented wxMBConv::IsUTF8() helper for more classes... |
blob | commitdiff | raw | diff to current |
2007-05-11 |
Václav Slavík | use const wxMBConv& instead of wxMBConv& in public... |
blob | commitdiff | raw | diff to current |
2007-05-03 |
Václav Slavík | fixed DLL linking of wxConvLibc etc. |
blob | commitdiff | raw | diff to current |
2007-05-02 |
Václav Slavík | made wxConvXXX objects usable at static initialization... |
blob | commitdiff | raw | diff to current |
2007-04-28 |
Michael Wetherell | Map illegal UTF-8 sequences to a range in Unicode's... |
blob | commitdiff | raw | diff to current |
2007-03-18 |
Vadim Zeitlin | modify m_encoding, not m_name, in wxCSConv::CreateConvI... |
blob | commitdiff | raw | diff to current |
2007-03-17 |
Václav Slavík | first phase of transition to unified Unicode build: |
blob | commitdiff | raw | diff to current |
2007-03-16 |
Václav Slavík | added missing #pragma hdrstop |
blob | commitdiff | raw | diff to current |
2007-03-16 |
Vadim Zeitlin | include wx/msw/missing.h after wx/msw/private.h, otherw... |
blob | commitdiff | raw | diff to current |
2007-03-11 |
Vadim Zeitlin | added wxSafeConvertMB2WX/WX2MB() and use them when... |
blob | commitdiff | raw | diff to current |
2007-01-18 |
Vadim Zeitlin | added wxCSConv::IsOk() (patch 1637944) |
blob | commitdiff | raw | diff to current |
2006-12-11 |
Václav Slavík | fixed wxCSConv to work again for iso-8859-1 |
blob | commitdiff | raw | diff to current |
2006-12-09 |
Vadim Zeitlin | implement To/FromWchar() as wxCSConv methods, otherwise... |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Włodzimierz Skiba | Include wx/msw/wrap*.h according to pch support (with... |
blob | commitdiff | raw | diff to current |
2006-09-05 |
Vadim Zeitlin | mark all dtors which are virtual because base class... |
blob | commitdiff | raw | diff to current |
2006-08-27 |
Václav Slavík | made wxCSConv fall back to iso-8859-1 if wxFONTENCODING... |
blob | commitdiff | raw | diff to current |
2006-08-17 |
Paul Cornett | build fixes |
blob | commitdiff | raw | diff to current |
2006-08-01 |
Stefan Csomor | on mac using macroman only created once a successful... |
blob | commitdiff | raw | diff to current |
2006-07-31 |
Václav Slavík | warnings fixes for !wxUSE_FONTMAP |
blob | commitdiff | raw | diff to current |
2006-07-31 |
Václav Slavík | compilation fix for !wxUSE_FONTMAPstrconv.cpp |
blob | commitdiff | raw | diff to current |
2006-07-22 |
Stefan Csomor | adding back-conversion to filenames (wide composed) |
blob | commitdiff | raw | diff to current |
2006-07-04 |
Stefan Csomor | was crashing wxCocoa builds (decomposition will be... |
blob | commitdiff | raw | diff to current |
2006-07-02 |
Stefan Neis | Fixed typos in comments (patch #1515724) |
blob | commitdiff | raw | diff to current |
2006-06-30 |
Stefan Csomor | making sure mac filenames are always decomposed D Unico... |
blob | commitdiff | raw | diff to current |
2006-06-20 |
Włodzimierz Skiba | Include wx/hashmap.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-28 |
Vadim Zeitlin | explicitly call base class ctor to silent gcc warning... |
blob | commitdiff | raw | diff to current |
2006-05-06 |
Vadim Zeitlin | corrected last change to cWC2MB() to also work for... |
blob | commitdiff | raw | diff to current |
2006-05-06 |
Vadim Zeitlin | don't allocate 0-sized buffer in cWC2MB() even if input... |
blob | commitdiff | raw | diff to current |
2006-05-02 |
Włodzimierz Skiba | Include wx/utils.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-13 |
Vadim Zeitlin | initialize nulLen to 0 for all compilers as some versio... |
blob | commitdiff | raw | diff to current |
2006-04-11 |
Vadim Zeitlin | added wxConvUI which determines the conversion used... |
blob | commitdiff | raw | diff to current |
2006-04-06 |
Vadim Zeitlin | leave enough space for the trailing NUL when converting... |
blob | commitdiff | raw | diff to current |
next |