wxwidgets/interface/wx
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
..
aui Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
generic 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
msw Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
persist Replace wxEvtHandler::Connect() with Bind() in the docs 2021-03-31 03:04:49 +02:00
propgrid Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
protocol 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
stc Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
xml 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
aboutdlg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
accel.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
access.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
activityindicator.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
addremovectrl.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
affinematrix2d.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
affinematrix2dbase.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
anidecod.h Split decoder interface to match the actual header files 2020-03-24 17:32:12 -07:00
animate.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
animdecod.h Split decoder interface to match the actual header files 2020-03-24 17:32:12 -07:00
any.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
anybutton.h Fix all the other comments with Doxygen grouping commands too 2022-08-03 18:58:47 +02:00
app.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
appprogress.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
apptrait.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
arrstr.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
artprov.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
atomic.h Fix use of Doxygen @addtogroup command 2022-08-03 18:28:06 +02:00
bannerwindow.h Fix comment in example for banner window 2022-02-11 18:48:03 +01:00
base64.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
bitmap.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
bmpbndl.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
bmpbuttn.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
bmpcbox.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
bookctrl.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
brush.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
buffer.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
busyinfo.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
button.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
calctrl.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
caret.h Fix all the other comments with Doxygen grouping commands too 2022-08-03 18:58:47 +02:00
chartype.h Fix use of Doxygen @addtogroup command 2022-08-03 18:28:06 +02:00
checkbox.h Remove wxGTK1 mentions from the documentation 2021-05-13 06:52:09 -07:00
checklst.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
choicdlg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
choice.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
choicebk.h Fix all the other comments with Doxygen grouping commands too 2022-08-03 18:58:47 +02:00
clipbrd.h Fix displaying Flush() in wxClipboard docs note 2020-09-25 21:29:20 +02:00
clntdata.h Allow cloning client data stored in wxGrid attributes etc 2022-04-28 00:28:58 +02:00
clrpicker.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
cmdline.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
cmdproc.h
cmndata.h
collheaderctrl.h Fix various doxygen issues in the documentation 2019-10-20 11:53:49 +02:00
collpane.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
colordlg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
colour.h Fix all the other comments with Doxygen grouping commands too 2022-08-03 18:58:47 +02:00
colourdata.h Allow turning on/off opacity selector in wxColourDialog (wxOSX) 2017-07-03 22:48:04 +02:00
combo.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
combobox.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
commandlinkbutton.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
config.h Fix all the other comments with Doxygen grouping commands too 2022-08-03 18:58:47 +02:00
containr.h
control.h Add wxControl::GetSizeFromText() helper function 2019-10-09 01:43:50 +02:00
convauto.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
cpp.h Fix use of Doxygen @addtogroup command 2022-08-03 18:28:06 +02:00
creddlg.h Small tweak to wxCredentialEntryDialog docs consistency 2021-01-11 02:51:05 +01:00
cshelp.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
ctrlsub.h Fix all the other comments with Doxygen grouping commands too 2022-08-03 18:58:47 +02:00
cursor.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
custombgwin.h
dataobj.h Add wxDF_UNICODETEXT to wxDataFormat standard format docs 2021-12-09 19:51:07 +01:00
dataview.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
datectrl.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dateevt.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
datetime.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
datstrm.h
dc.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dcbuffer.h Fix all the other comments with Doxygen grouping commands too 2022-08-03 18:58:47 +02:00
dcclient.h Document that using wxClientDC for drawing is not portable 2020-06-27 16:37:48 +02:00
dcgraph.h Document wxGCDC::SetGraphicsContext() difference from ctor 2019-07-07 03:18:18 +02:00
dcmemory.h Clarify that wxDC::CopyAttributes() doesn't copy scaling factor 2022-06-28 22:50:24 +02:00
dcmirror.h
dcprint.h
dcps.h Optimize selecting font in generated PostScript code 2017-03-04 19:07:04 +01:00
dcscreen.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dcsvg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dde.h Fix all the other comments with Doxygen grouping commands too 2022-08-03 18:58:47 +02:00
debug.h Fix use of Doxygen @addtogroup command 2022-08-03 18:28:06 +02:00
debugrpt.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
defs.h Remove support for wxMotif 2022-10-16 16:39:56 +02:00
dialog.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dialup.h Fix double negatives used with 'neither' in docs and comments 2022-08-19 16:22:21 +02:00
dir.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dirctrl.h Fix various doxygen issues in the documentation 2019-10-20 11:53:49 +02:00
dirdlg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
display.h Add wxDisplay::GetScaleFactor() 2020-08-14 16:09:27 +02:00
dnd.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
docmdi.h Fix all the other comments with Doxygen grouping commands too 2022-08-03 18:58:47 +02:00
docview.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dragimag.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dynarray.h Fix all the other comments with Doxygen grouping commands too 2022-08-03 18:58:47 +02:00
dynlib.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
editlbox.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
encconv.h Fix all the other comments with Doxygen grouping commands too 2022-08-03 18:58:47 +02:00
event.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
eventfilter.h Fix double negatives used with 'neither' in docs and comments 2022-08-19 16:22:21 +02:00
evtloop.h Fix all the other comments with Doxygen grouping commands too 2022-08-03 18:58:47 +02:00
fdrepdlg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
ffile.h Document wxTemp[F]File default ctors 2020-02-21 14:57:28 +01:00
file.h Document wxTemp[F]File default ctors 2020-02-21 14:57:28 +01:00
fileconf.h Allow disabling saving wxFileConfig data when it is destroyed 2019-08-04 19:15:39 +02:00
filectrl.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
filedlg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
filedlgcustomize.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
filefn.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
filehistory.h Remove public wxFileHistory::RefreshLabels() 2021-04-05 16:20:02 +02:00
filename.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
filepicker.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
filesys.h Fix syntax error in interface headers 2020-12-10 22:53:11 +01:00
font.h Remove support for wxMotif 2022-10-16 16:39:56 +02:00
fontdata.h Add wxFontDialog::RestrictSelection() to disallow raster fonts 2020-07-04 13:14:38 +02:00
fontdlg.h Fix all the other comments with Doxygen grouping commands too 2022-08-03 18:58:47 +02:00
fontenum.h Add wxFontEnumerator::InvalidateCache() 2017-11-13 22:29:29 +01:00
fontmap.h Fix all the other comments with Doxygen grouping commands too 2022-08-03 18:58:47 +02:00
fontpicker.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
fontutil.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
frame.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
fs_arc.h
fs_filter.h
fs_inet.h
fs_mem.h Fix all the other comments with Doxygen grouping commands too 2022-08-03 18:58:47 +02:00
fswatcher.h Replace wxEvtHandler::Connect() with Bind() in the docs 2021-03-31 03:04:49 +02:00
gauge.h Fix doxygen misplaced div warnings 2021-05-21 02:09:56 +01:00
gbsizer.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
gdicmn.h Add wxColourDatabase::GetAllNames() 2022-08-29 00:44:49 +02:00
gdiobj.h
geometry.h Make some member functions const 2021-03-04 11:49:33 -08:00
gifdecod.h Split decoder interface to match the actual header files 2020-03-24 17:32:12 -07:00
glcanvas.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
graphics.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
grid.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
hash.h Fix all the other comments with Doxygen grouping commands too 2022-08-03 18:58:47 +02:00
hashmap.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
hashset.h Fix all the other comments with Doxygen grouping commands too 2022-08-03 18:58:47 +02:00
headercol.h Fix all the other comments with Doxygen grouping commands too 2022-08-03 18:58:47 +02:00
headerctrl.h Add wxHeaderCtrl::GetColumnTitleWidth() overload taking index 2019-09-18 01:21:36 +02:00
help.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
htmllbox.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
hyperlink.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
icon.h Remove support for wxMotif 2022-10-16 16:39:56 +02:00
iconbndl.h Fix double negatives used with 'neither' in docs and comments 2022-08-19 16:22:21 +02:00
iconloc.h
image.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
imaggif.h Fix library link in doxygen docs for image handlers 2019-03-14 02:37:05 +01:00
imagiff.h Fix library link in doxygen docs for image handlers 2019-03-14 02:37:05 +01:00
imagjpeg.h Fix library link in doxygen docs for image handlers 2019-03-14 02:37:05 +01:00
imaglist.h Handle transparency to the best of our ability in wxImageList 2022-05-06 02:12:54 +01:00
imagpcx.h Fix library link in doxygen docs for image handlers 2019-03-14 02:37:05 +01:00
imagpng.h Fix library link in doxygen docs for image handlers 2019-03-14 02:37:05 +01:00
imagpnm.h Fix library link in doxygen docs for image handlers 2019-03-14 02:37:05 +01:00
imagtga.h Fix library link in doxygen docs for image handlers 2019-03-14 02:37:05 +01:00
imagtiff.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
imagxpm.h Fix library link in doxygen docs for image handlers 2019-03-14 02:37:05 +01:00
infobar.h Fix all the other comments with Doxygen grouping commands too 2022-08-03 18:58:47 +02:00
init.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
intl.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
ipc.h Fix all the other comments with Doxygen grouping commands too 2022-08-03 18:58:47 +02:00
ipcbase.h
itemattr.h Add equality operators to wxItemAttr 2016-04-17 17:36:20 +02:00
joystick.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
kbdstate.h Make wxKeyboardState ctor explicit 2020-08-21 11:49:34 +02:00
language.h Update language database and move support for it to wxUILocale 2021-11-27 17:44:20 +01:00
layout.h Make some member functions const 2021-03-17 09:44:48 -07:00
laywin.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
link.h Fix use of Doxygen @addtogroup command 2022-08-03 18:28:06 +02:00
list.h Fix double words and article mismatches in docs. 2021-03-10 14:28:20 -05:00
listbook.h
listbox.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
listctrl.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
log.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
longlong.h Fix all the other comments with Doxygen grouping commands too 2022-08-03 18:58:47 +02:00
lzmastream.h Document how to build wxWidgets with liblzma support 2018-04-06 15:39:55 +02:00
math.h Fix use of Doxygen @addtogroup command 2022-08-03 18:28:06 +02:00
mdi.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
mediactrl.h Minor additions to wxMC_NO_AUTORESIZE documentation 2021-11-20 21:41:28 +01:00
memory.h Fix use of Doxygen @addtogroup command 2022-08-03 18:28:06 +02:00
menu.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
menuitem.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
metafile.h Fix use of Doxygen @addtogroup command 2022-08-03 18:28:06 +02:00
mimetype.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
minifram.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
modalhook.h Fix double negatives used with 'neither' in docs and comments 2022-08-19 16:22:21 +02:00
module.h
mousemanager.h
mousestate.h Fix all the other comments with Doxygen grouping commands too 2022-08-03 18:58:47 +02:00
msgdlg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
msgout.h Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
msgqueue.h
mstream.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
nativewin.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
nonownedwnd.h Document that size of shaped windows can't be changed 2019-10-22 19:37:32 +02:00
notebook.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
notifmsg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
numdlg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
numformatter.h Fix all the other comments with Doxygen grouping commands too 2022-08-03 18:58:47 +02:00
object.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
odcombo.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
overlay.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
palette.h
panel.h Don't document wxSysColourChangedEvent as being MSW-only 2021-03-28 03:06:28 +02:00
pen.h Document wxGrid::RefreshBlock() 2022-08-03 19:36:22 +02:00
persist.h Fix all the other comments with Doxygen grouping commands too 2022-08-03 18:58:47 +02:00
pickerbase.h Fix double words and article mismatches in docs. 2021-03-10 14:28:20 -05:00
platform.h Fix use of Doxygen @addtogroup command 2022-08-03 18:28:06 +02:00
platinfo.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
popupwin.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
position.h Fix all the other comments with Doxygen grouping commands too 2022-08-03 18:58:47 +02:00
power.h Fix double words and article mismatches in docs. 2021-03-10 14:28:20 -05:00
preferences.h Add wxPreferencesPage::GetIcon() returning wxBitmapBundle 2022-03-17 23:49:18 +01:00
print.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
printdlg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
process.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
progdlg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
propdlg.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
quantize.h
radiobox.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
radiobut.h Improve radio button navigation functions documentation 2020-09-21 16:02:40 +02:00
rawbmp.h Fix all the other comments with Doxygen grouping commands too 2022-08-03 18:58:47 +02:00
rearrangectrl.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
recguard.h
regex.h Improve wxRegEx::GetMatch() return value documentation 2022-08-06 18:32:16 +02:00
region.h Fix all the other comments with Doxygen grouping commands too 2022-08-03 18:58:47 +02:00
renderer.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
richmsgdlg.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
richtooltip.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
sashwin.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
sckipc.h Fix all the other comments with Doxygen grouping commands too 2022-08-03 18:58:47 +02:00
sckstrm.h
scopedarray.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
scopedptr.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
scopeguard.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
scrolbar.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
scrolwin.h Remove support for wxMotif 2022-10-16 16:39:56 +02:00
secretstore.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
settings.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
sharedptr.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
simplebook.h Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
sizer.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
slider.h Use more reasonable length for wxSlider in wxGTK by default 2020-08-05 00:01:50 +02:00
snglinst.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
socket.h Fix all the other comments with Doxygen grouping commands too 2022-08-03 18:58:47 +02:00
sound.h Fix all the other comments with Doxygen grouping commands too 2022-08-03 18:58:47 +02:00
spinbutt.h Add wxSpinCtrl::SetIncrement() and implement it for all ports 2022-02-04 02:16:06 +01:00
spinctrl.h Add wxSpinCtrl::SetIncrement() and implement it for all ports 2022-02-04 02:16:06 +01:00
splash.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
splitter.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
srchctrl.h Mention GTK native version in wxSearchCtrl documentation 2020-01-07 03:15:39 +01:00
sstream.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
stack.h Fix all the other comments with Doxygen grouping commands too 2022-08-03 18:58:47 +02:00
stackwalk.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
statbmp.h Add some missing wxBitmap --> wxBitmapBundle changes 2022-05-16 15:33:41 -07:00
statbox.h Recommend using wxStaticBox as parent more strongly 2021-03-05 22:53:27 +01:00
statline.h
stattext.h Don't refresh wxStaticText if its label didn't really change 2017-07-16 02:36:07 +02:00
statusbr.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
stdpaths.h Improve formatting of wxStandardPaths::UseAppInfo() documentation 2022-09-29 16:58:57 +02:00
stdstream.h Fix various doxygen issues in the documentation 2019-10-20 11:53:49 +02:00
stockitem.h Fix use of Doxygen @addtogroup command 2022-08-03 18:28:06 +02:00
stopwatch.h
strconv.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
stream.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
string.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
sysopt.h Remove support for wxMotif 2022-10-16 16:39:56 +02:00
systhemectrl.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
tarstrm.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
taskbar.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
taskbarbutton.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
textcompleter.h Globally replace vadim@wxwindows.org with vadim@wxwidgets.org 2019-04-22 14:12:05 +02:00
textctrl.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
textdlg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
textentry.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
textfile.h Fix all the other comments with Doxygen grouping commands too 2022-08-03 18:58:47 +02:00
textwrapper.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
tglbtn.h Change wxBitmap to wxBitmapBundle in wxBitmapToggleButton 2022-01-27 14:29:25 +01:00
thread.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
time.h Fix use of Doxygen @addtogroup command 2022-08-03 18:28:06 +02:00
timectrl.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
timer.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
tipdlg.h Fix use of Doxygen @addtogroup command 2022-08-03 18:28:06 +02:00
tipwin.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
tls.h
tokenzr.h Fix use of Doxygen @addtogroup command 2022-08-03 18:28:06 +02:00
toolbar.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
toolbook.h Fix all the other comments with Doxygen grouping commands too 2022-08-03 18:58:47 +02:00
tooltip.h
toplevel.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
tracker.h
translation.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
treebase.h
treebook.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
treectrl.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
treelist.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
txtstrm.h Fix use of Doxygen @addtogroup command 2022-08-03 18:28:06 +02:00
uiaction.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
uilocale.h Fix copy-paste errors in wxUILocale documentation 2022-10-09 23:56:40 +02:00
unichar.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
uri.h
url.h
ustring.h Fix spelling in comments and documentation using codespell 2020-06-27 22:56:22 +02:00
utils.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
valgen.h
validate.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
valnum.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
valtext.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
variant.h Fix all the other comments with Doxygen grouping commands too 2022-08-03 18:58:47 +02:00
vector.h Fix all the other comments with Doxygen grouping commands too 2022-08-03 18:58:47 +02:00
version.h Fix use of Doxygen @addtogroup command 2022-08-03 18:28:06 +02:00
versioninfo.h Remove stray Doxygen end group marker 2022-08-03 18:35:45 +02:00
vidmode.h Add wxDisplay::GetPPI() to use instead of wxGetDisplayPPI() 2018-10-08 13:04:38 +02:00
vlbox.h Fix all the other comments with Doxygen grouping commands too 2022-08-03 18:58:47 +02:00
volume.h Implement wxFSVolume for macOS 2021-12-01 23:35:19 +01:00
vscroll.h Remove v2.8 compatibility functions from wxVScrolledWindow docs 2022-09-09 17:24:36 +02:00
weakref.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
webrequest.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
webview.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
webviewarchivehandler.h
webviewfshandler.h
wfstream.h Add wxTempFFile, similar to wxTempFile but using buffered I/O 2020-02-21 14:52:40 +01:00
window.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
windowid.h Ensure the return documentation is on the correct function 2021-05-13 21:32:22 +01:00
windowptr.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
withimages.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
wizard.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
wrapsizer.h Add missing and fix broken interface items for wxPython 2019-05-23 21:26:14 -07:00
wupdlock.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
wxcrt.h Fix use of Doxygen @addtogroup command 2022-08-03 18:28:06 +02:00
xlocale.h Fix use of Doxygen @addtogroup command 2022-08-03 18:28:06 +02:00
zipstrm.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
zstream.h Fix all the other comments with Doxygen grouping commands too 2022-08-03 18:58:47 +02:00