wxwidgets/docs/doxygen/overviews
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
..
app.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
archive.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
aui.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
backwardcompatibility.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
bitmap.h Remove support for wxMotif 2022-10-16 16:39:56 +02:00
bookctrl.h Don't mention deprecated event type constants in the documentation 2019-07-22 21:11:45 +02:00
bufferclasses.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
changes_since28.h Fix double negatives used with 'neither' in docs and comments 2022-08-19 16:22:21 +02:00
cmake.md Add an example of using wxrc docs with CMake add_subdirectory() 2022-09-22 18:26:50 +02:00
commondialogs.h Update docs/doxygen/overviews/commondialogs.h 2018-12-10 19:37:58 +01:00
config.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
container.h Escape double dashes in Doxygen input to preserve them 2016-10-20 21:47:37 +02:00
cpprttidisabled.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
customwidgets.h Also fix spelling mistakes in the documentation files 2020-06-28 15:30:04 +02:00
dataobject.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
datetime.h Also fix spelling mistakes in the documentation files 2020-06-28 15:30:04 +02:00
dc.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
debugging.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dialog.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
dnd.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
docview.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
envvars.h Disable sizer flag checks if WXSUPPRESS_SIZER_FLAGS_CHECK is set 2021-05-20 13:27:08 +01:00
eventhandling.h Correct Events and Event Handling overview 2022-05-23 18:40:56 +02:00
exceptions.h Escape double dashes in Doxygen input to preserve them 2016-10-20 21:47:37 +02:00
file.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
filesystem.h Updated links and mailing list addresses. 2015-10-30 20:06:09 -06:00
font.h Remove support for wxMotif 2022-10-16 16:39:56 +02:00
fontencoding.h Remove obsolete symbols from overviews and install notes 2015-12-03 21:26:31 +01:00
grid.h Add support for editing dates (without time) to wxGrid 2019-01-04 14:14:01 +01:00
helloworld.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
high_dpi.md Don't force fractional scale when toolbar bitmap size is given 2022-06-05 03:23:03 +02:00
html.h Point to wxWebView Class Reference as an alternative to wxHTML 2020-07-17 15:02:59 +02:00
install.md Fix code snippets markup in Doxygen overviews 2022-01-13 00:52:40 +01:00
internationalization.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
ipc.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
listctrl.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
log.h Escape all "__" in Doxygen to preserve them in the output 2022-07-30 14:56:23 +02:00
mbconvclasses.h Bring wxMBConv Overview Background section from mid-90s to mid-2010s. 2016-02-02 21:41:33 +02:00
nonenglish.h Escape double dashes in Doxygen input to preserve them 2016-10-20 21:47:37 +02:00
persistence.h Fix and extend persistent objects overview in the manual 2018-03-11 22:04:36 +01:00
printing.h Center the print preview frame after fully creating it 2022-05-23 15:07:06 +01:00
propgrid.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
refcount.h Replace wx_static_cast/wx_const_cast/wx_reinterpret_cast with the function-style casts 2016-09-14 18:45:12 +09:00
referencenotes.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
resyntax.h Fix incorrect coding of "\" in Doxygen comments 2022-05-27 18:25:49 +02:00
richtextctrl.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
roughguide.h Add more top-level references to XRC 2020-04-03 14:58:51 +02:00
runtimeclass.h add wx prefix in a couple places missed in 8f8d58d1 2015-09-06 21:07:06 -07:00
scrolling.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
sizer.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
splitterwindow.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
stream.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
string.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
thread.h Mention wxMessageQueue<> in the thread overview 2018-01-14 18:34:51 +01:00
tips.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
toolbar.h Remove obsolete symbols from overviews and install notes 2015-12-03 21:26:31 +01:00
treectrl.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
unicode.h Fix more double negatives used with 'neither' 2022-09-18 18:02:07 +02:00
unixprinting.h Escape double dashes in Doxygen input to preserve them 2016-10-20 21:47:37 +02:00
validator.h Make wxWS_EX_VALIDATE_RECURSIVELY default (and only) behaviour 2016-02-09 23:38:23 +01:00
windowdeletion.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
windowids.h Improve ID documentation and add more links to it 2018-08-18 14:49:17 +02:00
windowsizing.h Update wxWindow and wxTopLevelWindow::Layout() documentation 2019-08-22 14:04:54 +02:00
windowstyles.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
xrc.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
xrc_format.h Fix double negatives used with 'neither' in docs and comments 2022-08-19 16:22:21 +02:00