2010-04-16 |
Václav Slavík | Remove wxUSE_WCHAR_T checks. |
blob | commitdiff | raw |
2009-12-06 |
Vadim Zeitlin | Minor corrections to ToWChar() comment. |
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-03-29 |
Václav Slavík | added length to wx(Scoped)CharBuffer to improve handlin... |
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-09-05 |
Stefan Csomor | forward define for non precomp build, switching preproc... |
blob | commitdiff | raw | diff to current |
2008-07-19 |
Vadim Zeitlin | no changes, just added some explanatory comments for... |
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-06 |
Vadim Zeitlin | compilation fix for VC6 (and maybe not only): enums... |
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-03-02 |
Vadim Zeitlin | PalmOS compilation fixes (wx-trunk-out.diff part of... |
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-07-24 |
Vadim Zeitlin | add wxMBConvStrictUTF8 class implementing just UTF... |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
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-10 |
Václav Slavík | 1. made CRT wrappers definitions indepenent of wxUSE_UN... |
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-03 |
Václav Slavík | fixed DLL linking of wxConvLibc etc. |
blob | commitdiff | raw | diff to current |
2007-05-03 |
Václav Slavík | added code for optimized handling of UTF-8 locales... |
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-03-19 |
Václav Slavík | split wxchar.h into several smaller headers |
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-31 |
Vadim Zeitlin | removed wxABI_TESTS, they're irrelvant in 2.9 |
blob | commitdiff | raw | diff to current |
2007-01-18 |
Vadim Zeitlin | added wxCSConv::IsOk() (patch 1637944) |
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-11-27 |
Vadim Zeitlin | don't define wxMBFILES for Borland, this breaks compila... |
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-10 |
Vadim Zeitlin | no changes, just corrected the comment for wxConvLocal |
blob | commitdiff | raw | diff to current |
2006-04-06 |
Vadim Zeitlin | fixed gcc warnings about not initializing the base... |
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 |
Vadim Zeitlin | added wxMBConv::Clone() to be able to copy conversion... |
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 | replaced recently added wxMBConv::GetMBNul() with a... |
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 |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-08-08 |
Michael Wetherell | Comment typo fixes from Vince Harron |
blob | commitdiff | raw | diff to current |
2005-04-13 |
Michael Wetherell | Move G_FILENAME_ENCODING to wxGTK |
blob | commitdiff | raw | diff to current |
2005-03-30 |
Robert Roebling | Compilo. |
blob | commitdiff | raw | diff to current |
2005-03-30 |
Robert Roebling | Forgot to commit. |
blob | commitdiff | raw | diff to current |
2005-03-30 |
Julian Smart | Sorry, should be a __UNIX__ test |
blob | commitdiff | raw | diff to current |
2005-03-30 |
Julian Smart | Attempted compile fix |
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-24 |
Vadim Zeitlin | added wxConvFileName which is a variable, not define... |
blob | commitdiff | raw | diff to current |
2005-02-11 |
Robert Roebling | Make wxConvFile wxConvLibc. |
blob | commitdiff | raw | diff to current |
2005-01-21 |
Włodzimierz Skiba | Warning fixes for MinGW. |
blob | commitdiff | raw | diff to current |
2004-11-17 |
Stefan Csomor | file name char set string conversions |
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-10-30 |
Ryan Norton | solution to wxMBConv stuff - make a seperate XX2XX... |
blob | commitdiff | raw | diff to current |
2004-10-12 |
Włodzimierz Skiba | Reverted due to Darwin and other conflicts. |
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-06-10 |
Dimitri Schoolwerth | clarified the parameters of MB2WC and WC2MB a little... |
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 |
2003-09-26 |
Vadim Zeitlin | don't do anything non trivial (like creating wxFontMapp... |
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 | added conversions to/from UTF 16/32 LE/BE (patch 809685) |
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-06 |
Václav Slavík | wxConvGdk is not used anymore |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Vadim Zeitlin | renamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Vadim Zeitlin | fixes needed for separate DLL build to work |
blob | commitdiff | raw | diff to current |
2003-05-11 |
Chris Elliott | digital mars fix |
blob | commitdiff | raw | diff to current |
2003-03-27 |
Stefan Csomor | wxMac Unicode support |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Removed erroneous copyright names and corrected licence... |
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 |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
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-31 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
blob | commitdiff | raw | diff to current |
2002-08-11 |
Robert Roebling | Added wxString::FromAscii() wxString::ToAscii(). |
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-04 |
Julian Smart | Added wxTB_NODIVIDER and wxTB_NOALIGN so native Windows... |
blob | commitdiff | raw | diff to current |
2001-05-31 |
Vadim Zeitlin | added wxLocale::GetSystemEncoding |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
1999-12-14 |
David Webster | Visualage C++ V4.0 updates |
blob | commitdiff | raw | diff to current |
1999-10-28 |
Ove Kaaven | wxFNCONV no longer references wxConv in a non-Unicode... |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
blob | commitdiff | raw | diff to current |
1999-08-08 |
Robert Roebling | Added strconv |
blob | commitdiff | raw | diff to current |
|