wxWidgets/docs/doxygen
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
..
groups Drop Mac prefix when referencing OS X. 2016-02-04 09:54:36 +01:00
images Reduce size of the PNGs used in Doxygen documentation 2016-10-05 22:19:26 +02:00
mainpages Allow disabling unsafe implicit conversions in wxString 2017-02-12 02:29:30 +01:00
overviews Merge branch 'helloworld-doc' 2016-11-16 18:02:28 +01:00
scripts Convert a few files from DOS to Unix EOLs. 2015-03-19 21:45:38 +01:00
custom_footer.html Fixed docs footer to bottom, and fixed up TOC on all main pages, and some overviews. 2012-11-03 18:29:28 +00:00
custom_header.html Updated links and mailing list addresses. 2015-10-30 20:06:09 -06:00
Doxyfile Update version to 3.1.1 2016-03-03 23:23:06 +01:00
DoxygenLayout.xml Upgraded Doxygen to 1.8.2 for the docs. 2012-11-03 18:08:45 +00:00
extra_stylesheet.css Updated logos in the reference manual. 2015-02-04 17:44:10 +00:00
latex_header.tex Turn off batchmode for PDF manual, and no longer update latex_header. 2015-02-08 11:17:35 +00:00
logo.png Reduce size of the PNGs used in Doxygen documentation 2016-10-05 22:19:26 +02:00
regen.bat Release script improvements. 2015-11-15 13:56:52 -07:00
regen.sh Update year in copyright notices to 2017 2017-01-04 11:25:00 +01:00
wxwidgets.js Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00