wxwidgets/docs/doxygen/mainpages
Vadim Zeitlin 35c35c235e Remove wxUSE_STL which is not really used any longer
wxString is always based on std::[w]string since 2c0c727f49 (Remove wx
own wxStringImpl implementation, 2022-11-16) and all containers use
standard containers by default too now -- and there is a separate
wxUSE_STD_CONTAINERS for this anyhow.

The only remaining use of wxUSE_STL was as the default value for
wxUSE_STD_STRING_CONV_IN_WXSTRING option, but it's not really needed
for this neither, and this option can just be set to 0 by default.

Also add wxUSE_CHAR_CONV_IN_WXSTRING which can now be set to 0 too to
disable all unwanted implicit conversions (even "safe" ones, to wide
strings, in addition to the unsafe ones to narrow strings that could be
already disabled with wxUSE_UNSAFE_WXSTRING_CONV) to allow people who
don't want to have any implicit conversions at all to do it.

Keep --enable-stl configure option for compatibility, but warn if it is
used to tell people that it is not needed any longer.
2023-04-15 17:22:09 +02:00
..
cat_classes.h Remove support for wxMotif 2022-10-16 16:39:56 +02:00
const_cpp.h Remove wxUSE_STL which is not really used any longer 2023-04-15 17:22:09 +02:00
const_stdevtid.h Avoid recommending deprecated wxNewId in the docs 2021-02-03 12:10:37 +02:00
const_stockitems.h docs: Swap columns for stock image and label 2021-05-30 17:11:21 +01:00
const_wxusedef.h Replace some occurrences of wxUSE_STL with wxUSE_STD_CONTAINERS 2023-04-15 15:14:41 +01:00
constants.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
copyright.h Update copyright years to 2023 2023-01-03 04:15:08 +01:00
devtips.h Remove support for wxMotif 2022-10-16 16:39:56 +02:00
introduction.h Remove Windows XP and Vista support 2022-11-12 16:57:52 +00:00
liblzma.h Fix wrong XML fragment syntax highlighting in liblzma docs 2022-07-02 16:06:29 +02:00
libs.h Correct dependencies for wxAUI library in documentation 2021-05-22 21:32:29 +01:00
manual.h Update release documents for 3.2.0 2022-06-21 00:54:26 +02:00
platdetails.h Remove Windows XP and Vista support 2022-11-12 16:57:52 +00:00
samples.h Remove memcheck sample 2023-01-05 18:24:57 +01:00
screenshots.h Don't use a separate section for "adv" library controls 2018-08-27 22:49:45 +02:00
topics.h Add new "Installation" page to the manual 2021-04-11 14:29:21 +02:00
translations.h Revert "Remove the mention of non-existent translators mailing list" 2022-07-02 15:18:45 +02:00
utilities.h Also fix spelling mistakes in the documentation files 2020-06-28 15:30:04 +02:00