wxwidgets/samples
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
..
access Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
animate Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
archive Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
artprov Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
aui Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
calendar Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
caret Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
clipboard Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
collpane Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
combo Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
config Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
console Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
dataview Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
debugrpt Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dialogs Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dialup Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
display Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dll Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dnd Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
docview Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dragimag Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
drawing Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
erase Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
event Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
except Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
exec Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
font Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
fswatcher Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
grid Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
help Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
htlbox Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
html Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
image Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
internat Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
ipc Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
joytest Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
keyboard Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
layout Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
listctrl Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
mdi Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
mediaplayer Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
memcheck Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
menu Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
mfc Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
minimal Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
nativdlg Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
notebook Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
oleauto Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
opengl Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
ownerdrw Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
popup Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
power Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
preferences Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
printing Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
propgrid Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
regtest Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
render Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
ribbon Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
richtext Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
sashtest Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
scroll Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
secretstore Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
shaped Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
sockets Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
sound Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
splash Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
splitter Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
statbar Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
stc Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
svg Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
taborder Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
taskbar Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
taskbarbutton Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
text Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
thread Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
toolbar Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
treectrl Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
treelist Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
typetest Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
uiaction Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
validate Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
vscroll Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
webrequest Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
webview Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
widgets Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
wizard Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
wrapsizer Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
xrc Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
xti Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
makefile.gcc Update to bakefile 0.2.13 to fix DLL directory creation 2022-04-23 23:11:31 +02:00
Makefile.in Build samples in parallel with "make -jN" 2017-08-15 19:16:27 +02:00
makefile.vc Update to bakefile 0.2.13 to fix DLL directory creation 2022-04-23 23:11:31 +02:00
sample.ico Update sample icon to use new logo image in more resolutions 2021-07-06 12:53:39 +01:00
sample.rc Don't override wxUSE_DPI_AWARE_MANIFEST in resource file 2022-04-21 22:04:10 +02:00
sample.xpm Update sample icon to use new logo image in more resolutions 2021-07-06 12:53:39 +01:00
samples.bkl Add treelist sample to the main samples bakefile 2022-01-14 22:53:24 +01:00