wxwidgets/include/wx
Vadim Zeitlin bceace12b5 Use wxBaseArray instead of object arrays for wxAuiNotebook arrays
These classes can also be potentially used in the user code, as they are
used for the protected members of wxAuiTabContainer, so don't replace
them with just std::vector, but do, at least, use wxBaseArray template
for them instead of the macro-based object arrays.

Note that this required the check for the button presence in m_buttons
in wxAuiTabContainer::TabHitTest() as wxBaseArray::Index() relies on
object comparison, whereas the original version relied on object address
comparison, so keep it like this, even though we probably could compare
the buttons IDs instead (and, possibly, not compare anything at all but
just return the result of the button we found from ButtonHitTest()
directly).

Also document these container classes.
2023-04-12 18:09:48 +01:00
..
android Add wxUSE_UNICODE_UTF8 to wx/setup.h 2023-03-24 19:18:30 +01:00
aui Use wxBaseArray instead of object arrays for wxAuiNotebook arrays 2023-04-12 18:09:48 +01:00
dfb Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
generic Stop using object array for wxGridCellCoordsArray 2023-04-12 18:09:47 +01:00
gtk Add wxUSE_UNICODE_UTF8 to wx/setup.h 2023-03-24 19:18:30 +01:00
html Fix more -Wshorten-64-to-32 occurrences and test for them 2023-02-27 13:47:57 +01:00
meta Remove wxUSE_STD_STRING and wxUSE_STD_CONTAINERS_COMPATIBLY 2022-11-17 00:40:50 +01:00
msw Don't assert if HWND is invalid in wxWindow::DissociateHandle() 2023-03-31 16:46:45 +01:00
osx Add wxUSE_UNICODE_UTF8 to wx/setup.h 2023-03-24 19:18:30 +01:00
persist Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
private Add wxWebViewConfiguration::SetDataPath() 2023-03-17 09:29:46 +01:00
propgrid Fix compilation of propgrid.h included as first header 2023-04-04 17:03:53 +02:00
protocol Fix more -Wshorten-64-to-32 occurrences and test for them 2023-02-27 13:47:57 +01:00
qt Replace all remaining occurrences of wxScopedPtr 2023-03-06 23:53:13 +01:00
ribbon Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
richtext Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
stc Regenerate wxSTC files after Scintilla update 2023-02-14 22:43:18 +01:00
univ Add wxUSE_UNICODE_UTF8 to wx/setup.h 2023-03-24 19:18:30 +01:00
unix Remove wxUSE_COMPILER_TLS and always use C++11 thread_local 2022-10-26 03:31:54 +02:00
x11 Add default ctor to wxGLCanvas 2023-02-14 16:03:56 +00:00
xml Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
xrc Add support for XRC "feature" attribute 2023-01-29 00:54:42 +00:00
aboutdlg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
accel.h Include wx/string.h from the files that use wxString 2023-01-05 18:58:24 +01:00
access.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
activityindicator.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
addremovectrl.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
affinematrix2d.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
affinematrix2dbase.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
afterstd.h Get rid of spurious warning in CRT malloc.h with MSVS 2017 2019-10-21 20:52:49 +02:00
anidecod.h Use std::vector<wxImage> instead of wxImageArray 2023-04-12 18:09:47 +01:00
animate.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
animdecod.h Factor out 3 copies of identical code into wxInputStreamPeeker 2021-12-15 17:50:20 +01:00
any.h Work around placement new breakage by wx/msw/msvcrt.h 2023-01-31 14:45:04 +00:00
anybutton.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
anystr.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
app.h Improve workaround for wrong wxAppTraits creation 2023-03-06 21:43:33 +00: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 Define wxArchiveIterator in all builds, not just STL one 2023-04-09 02:33:22 +02:00
arrimpl.cpp Replace object array macros with template class too 2018-06-03 17:12:12 +02:00
arrstr.h Add wxArrayString::AsVector() too 2023-04-08 22:45:11 +01:00
artprov.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
atomic.h Return the new value from wxAtomicInc() too 2022-05-11 00:16:47 +02:00
bannerwindow.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
base64.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
beforestd.h Get rid of spurious warning in CRT malloc.h with MSVS 2017 2019-10-21 20:52:49 +02:00
bitmap.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
bmpbndl.h Add wxNODISCARD to wxBitmapBundle functions 2022-12-29 01:44:32 +01:00
bmpbuttn.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
bmpcbox.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
bookctrl.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
brush.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
buffer.h Remove leftover blocks that used to be used in ANSI build 2023-01-12 17:08:59 +00:00
build.h Remove support for "ANSI" in the build options string 2022-10-28 23:26:23 +01:00
busyinfo.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
button.h Remove Windows XP and Vista support 2022-11-12 16:57:52 +00:00
calctrl.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
caret.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
catch_cppunit.h Put quotes around strings in Catch::StringMaker<wxString> 2023-03-28 13:48:13 +01:00
chartype.h Don't mention ANSI build in comments in wx/chartype.h any more 2022-10-28 21:17:15 +01:00
checkbox.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
checkeddelete.h
checklst.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
chkconf.h Remove wxUSE_STD_STRING and wxUSE_STD_CONTAINERS_COMPATIBLY 2022-11-17 00:40:50 +01:00
choicdlg.h
choice.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
choicebk.h Fix link when using wxSimplebook both directly and indirectly 2023-01-29 16:26:09 +01:00
clipbrd.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
clntdata.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
clrpicker.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
cmdargs.h Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
cmdline.h Remove wxUSE_STD_STRING and wxUSE_STD_CONTAINERS_COMPATIBLY 2022-11-17 00:40:50 +01:00
cmdproc.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
cmndata.h Initialize wxPrintData members in their declaration 2023-03-29 01:15:06 +02:00
collheaderctrl.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
collpane.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
colordlg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
colour.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
colourdata.h
combo.h Fix using wxComboCtrl popup inside AUI floating panes 2023-03-31 16:46:45 +01:00
combobox.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
commandlinkbutton.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
compiler.h Require MSVS 2015+ and remove checks for earlier versions 2022-10-11 00:02:29 +02:00
compositebookctrl.h Fix link when using wxSimplebook both directly and indirectly 2023-01-29 16:26:09 +01:00
compositewin.h Suppress GetCompositeWindowParts() override warning for clang too 2023-01-06 00:58:05 +01:00
confbase.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
config.h
containr.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
control.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
convauto.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
cpp.h Define __WXFUNCTION__ as __func__ and don't use it any more 2022-11-11 01:24:13 +01:00
creddlg.h Add common dialog wxCredentialEntryDialog 2018-12-10 19:37:29 +01:00
crt.h
cshelp.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
ctrlsub.h Remove wxUSE_STD_STRING and wxUSE_STD_CONTAINERS_COMPATIBLY 2022-11-17 00:40:50 +01:00
cursor.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
custombgwin.h
dataobj.h Deprecate unused wxTextDataObject::GetTextLength() 2022-12-04 20:38:43 +00:00
dataview.h Use wxCOL_WIDTH_DEFAULT instead of -1 in wxDataViewCtrl functions 2023-03-09 00:11:32 +01:00
datectrl.h Fix inheritance hierarchy of wxDatePickerCtrlGeneric too 2020-11-13 01:19:52 +01:00
dateevt.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
datetime.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
datetimectrl.h Add wxDateTimePickerCtrl::SetNullText() 2020-11-05 14:22:05 +01:00
datstrm.h Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
dc.h Fix wxDCClipper 2022-12-29 12:39:27 +01:00
dcbuffer.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dcclient.h
dcgraph.h Handle wxOSX-specific clipping in wxOSX wxWindowDC implementation 2022-10-25 10:50:40 +02:00
dcmemory.h
dcmirror.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dcprint.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
dcps.h
dcscreen.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dcsvg.h Replace all remaining occurrences of wxScopedPtr 2023-03-06 23:53:13 +01:00
dde.h
debug.h Make wx/debug.h included as first wx header compile again 2023-01-13 16:50:24 +01:00
debugrpt.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
defs.h Restore compatibility with 3.0-like DrawCaptionSelectionRect() 2023-03-23 13:29:30 +01:00
dialog.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dialup.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
dir.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dirctrl.h
dirdlg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
display.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dlimpexp.h Remove checks for gcc <= 4.8 and always assume it's 4.8+ 2022-10-11 00:02:29 +02:00
dlist.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dnd.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
docmdi.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
docview.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dragimag.h Remove support for wxMotif 2022-10-16 16:39:56 +02:00
dvrenderers.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dynarray.h Add wxArrayString ctor from std::vector 2023-04-08 20:22:48 +02:00
dynlib.h Remove Windows XP and Vista support 2022-11-12 16:57:52 +00:00
dynload.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
editlbox.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
encconv.h Fix spelling in comments and documentation using codespell 2020-06-27 22:56:22 +02:00
encinfo.h
event.h Remove memory debugging/tracing support and all related options 2023-01-05 21:41:38 +01:00
eventfilter.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
evtloop.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
evtloopsrc.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
except.h
fdrepdlg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
features.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
ffile.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
file.h Make wxTemp[F]File classes non default ctor explicit 2020-02-21 14:56:06 +01:00
fileconf.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
filectrl.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
filedlg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
filedlgcustomize.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
filefn.h Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
filehistory.h Remove wxGTK1 port and GPE support 2022-10-16 22:01: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 Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
flags.h Get rid of v2.8 code 2022-08-02 08:26:29 +02:00
fmappriv.h
font.h Slightly reformat FindOrCreateFont() declaration and add comments 2023-01-14 15:24:36 +00:00
fontdata.h Add wxFontDialog::RestrictSelection() to disallow raster fonts 2020-07-04 13:14:38 +02:00
fontdlg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
fontenc.h
fontenum.h
fontmap.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
fontpicker.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
fontutil.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
frame.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
fs_arc.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
fs_filter.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
fs_inet.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
fs_mem.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
fs_zip.h
fswatcher.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
gauge.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
gbsizer.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
gdicmn.h Improve wxBITMAP() documentation 2022-10-23 16:31:52 +02:00
gdiobj.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
geometry.h Fix comment typos in sources 2021-10-03 17:07:44 +02:00
gifdecod.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
glcanvas.h Don't use multi-sampling in wxGLAttributes::Defaults() 2023-02-14 15:40:04 +00:00
graphics.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
grid.h
hash.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
hashmap.h Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
hashset.h Stop testing for pre-standard hash map/set classes 2022-10-11 00:45:30 +02:00
headercol.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
headerctrl.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
help.h
helpbase.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
helphtml.h
helpwin.h
htmllbox.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
hyperlink.h Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
icon.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
iconbndl.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
iconloc.h
imagbmp.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
image.h Use lambdas with wxImage::ApplyToAllPixels() 2022-11-11 01:15:58 +01:00
imaggif.h Use std::vector<wxImage> instead of wxImageArray 2023-04-12 18:09:47 +01:00
imagiff.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
imagjpeg.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
imaglist.h Fold wxOSX-specific wxImageList into generic version 2018-10-30 16:28:07 +01:00
imagpcx.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
imagpng.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
imagpnm.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
imagtga.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
imagtiff.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
imagxpm.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
infobar.h
init.h Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
intl.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
iosfwrap.h Remove obsolete wxUSE_IOSTREAMH option 2019-10-21 20:46:21 +02:00
ioswrap.h Remove obsolete wxUSE_IOSTREAMH option 2019-10-21 20:46:21 +02:00
ipc.h
ipcbase.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
itemattr.h
itemid.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
joystick.h Remove support for wxMotif 2022-10-16 16:39:56 +02:00
kbdstate.h Make wxKeyboardState ctor explicit 2020-08-21 11:49:34 +02:00
language.h Update language database and fix some problems in it 2023-04-08 14:47:48 +02:00
layout.h Fix comment typos in sources 2021-10-03 17:07:44 +02:00
laywin.h
link.h
list.h Remove wxUSE_STD_STRING and wxUSE_STD_CONTAINERS_COMPATIBLY 2022-11-17 00:40:50 +01:00
listbase.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
listbook.h Fix link when using wxSimplebook both directly and indirectly 2023-01-29 16:26:09 +01:00
listbox.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
listctrl.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
listimpl.cpp
localedefs.h Add wxLanguageInfo::GetCanonicalWithRegion() helper 2022-04-02 16:45:20 +02:00
log.h Use variadic template functions in wxLog implementation 2022-11-23 01:08:01 +01:00
longlong.h Specialize wxFormatStringSpecifier for more types 2022-11-23 02:44:50 +01:00
lzmastream.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
math.h Check that C++11 is available and remove tests for it 2022-10-11 00:02:29 +02:00
matrix.h Add wxDEPRECATED_EXPORT_CORE() macro for wxTransformMatrix 2022-09-18 19:53:39 +02:00
mdi.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
mediactrl.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
memconf.h
memory.h Remove memory debugging/tracing support and all related options 2023-01-05 21:41:38 +01:00
memtext.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +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
mimetype.h Make wxFileTypeInfo ctor a variadic template function 2022-11-23 02:44:50 +01:00
minifram.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
modalhook.h
module.h Include wx/string.h from the files that use wxString 2023-01-05 18:58:24 +01:00
mousemanager.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
mousestate.h Get rid of v2.8 code 2022-08-02 08:26:29 +02:00
msgdlg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
msgout.h Make wxMessageOutput::Printf() a variadic template function 2022-11-23 01:08:01 +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 Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
nonownedwnd.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
notebook.h Add wxNotebook::GetTabRect() to retrieve the tab position 2022-11-10 16:43:43 +01:00
notifmsg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
numdlg.h
numformatter.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
object.h Remove memory debugging/tracing support and all related options 2023-01-05 21:41:38 +01:00
odcombo.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
overlay.h wxOverlay implementation for Wayland 2022-02-13 09:03:36 -08:00
ownerdrw.h Eliminate -Wcast-qual warnings with GCC and Clang 2020-02-02 22:50:32 -08:00
palette.h Remove support for wxMotif 2022-10-16 16:39:56 +02:00
panel.h Get rid of platform-specific wxPanel classes 2022-11-12 21:54:35 +01:00
paper.h Make some member functions const 2021-03-17 09:44:48 -07:00
pen.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
peninfobase.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
persist.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
pickerbase.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
platform.h Remove Alpha architecture detection 2023-01-26 17:31:05 +01:00
platinfo.h Optionally return Wine version from wxIsRunningUnderWine() 2022-12-01 01:30:27 +01:00
popupwin.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
position.h
power.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
preferences.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
print.h
printdlg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
prntbase.h Use wxObjectDataPtr to manage wxPrintData::m_nativeData 2023-03-29 01:15:06 +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
ptr_scpd.h
ptr_shrd.h
quantize.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
radiobox.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
radiobut.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
range.h
rawbmp.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +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 Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
region.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
renderer.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
richmsgdlg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
richtooltip.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
rtti.h Remove memory debugging/tracing support and all related options 2023-01-05 21:41:38 +01:00
sashwin.h
sckaddr.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
sckipc.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
sckstrm.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
scopedarray.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
scopedptr.h Use std::unique_ptr<> instead of wxDECLARE_SCOPED_PTR 2023-03-06 18:36:37 +00:00
scopeguard.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
scrolbar.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
scrolwin.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
secretstore.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
selstore.h Fix more -Wshorten-64-to-32 occurrences and test for them 2023-02-27 13:47:57 +01:00
settings.h Add wxSystemAppearance::AreAppsDark() and IsSystemDark() 2022-12-26 22:02:11 +00:00
setup_inc.h Add wxUSE_UNICODE_UTF8 to wx/setup.h 2023-03-24 19:18:30 +01:00
setup_redirect.h
sharedptr.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
simplebook.h Fix link when using wxSimplebook both directly and indirectly 2023-01-29 16:26:09 +01:00
sizer.h Centralize index checking in wxSizer code 2023-02-23 15:37:32 +00:00
slider.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
snglinst.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
socket.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
sound.h
spinbutt.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
spinctrl.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
splash.h
splitter.h Allow better control over splitter position on resize 2022-01-27 14:00:51 +01:00
srchctrl.h Derive generic wxSearchCtrl from only wxTextEntry too 2022-11-08 23:28:24 +00:00
sstream.h Use length already stored in wxCharBuffer 2022-10-28 21:19:37 +01:00
stack.h
stackwalk.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
statbmp.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
statbox.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
statline.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
stattext.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
statusbr.h Stop using object array for wxStatusBarPaneArray 2023-04-12 18:09:48 +01:00
stdpaths.h Globally replace vadim@wxwindows.org with vadim@wxwidgets.org 2019-04-22 14:12:05 +02:00
stdstream.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
stockitem.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
stopwatch.h
strconv.h Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
stream.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
string.h Reimplement wxUTF8StringBuffer correctly and more efficiently 2023-03-28 23:05:09 +02:00
stringops.h Remove wx own wxStringImpl implementation 2022-11-17 00:40:50 +01:00
strvararg.h Fix formatting string_view in UTF-8 build 2023-03-28 13:48:13 +01:00
sysopt.h
systhemectrl.h Allow calling EnableSystemTheme(false) before creating the window 2019-05-26 23:20:21 +02:00
tarstrm.h Define wxArchiveIterator in all builds, not just STL one 2023-04-09 02:33:22 +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
tbarbase.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
testing.h Allow, and even require, semicolon after wxTEST_DIALOG() macro 2023-01-13 17:27:53 +01:00
textbuf.h Remove outdated and wrong comment about making functions const 2020-03-06 01:08:19 +01:00
textcompleter.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
textctrl.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
textdlg.h
textentry.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
textfile.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
textwrapper.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
tglbtn.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
thread.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
thrimpl.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
time.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +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
tipwin.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
tls.h Remove wxUSE_COMPILER_TLS and always use C++11 thread_local 2022-10-26 03:31:54 +02:00
tokenzr.h Don't use wxWxCharBuffer any more 2022-10-28 21:17:52 +01:00
toolbar.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
toolbook.h Fix link when using wxSimplebook both directly and indirectly 2023-01-29 16:26:09 +01:00
tooltip.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
toplevel.h Improve GetBestSize() for TLWs containing a single child 2022-12-14 14:58:12 +01:00
tracker.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
translation.h Use std::unique_ptr<> instead of wxDECLARE_SCOPED_PTR 2023-03-06 18:36:37 +00:00
treebase.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
treebook.h Fix link when using wxSimplebook both directly and indirectly 2023-01-29 16:26:09 +01: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 Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
typeinfo.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
types.h Stop using obsolete wxW64 macro 2022-10-11 00:02:29 +02:00
uiaction.h
uilocale.h Add wxUILocale::GetSystemLocaleId() 2023-02-05 16:45:14 +01:00
unichar.h Remove wx own wxStringImpl implementation 2022-11-17 00:40:50 +01:00
uri.h Improve wxURI parsing 2023-03-22 18:35:45 +01:00
url.h
ustring.h
utils.h Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
valgen.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
validate.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02: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 Remove wxUSE_STD_STRING and wxUSE_STD_CONTAINERS_COMPATIBLY 2022-11-17 00:40:50 +01:00
variantbase.h Remove wxVariantBaseArray declaration 2023-04-12 18:09:47 +01:00
vector.h Remove custom wxVector implementation 2022-10-11 00:45:30 +02:00
version.h Update library version to 3.3 2022-07-16 17:02:56 +02:00
versioninfo.h Add wxVersionInfo::AtLeast() 2022-12-04 00:44:09 +01:00
vidmode.h
vlbox.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
vms_x_fix.h
volume.h
vscroll.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +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 Add wxWebViewWindowFeatures and event 2023-03-24 15:10:21 +01:00
webviewarchivehandler.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
webviewfshandler.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
wfstream.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
window.h Add wxWindow::CallForEachChild() 2023-02-21 18:53:11 +00:00
windowid.h Simplify wxWindowID definition 2020-05-15 00:02:14 +02:00
windowptr.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
withimages.h Merge branch 'generic-treectrl-hidpi' 2022-10-18 21:55:32 +02:00
wizard.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
wrapsizer.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
wupdlock.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
wx.h Remove memory debugging/tracing support and all related options 2023-01-05 21:41:38 +01:00
wxchar.h
wxcrt.h Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
wxcrtbase.h Remove wx own wxStringImpl implementation 2022-11-17 00:40:50 +01:00
wxcrtvararg.h Remove leftover blocks that used to be used in ANSI build 2023-01-12 17:08:59 +00:00
wxhtml.h
wxprec.h Remove BCC-specific conditionally compiled code 2020-10-13 18:40:31 +02:00
xlocale.h Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
xpmdecod.h Remove BCC-specific conditionally compiled code 2020-10-13 18:40:31 +02:00
xpmhand.h
xti.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
xti2.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
xtictor.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
xtihandler.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
xtiprop.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
xtistrm.h Fix comment typos in sources 2021-10-03 17:07:44 +02:00
xtitypes.h Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
xtixml.h Fix comment typos in sources 2021-10-03 17:07:44 +02:00
zipstrm.h Define wxArchiveIterator in all builds, not just STL one 2023-04-09 02:33:22 +02:00
zstream.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00