..
android
Remove memory debugging/tracing support and all related options
2023-01-05 21:41:38 +01:00
aui
Use nullptr instead of NULL in the code and documentation
2022-10-18 01:25:25 +02:00
dfb
Use nullptr instead of NULL in the code and documentation
2022-10-18 01:25:25 +02:00
generic
Store wxListLineData objects, not pointers, in the vector
2023-01-19 02:11:43 +01:00
gtk
Remove memory debugging/tracing support and all related options
2023-01-05 21:41:38 +01:00
html
Remove wxUSE_UNICODE checks as they're always true now
2022-10-27 19:43:30 +02:00
meta
Remove wxUSE_STD_STRING and wxUSE_STD_CONTAINERS_COMPATIBLY
2022-11-17 00:40:50 +01:00
msw
Fix WXWIN_COMPATIBILITY_3_2 test in wxMSW wxRadioBox declaration
2023-01-19 21:27:24 +01:00
osx
Remove PACKAGE_XXX definitions from Xcode config header
2023-01-26 17:36:14 +01:00
persist
Use nullptr instead of NULL in the code and documentation
2022-10-18 01:25:25 +02:00
private
Always use wxDynamicLibrary in wxMSW and remove checks for it
2022-12-04 02:12:22 +00:00
propgrid
Refactor internal flags in wxPropertyGrid
2023-01-22 20:18:40 +01:00
protocol
Use nullptr instead of NULL in the code and documentation
2022-10-18 01:25:25 +02:00
qt
Ensure that wxSpinCtrl::SetValue() doesn't generate any events as documented
2022-12-27 11:44:41 +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
Remove wxUSE_UNICODE checks as they're always true now
2022-10-27 19:43:30 +02:00
univ
Remove memory debugging/tracing support and all related options
2023-01-05 21:41:38 +01:00
unix
Remove wxUSE_COMPILER_TLS and always use C++11 thread_local
2022-10-26 03:31:54 +02:00
x11
Remove all wxGTK_CONV macros except for wxGTK_CONV_FN
2022-10-27 19:43:30 +02:00
xml
Remove wxUSE_UNICODE checks as they're always true now
2022-10-27 19:43:30 +02:00
xrc
Hide all vectors inside wxXmlResourceInternal
2023-01-27 02:14:57 +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
Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept
2022-10-15 18:10:45 +02: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
Remove wxUSE_UNICODE checks as they're always true now
2022-10-27 19:43:30 +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
Remove misleading comment for wxArchiveClassFactory::SetConv()
2022-10-28 19:15:30 +01:00
arrimpl.cpp
Replace object array macros with template class too
2018-06-03 17:12:12 +02:00
arrstr.h
Remove wxUSE_STD_STRING and wxUSE_STD_CONTAINERS_COMPATIBLY
2022-11-17 00:40:50 +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
Remove wxUSE_UNICODE checks as they're always true now
2022-10-27 19:43:30 +02: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
Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept
2022-10-15 18:10:45 +02: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
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
Remove Windows XP and Vista support
2022-11-12 16:57:52 +00: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
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 nullptr instead of NULL in the code and documentation
2022-10-18 01:25:25 +02: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
Use nullptr instead of NULL in the code and documentation
2022-10-18 01:25:25 +02: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
Remove memory debugging/tracing support and all related options
2023-01-05 21:41:38 +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
Use nullptr instead of NULL in the code and documentation
2022-10-18 01:25:25 +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
Improved description of charset values under MSW.
2017-02-23 19:20:20 +02:00
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
Add wxFontEnumerator::InvalidateCache()
2017-11-13 22:29:29 +01:00
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
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
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
Replace wxEXPLICIT with the 'explicit' keyword
2016-09-14 18:45:12 +09:00
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 nullptr instead of NULL in the code and documentation
2022-10-18 01:25:25 +02: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 move support for it to wxUILocale
2021-11-27 17:44:20 +01: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
Use nullptr instead of NULL in the code and documentation
2022-10-18 01:25:25 +02: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
Build wxMetafileDataObject when wxUSE_DATAOBJ==1
2017-05-02 23:30:30 +02:00
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
Replace wxEXPLICIT with the 'explicit' keyword
2016-09-14 18:45:12 +09:00
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 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
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 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
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
Use nullptr instead of NULL in the code and documentation
2022-10-18 01:25:25 +02:00
settings.h
Add wxSystemAppearance::AreAppsDark() and IsSystemDark()
2022-12-26 22:02:11 +00:00
setup_inc.h
Remove memory debugging/tracing support and all related options
2023-01-05 21:41:38 +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
Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept
2022-10-15 18:10:45 +02:00
sizer.h
Use nullptr instead of NULL in the code and documentation
2022-10-18 01:25:25 +02: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
Use nullptr instead of NULL in the code and documentation
2022-10-18 01:25:25 +02: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
Initialize some wxString structs members in their declarations
2023-01-29 01:42:08 +01:00
stringops.h
Remove wx own wxStringImpl implementation
2022-11-17 00:40:50 +01:00
strvararg.h
Remove leftover blocks that used to be used in ANSI build
2023-01-12 17:08:59 +00:00
sysopt.h
systhemectrl.h
Allow calling EnableSystemTheme(false) before creating the window
2019-05-26 23:20:21 +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
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
Use nullptr instead of NULL in the code and documentation
2022-10-18 01:25:25 +02: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
Remove wxUSE_UNICODE checks as they're always true now
2022-10-27 19:43:30 +02:00
treebase.h
Remove wxGTK1 port and GPE support
2022-10-16 22:01:02 +02:00
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
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
Use nullptr instead of NULL in the code and documentation
2022-10-18 01:25:25 +02:00
unichar.h
Remove wx own wxStringImpl implementation
2022-11-17 00:40:50 +01:00
uri.h
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
Use nullptr instead of NULL in the code and documentation
2022-10-18 01:25:25 +02: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 wxWebView::EnableBrowserAcceleratorKeys()
2022-12-23 14:12:36 +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
Use nullptr instead of NULL in the code and documentation
2022-10-18 01:25:25 +02: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
Use nullptr instead of NULL in the code and documentation
2022-10-18 01:25:25 +02:00
zstream.h
Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept
2022-10-15 18:10:45 +02:00