wxwidgets/docs/doxygen
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
..
doxygen-awesome-css Use Doxygen Awesome CSS theme 2022-07-02 16:57:57 +02:00
groups Consistently use @see in Doxygen documentation 2023-02-20 23:02:18 +01:00
images Update wxAboutDialog screenshot under MSW after recent changes 2023-02-24 00:42:13 +00:00
mainpages Remove wxUSE_STL which is not really used any longer 2023-04-15 17:22:09 +02:00
overviews Merge branch 'use-std-cont-1' 2023-04-15 15:46:08 +02:00
scripts Also fix spelling mistakes in the documentation files 2020-06-28 15:30:04 +02:00
custom_footer.html Add extra script to the docs created in GitHub Actions workflow 2022-03-28 11:16:53 +02:00
custom_header.html Use Doxygen Awesome CSS theme 2022-07-02 16:57:57 +02:00
custom_header_simple.html Disable custom Doxygen theme support for CHM generation 2022-07-02 17:37:53 +02:00
custom_search_functions.php Fix appearance of search results when using server-based search 2022-03-28 15:29:50 +02:00
Doxyfile Mark new language constants as being new since wx 3.3.1 2023-04-08 14:50:47 +02:00
DoxygenLayout.xml Upgraded Doxygen to 1.8.2 for the docs. 2012-11-03 18:08:45 +00:00
extra_stylesheet.css Remove dark-mode color invert from screenshots in manual 2022-09-01 18:49:38 -06: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 Disable custom Doxygen theme support for CHM generation 2022-07-02 17:37:53 +02:00
regen.sh Update copyright years to 2023 2023-01-03 04:15:08 +01:00
wxwidgets.js Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00