2007-09-20 |
Vadim Zeitlin | fix round trip check in wxMBConv_win32::WC2MB() when... |
blob | commitdiff | raw |
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 |
2006-04-06 |
Vadim Zeitlin | added missing const to fix last commit |
blob | commitdiff | raw | diff to current |
2006-04-06 |
Vadim Zeitlin | added a cast to wxDecodeSurrogate() to fix wxMSW cross... |
blob | commitdiff | raw | diff to current |
2006-04-06 |
David Surovell | cleanup (repeat of v197) - added whitespace around... |
blob | commitdiff | raw | diff to current |
2006-04-05 |
Vadim Zeitlin | implemented UTF-16/32 using To/FromWChar() instead... |
blob | commitdiff | raw | diff to current |
2006-04-05 |
Vadim Zeitlin | 1. use a manifest constant wxNO_LEN instead of -1 for... |
blob | commitdiff | raw | diff to current |
2006-04-05 |
David Surovell | cleanup - added whitespace around operators, some blank... |
blob | commitdiff | raw | diff to current |
2006-04-05 |
Vadim Zeitlin | Mac compilation fix after last commit |
blob | commitdiff | raw | diff to current |
2006-04-05 |
Vadim Zeitlin | added wxMBConv::Clone() to be able to copy conversion... |
blob | commitdiff | raw | diff to current |
2006-04-05 |
Vadim Zeitlin | properly NUL-terminate the output in wxMBConvUTF16swap... |
blob | commitdiff | raw | diff to current |
2006-04-05 |
Vadim Zeitlin | 1. changed all "wxMBConv& conv" parameters to "const... |
blob | commitdiff | raw | diff to current |
2006-04-04 |
Vadim Zeitlin | MB2WC/WC2MB are not pure virtual any longer, implement... |
blob | commitdiff | raw | diff to current |
2006-04-04 |
Vadim Zeitlin | added new To/FromWChar() API with more reasonable seman... |
blob | commitdiff | raw | diff to current |
2006-04-04 |
Vadim Zeitlin | renamed GetMinMBCharWidth() to GetMBNulLen(), made... |
blob | commitdiff | raw | diff to current |
2006-04-02 |
Vadim Zeitlin | fixed wxMBConv_iconv to work with UTF-16/32 |
blob | commitdiff | raw | diff to current |
2006-04-02 |
Vadim Zeitlin | compilation fix for iconv call |
blob | commitdiff | raw | diff to current |
2006-04-02 |
Vadim Zeitlin | replaced recently added wxMBConv::GetMBNul() with a... |
blob | commitdiff | raw | diff to current |
2006-04-01 |
David Surovell | fix compilation problem in prior commit |
blob | commitdiff | raw | diff to current |
2006-04-01 |
Vadim Zeitlin | fixed wxMBConv_iconv::GetMBNul() |
blob | commitdiff | raw | diff to current |
2006-04-01 |
Vadim Zeitlin | Unix compilation fixes after last commit |
blob | commitdiff | raw | diff to current |
2006-04-01 |
Vadim Zeitlin | Described in the comments and documented the semantics... |
blob | commitdiff | raw | diff to current |
2006-03-31 |
Vadim Zeitlin | undid last (wrong) change to wxMBConvUTF16swap::MB2WC... |
blob | commitdiff | raw | diff to current |
2006-03-31 |
Vadim Zeitlin | fixed fatal buffer overwrite in wxMBConvUTF16swap:... |
blob | commitdiff | raw | diff to current |
2006-03-31 |
Vadim Zeitlin | detect some invalid UTF7 strings when decoding them... |
blob | commitdiff | raw | diff to current |
2006-03-31 |
Vadim Zeitlin | really pass the proper output buffer size in wxMBConv_w... |
blob | commitdiff | raw | diff to current |
2006-03-31 |
Vadim Zeitlin | pass proper output buffer size in round trip conversion... |
blob | commitdiff | raw | diff to current |
2006-03-06 |
Włodzimierz Skiba | wxWinCE build fix. |
blob | commitdiff | raw | diff to current |
2006-03-06 |
Václav Slavík | fixed win32 code to not use MB_ERR_INVALID_CHARS on... |
blob | commitdiff | raw | diff to current |
2006-02-09 |
Vadim Zeitlin | set m_encoding in wxCSConv ctor from name |
blob | commitdiff | raw | diff to current |
2006-01-18 |
Julian Smart | Reverted semicolons patch |
blob | commitdiff | raw | diff to current |
2006-01-18 |
Julian Smart | Applied patch [ 1399013 ] More removals of extraneous... |
blob | commitdiff | raw | diff to current |
2006-01-07 |
David Surovell | minor cleanup |
blob | commitdiff | raw | diff to current |
2005-10-15 |
Michael Wetherell | Typo, should be #if not #ifdef |
blob | commitdiff | raw | diff to current |
2005-10-15 |
Michael Wetherell | Restore WC_UTF16, required for compilation on Windows |
blob | commitdiff | raw | diff to current |
2005-09-26 |
Włodzimierz Skiba | Warning fixes for BCC, VC, OW and MinGW. |
blob | commitdiff | raw | diff to current |
2005-09-26 |
Vadim Zeitlin | fixed wide char codeset detection for systems which... |
blob | commitdiff | raw | diff to current |
2005-09-26 |
Vadim Zeitlin | added tracing code to wide char codeset detection |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | first round of Intel compiler warning fixes: down from... |
blob | commitdiff | raw | diff to current |
2005-09-24 |
Michael Wetherell | Memory corruption fix |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-09-22 |
Vadim Zeitlin | Unicode build fix |
blob | commitdiff | raw | diff to current |
2005-09-22 |
Vadim Zeitlin | gcc compilation fixes after last commit |
blob | commitdiff | raw | diff to current |
2005-09-22 |
Vadim Zeitlin | try all known UCS-[24] synonyms in wxMBConv_iconv,... |
blob | commitdiff | raw | diff to current |
2005-09-18 |
Vadim Zeitlin | Unicode compilation fix |
blob | commitdiff | raw | diff to current |
2005-09-18 |
Vadim Zeitlin | don't pass NULL pointer to printf(), this crashes Solar... |
blob | commitdiff | raw | diff to current |
2005-09-18 |
Vadim Zeitlin | added trace message to wxCSConv creation code |
blob | commitdiff | raw | diff to current |
2005-09-18 |
Vadim Zeitlin | added GetAllEncodingNames(), use it to select the corre... |
blob | commitdiff | raw | diff to current |
2005-09-13 |
Vadim Zeitlin | and now it even compiles |
blob | commitdiff | raw | diff to current |
2005-09-13 |
Vadim Zeitlin | fix for last commit |
blob | commitdiff | raw | diff to current |
next |