wxWidgets/docs/doxygen/mainpages
Vadim Zeitlin e125c3b657 Allow disabling unsafe implicit conversions in wxString
While we have to keep these conversions enabled by default, they are very
dangerous as they can result in silent data loss on any system not using a
locale with UTF-8 encoding, i.e. always under MSW.

Allow mitigating this by defining wxNO_UNSAFE_WXSTRING_CONV when compiling the
application code using the library, which makes these conversions invisible to
the user code, and so can be used without recompiling the library.

Also add wxUSE_UNSAFE_WXSTRING_CONV which can be set to 0 when compiling the
library to disable these conversions globally for all applications using it.

Closes #11830.
2017-02-12 02:29:30 +01:00
..
cat_classes.h Add wxActivityIndicator control. 2015-03-20 00:08:37 +01:00
const_cpp.h Allow disabling unsafe implicit conversions in wxString 2017-02-12 02:29:30 +01:00
const_stdevtid.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
const_stockitems.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
const_wxusedef.h Add support for using the XTest extension in wxUIActionSimulator 2016-05-23 03:00:48 +02:00
constants.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
copyright.h Update year in copyright notices to 2017 2017-01-04 11:25:00 +01:00
devtips.h Remove OS/2 from Cross-Platform Development Tips page. 2016-02-04 17:26:11 +01:00
introduction.h Update documentation to mention Visual Studio 2017 support 2017-01-16 22:28:40 +01:00
libs.h spelling fixes 2013-11-10 01:48:27 +00:00
manual.h Updates for 3.1.0 release 2016-02-28 22:33:37 +01:00
platdetails.h Escape double dashes in Doxygen input to preserve them 2016-10-20 21:47:37 +02:00
samples.h Escape double dashes in Doxygen input to preserve them 2016-10-20 21:47:37 +02:00
screenshots.h Add wxActivityIndicator control. 2015-03-20 00:08:37 +01:00
topics.h Merge the changes from 3.0 branch. 2013-11-12 18:06:37 +00:00
translations.h Updated links and mailing list addresses. 2015-10-30 20:06:09 -06:00
utilities.h Updated links and mailing list addresses. 2015-10-30 20:06:09 -06:00