2006-04-02 |
Vadim Zeitlin | compilation fix for iconv call |
blob | commitdiff | raw |
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 |
2005-09-13 |
Vadim Zeitlin | removed strcpy to fixed buffer (do it the right way... |
blob | commitdiff | raw | diff to current |
2005-08-08 |
Michael Wetherell | wxMBConv test cases, patch 1179989 from Vince Harron |
blob | commitdiff | raw | diff to current |
2005-07-24 |
Stefan Csomor | OSX two-level header fixes |
blob | commitdiff | raw | diff to current |
2005-06-13 |
Włodzimierz Skiba | '[1219035] cleanup: miscellaneous' and minor source... |
blob | commitdiff | raw | diff to current |
2005-06-10 |
Włodzimierz Skiba | Allow MSW Base be usable in other ports than wxMSW... |
blob | commitdiff | raw | diff to current |
2005-06-08 |
Stefan Csomor | UniChar being platform endian |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Julian Smart | Typo correction patch [ 1208110 ] Lots of typo corrections |
blob | commitdiff | raw | diff to current |
2005-04-13 |
Michael Wetherell | Move G_FILENAME_ENCODING to wxGTK |
blob | commitdiff | raw | diff to current |
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 |
next |