]> git.saurik.com Git - wxWidgets.git/history - include/wx/strconv.h
added wxConvUI which determines the conversion used for the UI elements and can be...
[wxWidgets.git] / include / wx / strconv.h
2006-04-11  Vadim Zeitlinadded wxConvUI which determines the conversion used...
2006-04-10  Vadim Zeitlinno changes, just corrected the comment for wxConvLocal
2006-04-06  Vadim Zeitlinfixed gcc warnings about not initializing the base...
2006-04-05  Vadim Zeitlinimplemented UTF-16/32 using To/FromWChar() instead...
2006-04-05  Vadim Zeitlin1. use a manifest constant wxNO_LEN instead of -1 for...
2006-04-05  Vadim Zeitlinadded wxMBConv::Clone() to be able to copy conversion...
2006-04-04  Vadim ZeitlinMB2WC/WC2MB are not pure virtual any longer, implement...
2006-04-04  Vadim Zeitlinadded new To/FromWChar() API with more reasonable seman...
2006-04-04  Vadim Zeitlinrenamed GetMinMBCharWidth() to GetMBNulLen(), made...
2006-04-02  Vadim Zeitlinreplaced recently added wxMBConv::GetMBNul() with a...
2006-04-01  Vadim ZeitlinUnix compilation fixes after last commit
2006-04-01  Vadim ZeitlinDescribed in the comments and documented the semantics...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-08  Michael WetherellComment typo fixes from Vince Harron
2005-04-13  Michael WetherellMove G_FILENAME_ENCODING to wxGTK
2005-03-30  Robert Roebling Compilo.
2005-03-30  Robert Roebling Forgot to commit.
2005-03-30  Julian SmartSorry, should be a __UNIX__ test
2005-03-30  Julian SmartAttempted compile fix
2005-03-27  Robert Roebling Submit patch based on Michael W.'s invalid UTF8
2005-03-24  Vadim Zeitlinadded wxConvFileName which is a variable, not define...
2005-02-11  Robert Roebling Make wxConvFile wxConvLibc.
2005-01-21  Włodzimierz SkibaWarning fixes for MinGW.
2004-11-17  Stefan Csomorfile name char set string conversions
2004-11-06  Ryan Nortonfinal cleanup of string conversion with null characters...
2004-10-30  Ryan Nortonsolution to wxMBConv stuff - make a seperate XX2XX...
2004-10-12  Włodzimierz SkibaReverted due to Darwin and other conflicts.
2004-10-12  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-06-10  Dimitri Schoolwerthclarified the parameters of MB2WC and WC2MB a little...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-09-26  Vadim Zeitlindon't do anything non trivial (like creating wxFontMapp...
2003-09-22  Vadim Zeitlinmore wxMBConv classes cleanup, define wxConvLibc to...
2003-09-22  Vadim Zeitlinadded UTF-16/32-[LB]E conversions; got rid of wxCharact...
2003-09-22  Vadim Zeitlinadded conversions to/from UTF 16/32 LE/BE (patch 809685)
2003-09-19  Vadim Zeitlinadded wxCSConv ctor taking wxFontEncoding
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-06  Václav SlavíkwxConvGdk is not used anymore
2003-07-02  Vadim Zeitlinrenamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-05-11  Chris Elliottdigital mars fix
2003-03-27  Stefan CsomorwxMac Unicode support
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-02-23  Václav Slavíkmake wxConvUTF8 available in wchar_t-less mode, too
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-04  Václav Slavíkcompilation fix for wxUSE_WCHAR_T=0
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-11  Robert Roebling Added wxString::FromAscii() wxString::ToAscii().
2002-05-07  Gilles Depeyrotimplemented explicit copy constructor and assignement...
2002-04-04  Julian SmartAdded wxTB_NODIVIDER and wxTB_NOALIGN so native Windows...
2001-05-31  Vadim Zeitlinadded wxLocale::GetSystemEncoding
2000-07-15  Bryan Pettymerged 2.2 branch
1999-12-14  David WebsterVisualage C++ V4.0 updates
1999-10-28  Ove KaavenwxFNCONV no longer references wxConv in a non-Unicode...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-08  Robert Roebling Added strconv