wxwidgets/docs/doxygen/mainpages
Vadim Zeitlin 4f4c5fcfdf Use nullptr instead of NULL in the code and documentation
This is a combination of running clang-tidy with modernize-use-nullptr
check for some ports (GTK, X11, OSX) and manual changes to the ports for
which it couldn't be used easily (MSW, DFB) and also manually updating
the docs.

Also replace NULL with null or nullptr in the comments as this is more
consistent with the use of nullptr in the code and makes it simpler to
grep for the remaining occurrences of NULL itself.

And also use null in the assert messages.

Only a few occurrences of "NULL" are still left in non-C files, mostly
corresponding to unclear comments or string output which it might not be
safe to change.
2022-10-18 01:25:25 +02:00
..
cat_classes.h Remove support for wxMotif 2022-10-16 16:39:56 +02:00
const_cpp.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +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 Remove support for wxMotif 2022-10-16 16:39:56 +02:00
constants.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
copyright.h Update contributors list for 3.2.0 2022-07-02 19:21:56 +02:00
devtips.h Remove support for wxMotif 2022-10-16 16:39:56 +02:00
introduction.h Document that clang is required for building wxOSX 2022-06-15 03:07:11 +02: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 support for wxMotif 2022-10-16 16:39:56 +02:00
samples.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02: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