wxwidgets/include/wx
Vadim Zeitlin 37418eed8e Replace wxWritableCharBuffer template with 2 simpler classes
This addresses a FIXME comment in this template, it was written in a
generic form to compile in both Unicode and ANSI builds of the library,
but now it can be written more simply and efficiently (in the "char"
case).

No real changes.
2022-10-28 21:17:15 +01:00
..
android Always define wxUSE_UNICODE as 1 2022-10-27 01:04:15 +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 Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
gtk Remove all wxGTK_CONV macros except for wxGTK_CONV_FN 2022-10-27 19:43:30 +02:00
html Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
meta Remove our own implementation of std::is_convertible 2022-10-11 00:25:27 +02:00
msw Deprecate unused wxMBConv parameters in wxString functions 2022-10-28 21:16:10 +01:00
osx Remove "encoding" argument from string-oriented wxOSX functions 2022-10-28 01:35:34 +02:00
persist Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
private Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
propgrid Use wxString() rather than wxEmptyString in wxPropertyGrid classes 2022-10-26 13:11:59 +02:00
protocol Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
qt Avoid some simple to fix deprecation warnings with Qt 5.14 2022-10-21 19:00:36 +02: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 Always define wxUSE_UNICODE as 1 2022-10-27 01:04:15 +01:00
unix Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +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 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 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 Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02: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 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 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 Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02: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 Replace wxWritableCharBuffer template with 2 simpler classes 2022-10-28 21:17:15 +01:00
build.h Get rid of v2.8 code 2022-08-02 08:26:29 +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 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 Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02: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_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02: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_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02: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 Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02: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 Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02: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 Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02: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 Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
cursor.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
custombgwin.h
dataobj.h Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02: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 Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02: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 Remove wxOnAssert() overload used in ANSI build only 2022-10-28 18:38:41 +01:00
debugrpt.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
defs.h Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02: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 wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02: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 wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02: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 Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02: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 Removed obsolete symbols from comments. 2016-02-21 20:12:11 +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 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 nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02: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 Add equality operators to wxItemAttr 2016-04-17 17:36:20 +02:00
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 Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02: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 nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
longlong.h Fix spelling in comments and documentation using codespell 2020-06-27 22:56:22 +02: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 Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02: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 Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02: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 Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02: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 Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02: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 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
numformatter.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +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 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 Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02: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 wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
platinfo.h Add wxGetNativeCpuArchitectureName() 2022-01-22 19:32:56 +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 Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02: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 Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
setup_inc.h Always define wxUSE_UNICODE as 1 2022-10-27 01:04:15 +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 Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
sstream.h Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02: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 Replace wxWritableCharBuffer template with 2 simpler classes 2022-10-28 21:17:15 +01:00
stringimpl.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
stringops.h Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
strvararg.h Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02: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 Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02: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 Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
tokenzr.h
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 Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02: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 Virtualize wxUIActionSimulator implementation 2016-05-23 03:00:49 +02:00
uilocale.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
unichar.h Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
uri.h Fix wxURI::Unescape() to work with Unicode strings 2016-02-13 04:01:27 +01:00
url.h
ustring.h Fix constness of some member functions of wxUString 2016-03-01 16:01:39 +09:00
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 Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02: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 a 'revision' component to wxVersionInfo 2022-06-29 22:50:12 +02: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 Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02: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 Add first version of wxBitmapBundle and use it in wxToolBar 2021-10-05 15:49:43 +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 wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
wxcrtvararg.h Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02: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