wxWidgets/include/wx
Vadim Zeitlin 7f3baa9abf Rename wxMenuItem::m_bmpChecked to m_bitmap in wxMSW and wxUniv
These two ports were the only ones to use something other than m_bitmap
for wxBitmapBundle storing the item bitmap, rename it for consistency
with the other ports and to allow moving this field into the base class
in the upcoming commit.

No real changes.
2022-06-14 18:27:07 +01:00
..
android Add NanoSVG setup options 2022-05-05 22:15:49 +02:00
aui Make wxAuiNotebook::FindPage() work correctly 2022-04-16 23:01:57 +01:00
dfb Add wxBitmap(wxImage, wxDC) ctor to all ports 2022-04-12 19:08:56 +01:00
generic improve comments 2022-06-01 21:11:56 +02:00
gtk Merge branch 'dvc-bitmap-renderer-bundle' 2022-05-23 22:22:53 +01:00
gtk1 Fix wxGTK1 build after adding wxBitmap(wxImage, wxDC) ctor 2022-04-23 15:04:25 +02:00
html Use wxBitmapBundle in wxHtmlWindow 2022-02-11 16:16:45 +03:00
meta
motif Add NanoSVG setup options 2022-05-05 22:15:49 +02:00
msw Rename wxMenuItem::m_bmpChecked to m_bitmap in wxMSW and wxUniv 2022-06-14 18:27:07 +01:00
osx Restore __LP64__ checks in Xcode config header 2022-06-08 16:58:58 +02:00
persist
private Add support for custom comboboxes in wxFileDialogCustomize 2022-06-04 00:50:54 +01:00
propgrid Decouple wxPropertyGridPageState from wxDC 2022-05-30 19:17:37 +02:00
protocol
qt Use wxBitmapBundle as default type in wxDataViewBitmapRenderer 2022-05-09 14:36:41 +02:00
ribbon Add functions for getting current ribbon tool rectangle 2022-04-19 00:46:58 +02:00
richtext Fix some harmless MSVC compiler warnings 2022-05-30 17:47:15 +02:00
stc
univ Rename wxMenuItem::m_bmpChecked to m_bitmap in wxMSW and wxUniv 2022-06-14 18:27:07 +01:00
unix Use wxBitmapBundle in wxTaskBarIcon 2022-02-19 21:44:27 +00:00
x11 Add wxBitmap(wxImage, wxDC) ctor to all ports 2022-04-12 19:08:56 +01:00
xml
xrc Inherit wxTreebookXmlHandler from wxBookCtrlXmlHandlerBase too 2022-02-27 22:42:01 +00:00
aboutdlg.h
accel.h
access.h
activityindicator.h
addremovectrl.h
affinematrix2d.h
affinematrix2dbase.h
afterstd.h
anidecod.h
animate.h Change inactive bitmap to in wxBitmapBundle wxAnimationCtrl 2022-01-27 14:29:25 +01:00
animdecod.h
any.h
anybutton.h
anystr.h Avoid -Wdeprecated-copy for many event classes from clang 13 2021-12-15 17:50:55 +01:00
app.h
appprogress.h
apptrait.h
archive.h
arrimpl.cpp
arrstr.h
artprov.h Add wxArtProvider::Get[Native]DIPSizeHint() 2022-03-24 21:35:26 +01:00
atomic.h Return the new value from wxAtomicInc() too 2022-05-11 00:16:47 +02:00
bannerwindow.h Change wxBitmap to wxBitmapBundle in wxBannerWindow 2022-01-27 14:29:25 +01:00
base64.h
beforestd.h
bitmap.h Remove redundant forward decls and headers from wx/*/bitmap.h 2022-04-10 17:09:52 +01:00
bmpbndl.h Remove the size parameter of wxBitmapBundle::GetConsensusSizeFor() 2022-06-05 03:23:41 +02:00
bmpbuttn.h
bmpcbox.h wxBitmapComboBox: store bitmaps in wxVector 2022-02-08 20:48:36 +01:00
bookctrl.h Make wxAuiNotebook::FindPage() work correctly 2022-04-16 23:01:57 +01:00
brush.h
buffer.h
build.h
busyinfo.h
button.h
calctrl.h
caret.h Make wxCaret init functions private 2022-03-27 13:07:37 -07:00
catch_cppunit.h
chartype.h Fix caching of files using wx headers with ccache 2022-03-10 16:37:47 +01:00
checkbox.h
checkeddelete.h
checklst.h
chkconf.h
choicdlg.h
choice.h
choicebk.h Fix some harmless MSVC compiler warnings 2022-05-30 17:47:15 +02:00
clipbrd.h
clntdata.h Use wxObjectDataPtr in wxSharedClientDataContainer 2022-04-28 00:47:19 +02:00
clrpicker.h Avoid -Wdeprecated-copy for many event classes from clang 13 2021-12-15 17:50:55 +01:00
cmdargs.h
cmdline.h Avoid -Wdeprecated-copy for many event classes from clang 13 2021-12-15 17:50:55 +01:00
cmdproc.h
cmndata.h
collheaderctrl.h
collpane.h Avoid -Wdeprecated-copy for many event classes from clang 13 2021-12-15 17:50:55 +01:00
colordlg.h Avoid -Wdeprecated-copy for many event classes from clang 13 2021-12-15 17:50:55 +01:00
colour.h Add wxColour::Get{Red,Green,Blue,Alpha}() to avoid gcc 12 warnings 2022-01-27 15:46:42 +01:00
colourdata.h
combo.h Use wxBitmapBundle in wxComboCtrl instead of wxBitmap 2022-02-05 16:11:14 +01:00
combobox.h
commandlinkbutton.h
compiler.h
compositewin.h
confbase.h
config.h
containr.h
control.h
convauto.h
cpp.h
creddlg.h
crt.h
cshelp.h
ctrlsub.h
cursor.h
custombgwin.h
dataobj.h
dataview.h Use wxBitmapBundle in wxHeaderColumn 2022-03-04 03:37:20 +01:00
datectrl.h
dateevt.h Avoid -Wdeprecated-copy for many event classes from clang 13 2021-12-15 17:50:55 +01:00
datetime.h Refactor time zone parsing into a separate function from ParseRfc822Date() 2022-03-22 19:12:45 +02:00
datetimectrl.h
datstrm.h
dc.h Merge branch 'dc-cleanup' 2022-05-01 03:11:06 +02:00
dcbuffer.h
dcclient.h
dcgraph.h Merge branch 'dc-cleanup' 2022-05-01 03:11:06 +02:00
dcmemory.h
dcmirror.h Use wxScopedArray<> instead of manual memory management in wxDC 2022-04-30 21:14:58 +01:00
dcprint.h
dcps.h
dcscreen.h
dcsvg.h Don't implement FromDIP and ToDIP in headers 2022-04-29 00:38:46 +02:00
dde.h
debug.h
debugrpt.h
defs.h Remove Cocoa type declarations from wx/defs.h 2022-06-07 01:51:43 +02:00
dialog.h Avoid -Wdeprecated-copy for many event classes from clang 13 2021-12-15 17:50:55 +01:00
dialup.h Avoid -Wdeprecated-copy for many event classes from clang 13 2021-12-15 17:50:55 +01:00
dir.h
dirctrl.h
dirdlg.h
display.h
dlimpexp.h
dlist.h
dnd.h
docmdi.h
docview.h
dragimag.h
dvrenderers.h Allow relaxing the check for variant type in wxDataViewRenderer 2022-05-08 18:39:15 +01:00
dynarray.h
dynlib.h
dynload.h
editlbox.h
effects.h
encconv.h
encinfo.h
event.h Add wxCHECK_CXX_STD() and use it to test for C++17 and C++20 2022-05-11 16:57:18 +01:00
eventfilter.h
evtloop.h
evtloopsrc.h
except.h
fdrepdlg.h
features.h CMake: Add support for external NanoSVG library 2022-05-11 01:54:03 +02:00
ffile.h
file.h
fileconf.h
filectrl.h Avoid -Wdeprecated-copy for many event classes from clang 13 2021-12-15 17:50:55 +01:00
filedlg.h Move GetExtraControlSize() hack from wxFileDialogBase to MSW code 2022-06-03 01:35:31 +01:00
filedlgcustomize.h Add support for custom comboboxes in wxFileDialogCustomize 2022-06-04 00:50:54 +01:00
filefn.h
filehistory.h
filename.h
filepicker.h Avoid -Wdeprecated-copy for many event classes from clang 13 2021-12-15 17:50:55 +01:00
filesys.h
flags.h
fmappriv.h
font.h
fontdata.h
fontdlg.h
fontenc.h
fontenum.h
fontmap.h
fontpicker.h Avoid -Wdeprecated-copy for many event classes from clang 13 2021-12-15 17:50:55 +01:00
fontutil.h Remove Cocoa type declarations from wx/defs.h 2022-06-07 01:51:43 +02:00
frame.h
fs_arc.h
fs_filter.h
fs_inet.h
fs_mem.h
fs_zip.h
fswatcher.h Avoid -Wdeprecated-copy for many event classes from clang 13 2021-12-15 17:50:55 +01:00
gauge.h
gbsizer.h
gdicmn.h
gdiobj.h
geometry.h
gifdecod.h
glcanvas.h
graphics.h Add ToDIP to wxDC and wxGraphicsContext 2022-04-21 22:04:10 +02:00
grid.h
hash.h
hashmap.h Fix -Wnoexcept from gcc 10.3 in STL build 2022-02-18 17:02:10 +01:00
hashset.h
headercol.h Use wxBitmapBundle in wxHeaderColumn 2022-03-04 03:37:20 +01:00
headerctrl.h
help.h
helpbase.h
helphtml.h
helpwin.h
htmllbox.h Fix some harmless MSVC compiler warnings 2022-05-30 17:47:15 +02:00
hyperlink.h Avoid -Wdeprecated-copy for many event classes from clang 13 2021-12-15 17:50:55 +01:00
icon.h
iconbndl.h
iconloc.h
imagbmp.h Make wxBMPHandler::DoLoadDib() a free function 2022-06-08 19:27:11 +01:00
image.h Avoid gcc 12 -Warith-conversion in wxImageHistogram::MakeKey() 2022-01-27 15:30:22 +01:00
imaggif.h
imagiff.h
imagjpeg.h
imaglist.h
imagpcx.h
imagpng.h
imagpnm.h
imagtga.h
imagtiff.h
imagxpm.h
infobar.h
init.h
intl.h Enhance wxUILocale and wxLocaleIdent 2022-03-28 01:11:40 +02:00
iosfwrap.h
ioswrap.h
ipc.h
ipcbase.h
itemattr.h
itemid.h
joystick.h
kbdstate.h
language.h
layout.h
laywin.h
link.h
list.h
listbase.h
listbook.h
listbox.h
listctrl.h
listimpl.cpp
localedefs.h Add wxLanguageInfo::GetCanonicalWithRegion() helper 2022-04-02 16:45:20 +02:00
log.h
longlong.h
lzmastream.h
math.h Add wxCHECK_CXX_STD() and use it to test for C++17 and C++20 2022-05-11 16:57:18 +01:00
matrix.h
mdi.h
mediactrl.h
memconf.h
memory.h
memtext.h
menu.h Update menu bitmaps when invoking window is set in wxOSX 2022-03-20 17:34:51 +01:00
menuitem.h Move GetBitmapFromBundle() to wxMenuItemBase 2022-02-05 20:39:19 +01:00
metafile.h
mimetype.h
minifram.h
modalhook.h
module.h
mousemanager.h
mousestate.h
msgdlg.h
msgout.h
msgqueue.h
mstream.h
nativewin.h
nonownedwnd.h
notebook.h
notifmsg.h
numdlg.h
numformatter.h
object.h Fix static build using extended RTTI 2022-04-14 23:17:05 +02:00
odcombo.h
overlay.h wxOverlay implementation for Wayland 2022-02-13 09:03:36 -08:00
ownerdrw.h
palette.h
panel.h
paper.h
pen.h
peninfobase.h
persist.h
pickerbase.h
platform.h Avoid redefinition warnings for _GNU_SOURCE. See #19354 2021-12-30 11:11:01 -08:00
platinfo.h Add wxGetNativeCpuArchitectureName() 2022-01-22 19:32:56 +01:00
popupwin.h
position.h
power.h Avoid -Wdeprecated-copy warning, see #22291 2022-04-09 07:43:16 -07:00
preferences.h Add wxPreferencesPage::GetIcon() returning wxBitmapBundle 2022-03-17 23:49:18 +01:00
print.h
printdlg.h
prntbase.h Still use wxPreviewFrame size if it was explicitly specified 2022-05-23 15:07:06 +01:00
process.h Avoid -Wdeprecated-copy for many event classes from clang 13 2021-12-15 17:50:55 +01:00
progdlg.h
propdlg.h
ptr_scpd.h
ptr_shrd.h
quantize.h
radiobox.h
radiobut.h
range.h
rawbmp.h Fix a gcc warning in wx/rawbmp.h 2022-06-01 15:48:03 +02:00
rearrangectrl.h
recguard.h
regex.h
region.h
renderer.h
richmsgdlg.h
richtooltip.h
rtti.h Avoid -Wdeprecated-copy for many event classes from clang 13 2021-12-15 17:50:55 +01:00
sashwin.h
sckaddr.h
sckipc.h
sckstrm.h
scopedarray.h
scopedptr.h
scopeguard.h
scrolbar.h
scrolwin.h
secretstore.h Always call wxSecureZeroMemory() to wipe memory in wxSecretValue 2022-06-04 15:14:09 +03:00
selstore.h
settings.h
setup_inc.h Add NanoSVG setup options 2022-05-05 22:15:49 +02:00
setup_redirect.h
sharedptr.h
simplebook.h Fix TAB navigation in wxSimplebook 2022-06-11 15:19:31 +02:00
sizer.h
slider.h
snglinst.h
socket.h Avoid -Wdeprecated-copy for many event classes from clang 13 2021-12-15 17:50:55 +01:00
sound.h
spinbutt.h Add wxSpinCtrl::SetIncrement() and implement it for all ports 2022-02-04 02:16:06 +01:00
spinctrl.h
splash.h
splitter.h Allow better control over splitter position on resize 2022-01-27 14:00:51 +01:00
srchctrl.h
sstream.h
stack.h
stackwalk.h
statbmp.h
statbox.h
statline.h
stattext.h
statusbr.h
stdpaths.h
stdstream.h
stockitem.h
stopwatch.h
strconv.h
stream.h
string.h Remove unnecessary test which was needed for macOS < 10.7 only 2022-05-11 16:49:43 +01:00
stringimpl.h
stringops.h
strvararg.h
sysopt.h
systhemectrl.h
tarstrm.h
taskbar.h Use wxBitmapBundle in wxTaskBarIcon 2022-02-19 21:44:27 +00:00
taskbarbutton.h
tbarbase.h Make wxToolBar::SetToolBitmapSize() take size in logical pixels 2022-04-19 23:36:02 +01:00
testing.h
textbuf.h
textcompleter.h
textctrl.h
textdlg.h
textentry.h
textfile.h
textwrapper.h
tglbtn.h
thread.h
thrimpl.cpp
time.h
timectrl.h
timer.h Avoid -Wdeprecated-copy for many event classes from clang 13 2021-12-15 17:50:55 +01:00
tipdlg.h
tipwin.h Fix using wx/tipwin.h as the first include wx header 2022-05-05 16:10:46 +02:00
tls.h
tokenzr.h
toolbar.h
toolbook.h
tooltip.h
toplevel.h macOS: Allow setting some fullscreen style options 2022-03-17 23:50:32 +01:00
tracker.h
translation.h Add wxTRANSLATE_IN_CONTEXT() macro for marking strings for translation 2022-04-24 11:30:31 +03:00
treebase.h
treebook.h Fix usage of wxWithImages::Images in wxTreebook 2022-02-27 22:40:52 +00:00
treectrl.h
treelist.h Avoid -Wdeprecated-copy for many event classes from clang 13 2021-12-15 17:50:55 +01:00
txtstrm.h
typeinfo.h
types.h
uiaction.h
uilocale.h Improve wxLocale backwards compatibility and enhance wxUILocale 2022-04-17 18:04:21 +02:00
unichar.h
uri.h
url.h
ustring.h
utils.h Allow to leave another window enabled in wxWindowDisabler 2022-04-07 23:38:16 +01:00
valgen.h
validate.h
valnum.h
valtext.h
variant.h
variantbase.h
vector.h
version.h Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
versioninfo.h
vidmode.h
vlbox.h
vms_x_fix.h
volume.h
vscroll.h
weakref.h
webrequest.h Add wxWebRequestEvent::GetRequest() 2022-01-11 18:16:09 +01:00
webview.h Avoid -Wdeprecated-copy for many event classes from clang 13 2021-12-15 17:50:55 +01:00
webviewarchivehandler.h
webviewfshandler.h
wfstream.h
window.h Make wxDumpWindow() take const wxWindow pointer 2022-03-19 22:56:06 +01:00
windowid.h
windowptr.h
withimages.h Show images added to its wxImageList later in wxListbook again 2022-04-28 17:24:58 +01:00
wizard.h Use wxBitmapBundle in wxWizard 2022-02-11 18:04:56 +03:00
wrapsizer.h
wupdlock.h
wx.h
wxchar.h
wxcrt.h
wxcrtbase.h Add wxCHECK_CXX_STD() and use it to test for C++17 and C++20 2022-05-11 16:57:18 +01:00
wxcrtvararg.h Remove checks for [v]snprintf() and vsscanf() declarations 2022-04-14 00:33:51 +02:00
wxhtml.h
wxprec.h
xlocale.h
xpmdecod.h
xpmhand.h
xti2.h
xti.h Fix static build using extended RTTI 2022-04-14 23:17:05 +02:00
xtictor.h
xtihandler.h
xtiprop.h
xtistrm.h
xtitypes.h
xtixml.h
zipstrm.h
zstream.h