wxWidgets/include/wx
Vadim Zeitlin 2d9c9d9689 Fix handling of ampersands in wxCheckListBox under MSW
They were incorrectly interpreted as mnemonics when drawing
wxCheckListBox items, which didn't make sense and was inconsistent with
the other ports and even wxListBox in wxMSW itself.

It also affected wxRearrangeCtrl under MSW, which uses wxCheckListBox
for its implementation.

Closes #19201.
2021-06-24 14:49:08 +01:00
..
android Enable Winsock 2 and IPv6 build options by default 2021-04-24 18:06:43 +01:00
aui Remove redundant code 2021-06-14 15:10:46 +03:00
dfb Add wxCursor ctor from XPM data to all ports 2021-04-18 01:14:36 +01:00
generic Use wxCompositeWindow for generic wxDataViewCtrl implementation 2021-05-24 14:24:24 +01:00
gtk Merge branch 'spinctrl-digits' 2021-05-22 21:25:32 +01:00
gtk1 wxGTK1 : adding missing ctors foe wxCursor & wxBitmap 2021-05-03 08:04:00 +02:00
html Fix declaration shadow warning in wxHtmlHelpFrame 2021-04-22 07:33:03 -07:00
meta
motif Merge branch 'winsock-2' 2021-04-26 15:07:13 +01:00
msw Fix handling of ampersands in wxCheckListBox under MSW 2021-06-24 14:49:08 +01:00
osx Merge branch 'winsock-2' 2021-04-26 15:07:13 +01:00
persist
private Make DetermineDigits() reusable in other ports 2021-04-25 20:14:46 +01:00
propgrid Fix visual state of enabled/disabled wxPropertyGrid 2021-03-12 21:41:40 +01:00
protocol
qt Merge branch 'listctrl-fixes' 2021-04-27 14:08:38 +02:00
ribbon Add wxRibbon panel border colour option 2021-02-20 13:29:33 +01:00
richtext Avoid warnings about operations on different enums in C++20 mode 2021-04-25 18:59:20 +02:00
stc Regenerate STC files after the typo fixes 2021-03-13 13:35:14 +01:00
univ Fix wxUniv/MSW build by defining MSW-specific wxUSE_XXX options 2021-05-01 14:28:13 +02:00
unix
x11 Add wxCursor ctor from XPM data to all ports 2021-04-18 01:14:36 +01:00
xml
xrc Add wxXmlResource::LoadDocument() 2021-04-15 18:50:47 +01:00
aboutdlg.h
accel.h
access.h
activityindicator.h
addremovectrl.h
affinematrix2d.h
affinematrix2dbase.h
afterstd.h
anidecod.h
animate.h
animdecod.h
any.h
anybutton.h
anystr.h
app.h Add wxApp::GetMainTopWindow() wrapper 2021-03-07 23:51:54 +01:00
appprogress.h
apptrait.h Show assert stack if in the test if possible 2021-04-07 14:37:16 +02:00
archive.h
arrimpl.cpp
arrstr.h Make BinarySearch() interface slightly more readable 2021-02-26 16:25:28 +01:00
artprov.h
atomic.h
bannerwindow.h
base64.h
beforestd.h
bitmap.h
bmpbuttn.h
bmpcbox.h
bookctrl.h Generalize wxBookCtrlBase::m_bookctrl to wxWindow 2021-04-19 13:54:17 +02:00
brush.h
buffer.h
build.h
busyinfo.h
button.h
calctrl.h
caret.h
catch_cppunit.h
chartype.h
checkbox.h
checkeddelete.h
checklst.h
chkconf.h Remove setup0.h files 2021-01-31 19:02:56 +01:00
choicdlg.h
choice.h
choicebk.h
clipbrd.h
clntdata.h
clrpicker.h
cmdargs.h
cmdline.h
cmdproc.h
cmndata.h
collheaderctrl.h
collpane.h
colordlg.h
colour.h
colourdata.h
combo.h
combobox.h
commandlinkbutton.h
compiler.h Remove MSVS 2003, a.k.a. MSVC 7, support from the code 2021-04-26 15:18:39 +01:00
compositewin.h Forward key down/up events from wxCompositeWindow children too 2021-05-24 14:24:24 +01:00
confbase.h Don't make wxConfig::Do{Read,Write}LongLong() pure virtual 2021-03-25 14:06:12 +01:00
config.h
containr.h
control.h
convauto.h
cpp.h
creddlg.h
crt.h
cshelp.h
ctrlsub.h
cursor.h
custombgwin.h
dataobj.h Implement wxImageDataObject 2020-12-31 12:49:06 +01:00
dataview.h
datectrl.h
dateevt.h
datetime.h
datetimectrl.h
datstrm.h
dc.h
dcbuffer.h
dcclient.h
dcgraph.h keeping the OSX specific use of origin for non-native borders 2021-03-20 22:09:31 +01:00
dcmemory.h
dcmirror.h
dcprint.h
dcps.h
dcscreen.h
dcsvg.h
dde.h
debug.h
debugrpt.h
defs.h adding bridging info to our own definitions (#2354) 2021-04-30 18:10:21 +02:00
dialog.h
dialup.h
dir.h
dirctrl.h
dirdlg.h
display.h
dlimpexp.h
dlist.h
dnd.h
docmdi.h
docview.h
dragimag.h
dvrenderers.h
dynarray.h Fex search in wxSortedArrayString with custom compare function in STL build 2021-02-26 11:52:44 +02:00
dynlib.h Add wxDynamicLibrary::Attach() 2021-01-25 00:15:24 +01:00
dynload.h
editlbox.h
effects.h
encconv.h
encinfo.h
event.h Add wxEventObjectOriginSetter helper class 2021-05-24 14:24:24 +01:00
eventfilter.h
evtloop.h
evtloopsrc.h
except.h
fdrepdlg.h
features.h
ffile.h
file.h
fileconf.h Don't make wxConfig::Do{Read,Write}LongLong() pure virtual 2021-03-25 14:06:12 +01:00
filectrl.h
filedlg.h Refactor repetitions into wxFileDialogBase::UpdateExtraControlUI() 2021-02-15 00:37:45 +01:00
filefn.h Fix wxReadlink signature to return ssize_t 2021-04-18 11:00:41 +02:00
filehistory.h Remove public wxFileHistory::RefreshLabels() 2021-04-05 16:20:02 +02:00
filename.h Add a new wxFileName function to resolve symlinks to absolute paths 2021-04-01 20:32:08 +01:00
filepicker.h
filesys.h
flags.h
fmappriv.h
font.h Make wxFontBase::operator==() symmetric by taking wxFontBase 2021-04-26 11:44:40 +02:00
fontdata.h
fontdlg.h
fontenc.h
fontenum.h
fontmap.h
fontpicker.h
fontutil.h
frame.h
fs_arc.h
fs_filter.h
fs_inet.h
fs_mem.h
fs_zip.h
fswatcher.h
gauge.h
gbsizer.h
gdicmn.h
gdiobj.h
geometry.h Make some member functions const 2021-03-04 11:49:33 -08:00
gifdecod.h
glcanvas.h Make some member functions const 2021-03-17 09:44:48 -07:00
graphics.h Implement 0-width pen consistently in wxGraphicsContext 2021-04-05 09:56:28 -07:00
grid.h
hash.h
hashmap.h Remove useless wxIntegerHash assignment operator 2021-03-22 18:43:00 +01:00
hashset.h
headercol.h
headerctrl.h
help.h
helpbase.h
helphtml.h
helpwin.h
htmllbox.h
hyperlink.h
icon.h
iconbndl.h
iconloc.h
imagbmp.h
image.h Add wxImage Change{Saturation,Brightness,HSV,Lightness}() 2021-05-01 14:03:04 +02: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 Only set wxLocale as active once it has been fully initialized 2021-04-27 14:09:41 +02:00
iosfwrap.h
ioswrap.h
ipc.h
ipcbase.h Make some member functions const 2021-03-17 09:44:48 -07:00
itemattr.h
itemid.h
joystick.h
kbdstate.h
language.h Add support for English locale for Israel (en_IL) 2021-03-05 18:51:10 +01:00
layout.h Make some member functions const 2021-03-17 09:44:48 -07:00
laywin.h
link.h
list.h
listbase.h Introduce ABI shims for wxListCtrl column ordering functions 2021-04-27 14:07:46 +02:00
listbook.h
listbox.h
listctrl.h
listimpl.cpp
log.h Add return value to wxSafeShowMessage() 2021-03-14 13:18:36 +01:00
longlong.h
lzmastream.h
math.h
matrix.h
mdi.h
mediactrl.h
memconf.h
memory.h
memtext.h
menu.h
menuitem.h
metafile.h
mimetype.h
minifram.h
modalhook.h
module.h Add wxModule::AreInitialized() 2021-03-07 20:39:09 +01:00
mousemanager.h
mousestate.h
msgdlg.h
msgout.h
msgqueue.h
mstream.h
nativewin.h
nonownedwnd.h
notebook.h
notifmsg.h remove obsolete macOS SDK guards 2021-04-07 16:37:58 +02:00
numdlg.h
numformatter.h Add support for unsigned long long to wxNumberFormatter 2021-02-22 11:49:19 +01:00
object.h Restore wxObject::ms_classInfo public access 2021-05-04 23:14:41 +02:00
odcombo.h Improve per-monitor DPI in wxVListBoxComboPopup 2021-02-13 01:59:23 +01:00
overlay.h
ownerdrw.h
palette.h
panel.h
paper.h Make some member functions const 2021-03-17 09:44:48 -07:00
pen.h Restore support for using faster dotted pens in wxMSW 2021-02-22 00:04:07 +01:00
peninfobase.h
persist.h
pickerbase.h Avoid warnings about mixing different enums with C++20 2021-04-24 19:06:49 +01:00
platform.h Fix missing MAC_OS_VERSION_11_0 with pre-11.0 SDKs 2020-12-16 23:56:09 +01:00
platinfo.h Factor out platform detection from XRC code into wxPlatformId 2021-02-06 14:58:09 +01:00
popupwin.h
position.h
power.h
preferences.h
print.h
printdlg.h
prntbase.h
process.h Make some member functions const 2021-03-17 09:44:48 -07:00
progdlg.h
propdlg.h
ptr_scpd.h
ptr_shrd.h
quantize.h
radiobox.h
radiobut.h
range.h
rawbmp.h
rearrangectrl.h
recguard.h
regex.h
region.h
renderer.h
richmsgdlg.h
richtooltip.h
rtti.h Work around -Wuggest-override for event table macros from gcc 11 2021-04-26 11:55:33 +02:00
sashwin.h
sckaddr.h
sckipc.h
sckstrm.h
scopedarray.h
scopedptr.h
scopeguard.h
scrolbar.h
scrolwin.h
secretstore.h Add small wxSecretString helper for wiping strings values 2021-01-10 01:21:45 +01:00
selstore.h
settings.h
setup_inc.h Enable Winsock 2 and IPv6 build options by default 2021-04-24 18:06:43 +01:00
setup_redirect.h
sharedptr.h
simplebook.h
sizer.h Add wxSizerFlags::DisableConsistencyChecks() 2021-05-20 13:27:06 +01:00
slider.h
snglinst.h
socket.h
sound.h
spinbutt.h
spinctrl.h Make wxSpinCtrl::GetTextValue() pure virtual 2021-04-18 13:09:51 +02:00
splash.h
splitter.h
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 Add wxString::utf8_string() 2021-03-06 15:12:07 +01:00
stringimpl.h
stringops.h
strvararg.h Use wxMEMBER_DELETE instead of "Disabled" comment 2021-04-25 18:59:20 +02:00
sysopt.h
systhemectrl.h
tarstrm.h
taskbar.h
taskbarbutton.h
tbarbase.h
testing.h
textbuf.h
textcompleter.h
textctrl.h
textdlg.h
textentry.h
textfile.h
textwrapper.h
tglbtn.h
thread.h Fix using wxThreadHelper in DLL builds 2020-12-26 15:54:43 +01:00
thrimpl.cpp
time.h
timectrl.h
timer.h
tipdlg.h
tipwin.h
tls.h
tokenzr.h
toolbar.h Avoid warnings about operations on different enums in C++20 mode 2021-04-25 18:59:20 +02:00
toolbook.h
tooltip.h
toplevel.h
tracker.h
translation.h
treebase.h
treebook.h
treectrl.h
treelist.h
txtstrm.h
typeinfo.h
types.h
uiaction.h
unichar.h
uri.h
url.h
ustring.h
utils.h Fix a problem with wxGetDisplay() in wxGTK/MSW build 2021-02-01 13:30:31 +01:00
valgen.h
validate.h
valnum.h Add wxIntegerValidatorBase::ULongestValueType typedef 2021-02-22 12:58:14 +01:00
valtext.h
variant.h
variantbase.h
vector.h
version.h Upgrade version to 3.1.6 2021-04-14 17:57:27 +02:00
versioninfo.h
vidmode.h
vlbox.h
vms_x_fix.h
volume.h
vscroll.h
weakref.h
webrequest.h Apply suggestions from code review 2021-01-19 21:06:31 +01:00
webview.h Add access to user agent for wxWebView 2021-03-16 22:53:00 +01:00
webviewarchivehandler.h
webviewfshandler.h
wfstream.h
window.h Move workaround for initial TLW size to wxGTK itself 2021-04-12 21:19:25 +02:00
windowid.h
windowptr.h
withimages.h
wizard.h
wrapsizer.h
wupdlock.h
wx.h
wxchar.h
wxcrt.h
wxcrtbase.h
wxcrtvararg.h
wxhtml.h
wxprec.h
xlocale.h
xpmdecod.h
xpmhand.h
xti2.h
xti.h
xtictor.h
xtihandler.h
xtiprop.h
xtistrm.h
xtitypes.h
xtixml.h
zipstrm.h
zstream.h