wxwidgets/include/wx
Vadim Zeitlin 94b1a17aeb Add AddAvailableCatalog() and use it in AddStdCatalog()
The new function only returns true if the catalog could be really
loaded and not if it is considered not to be needed because the message
ID language (which is typically "en-US") happens to be present in the
preferred UI languages list (which seems to always include "en-US" in at
least Western European MSW).

This allows to distinguish, albeit in a rather awkward (but
backwards-compatible) way between having a translation for the given
language and not needed such translation.

It is still not clear if it is really correct to return "en-US" from the
list of preferred languages even if the user has never intentionally
configured the OS to indicate that English is acceptable, but at least
now we can work around this issue and use AddAvailableCatalog() in
AddStdCatalog() to make sure we only skip loading unversioned wxstd.mo
if the versioned wxstd-x.y.mo file is really found instead of never
doing it, as was the case until now (see #23886).

Also add GetBestAvailableTranslation() helper which seems more useful
than the existing GetBestTranslation() one and is similarly related to
it.

See #18227.
2023-10-02 19:21:48 +02:00
..
android Assume sigaction::sa_handler always takes "int" 2023-06-30 00:26:19 +01:00
aui Fix bitmap returned from wxAuiToolBarItem::GetDisabledBitmap() 2023-06-27 19:16:40 +02:00
dfb Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
generic Stop using wxClientDC in wxGenericAnimationCtrl 2023-08-25 20:51:21 +02:00
gtk Make recently added GTK-specific wxTextCtrl accessors public 2023-09-08 01:32:36 +02:00
html Initialize wxHtmlSelection members in their declaration 2023-06-02 16:09:27 +02:00
meta Remove wxUSE_STD_STRING and wxUSE_STD_CONTAINERS_COMPATIBLY 2022-11-17 00:40:50 +01:00
msw Implement wxWebView::SetProxy() for Edge backend 2023-09-07 15:33:39 +02:00
osx Remove obsolete wxOSX_USE_EXPERIMENTAL_FONTDIALOG build setting 2023-07-20 14:42:39 +02:00
persist Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
private Fix recent wxGTK regression when using wide string entry point 2023-09-21 22:03:11 +02:00
propgrid Deprecate wxPGPropertyFlags that are intended for internal use 2023-09-22 23:39:53 +02:00
protocol Use std::unordered_map<> in wxHTTP directly 2023-04-18 00:42:55 +01:00
qt Make wxTopLevelWindow::SetSizeHints() work in wxQt 2023-09-30 15:23:25 +02:00
ribbon Stop using object array for wxRibbonPageTabInfoArray 2023-04-12 18:09:48 +01:00
richtext Use std::unordered_map<> in wxRichTextXMLHandler 2023-04-18 00:42:55 +01:00
stc Regenerate wxSTC files after Scintilla update 2023-02-14 22:43:18 +01:00
univ Remove outdated parts from build system 2023-08-24 15:15:57 +02:00
unix Call eglSwapInterval() when it can succeed 2023-09-27 14:43:58 +02:00
x11 Merge branch 'use-std-containers' 2023-04-17 17:02:27 +02:00
xml Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
xrc Add support for specifying high DPI animations in XRC 2023-08-25 20:51:21 +02:00
aboutdlg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
accel.h Include wx/string.h from the files that use wxString 2023-01-05 18:58:24 +01:00
access.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
activityindicator.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
addremovectrl.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
affinematrix2d.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
affinematrix2dbase.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
afterstd.h Get rid of spurious warning in CRT malloc.h with MSVS 2017 2019-10-21 20:52:49 +02:00
anidecod.h Use std::vector<wxImage> instead of wxImageArray 2023-04-12 18:09:47 +01:00
animate.h Add high DPI support to generic wxAnimationCtrl 2023-08-25 20:51:21 +02:00
animdecod.h Factor out 3 copies of identical code into wxInputStreamPeeker 2021-12-15 17:50:20 +01:00
any.h Work around placement new breakage by wx/msw/msvcrt.h 2023-01-31 14:45:04 +00:00
anybutton.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
anystr.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
app.h Improve workaround for wrong wxAppTraits creation 2023-03-06 21:43:33 +00:00
appprogress.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
apptrait.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
archive.h Define wxArchiveIterator in all builds, not just STL one 2023-04-09 02:33:22 +02:00
arrimpl.cpp Replace object array macros with template class too 2018-06-03 17:12:12 +02:00
arrstr.h Add wxArrayString::AsVector() too 2023-04-08 22:45:11 +01:00
artprov.h Stop using macro-based wxList in wxArtProvider code 2023-04-12 18:15:44 +01: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 Show high resolution bitmaps in wxBusyInfo if available 2023-08-25 20:32:07 +02:00
button.h Remove Windows XP and Vista support 2022-11-12 16:57:52 +00:00
calctrl.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
caret.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
catch_cppunit.h Put quotes around strings in Catch::StringMaker<wxString> 2023-03-28 13:48:13 +01:00
chartype.h Don't mention ANSI build in comments in wx/chartype.h any more 2022-10-28 21:17:15 +01:00
checkbox.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
checkeddelete.h
checklst.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
chkconf.h Fix typo in wxUSE_LONGLONG preprocessor constant 2023-09-01 15:22:14 +03:00
choicdlg.h
choice.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
choicebk.h Fix link when using wxSimplebook both directly and indirectly 2023-01-29 16:26:09 +01:00
clipbrd.h Fix typo in clipboard header files 2023-08-26 23:51:58 +02:00
clntdata.h Use std::unordered_map<> in wxShadowObject 2023-04-18 00:45:14 +02:00
clrpicker.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
cmdargs.h Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
cmdline.h Remove wxUSE_STD_STRING and wxUSE_STD_CONTAINERS_COMPATIBLY 2022-11-17 00:40:50 +01:00
cmdproc.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
cmndata.h Initialize wxPrintData members in their declaration 2023-03-29 01:15:06 +02:00
collheaderctrl.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
collpane.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
colordlg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
colour.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
colourdata.h
combo.h Minor documentation syntax and orthography fixes 2023-08-22 19:20:33 +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 Add special define allowing to check for gcc 4.8 2023-04-10 18:50:27 +01:00
compositebookctrl.h Fix link when using wxSimplebook both directly and indirectly 2023-01-29 16:26:09 +01:00
compositewin.h Suppress GetCompositeWindowParts() override warning for clang too 2023-01-06 00:58:05 +01:00
confbase.h Minor documentation syntax and orthography fixes 2023-08-22 19:20:33 +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 std::unordered_map<> in wxSimpleHelpProvider 2023-04-18 00:42:55 +01: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 Stop using wxList in wxDataObjectComposite implementation 2023-04-12 18:15:44 +01:00
dataview.h Use wxCOL_WIDTH_DEFAULT instead of -1 in wxDataViewCtrl functions 2023-03-09 00:11:32 +01:00
datectrl.h Support wxDP_DROPDOWN mode for native date pickers on macOS 2023-05-05 15:19:49 +02:00
dateevt.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
datetime.h Add wxUILocale methods for getting month and day names 2023-05-31 18:53:45 +02:00
datetimectrl.h Add wxDateTimePickerCtrl::SetNullText() 2020-11-05 14:22:05 +01:00
datstrm.h Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
dc.h Fix wxDCClipper 2022-12-29 12:39:27 +01:00
dcbuffer.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dcclient.h
dcgraph.h Handle wxOSX-specific clipping in wxOSX wxWindowDC implementation 2022-10-25 10:50:40 +02:00
dcmemory.h
dcmirror.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dcprint.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
dcps.h
dcscreen.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dcsvg.h Replace all remaining occurrences of wxScopedPtr 2023-03-06 23:53:13 +01:00
dde.h
debug.h Avoid double quoting assert message conditions 2023-07-24 14:03:34 +02:00
debugrpt.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
defs.h Re-enable some previously disabled MSVC warnings 2023-08-26 13:21:46 +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 Add wxDisplay::GetFromRect() 2023-05-08 22:47:04 +01: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 Minor documentation syntax and orthography fixes 2023-08-22 19:20:33 +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 Stop using legacy wxSTD macro in the library code 2023-04-28 15:26:46 +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 Allow using wxBaseObjectArray without defining traits 2023-05-06 19:59:44 +01:00
dynlib.h Stop using object array for wxDynamicLibraryDetailsArray 2023-04-12 18:09:48 +01:00
dynload.h Use std::unordered_map<> in wxPluginLibrary and wxPluginManager 2023-04-12 18:15:45 +01: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 Remove support for using X fonts 2023-04-12 16:44:55 +02:00
event.h Fix EVT_PRESS_AND_TAP() event macro definition 2023-08-26 12:28:05 +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 fix compilation errors for wxFileDialog when wxUSE_RADIOBTN is off 2023-06-23 02:50:37 +09: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 std::unordered_map<> in wxFileSystem 2023-04-18 00:42:54 +01:00
flags.h Get rid of v2.8 code 2022-08-02 08:26:29 +02:00
fmappriv.h
font.h Slightly reformat FindOrCreateFont() declaration and add comments 2023-01-14 15:24:36 +00:00
fontdata.h Add wxFontDialog::RestrictSelection() to disallow raster fonts 2020-07-04 13:14:38 +02:00
fontdlg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
fontenc.h
fontenum.h
fontmap.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
fontpicker.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
fontutil.h Remove support for using X fonts 2023-04-12 16:44:55 +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 Use std::unordered_map<> in wxArchiveFSHandler code 2023-04-18 00:42:54 +01: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 Use std::unordered_map<std::unique_ptr<>> in wxMemoryFSHandler 2023-04-18 00:42:55 +01:00
fs_zip.h
fswatcher.h Use std::unordered_map<> in wxFileSystemWatcher code 2023-04-18 00:42:55 +01: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 Add wxSize::IsAtLeast() helper 2023-08-25 20:37:58 +02:00
gdiobj.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
geometry.h Fix comment typos in sources 2021-10-03 17:07:44 +02:00
gifdecod.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
glcanvas.h Don't use multi-sampling in wxGLAttributes::Defaults() 2023-02-14 15:40:04 +00:00
graphics.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
grid.h
hash.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
hashmap.h Disable use of std::unordered_map<> with gcc 4.8 for wx hash maps 2023-04-10 18:51:12 +01: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 Stop using object array for wxIconArray 2023-04-12 18:09:48 +01:00
iconloc.h
imagbmp.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
image.h Use lambdas with wxImage::ApplyToAllPixels() 2022-11-11 01:15:58 +01:00
imaggif.h Use std::vector<wxImage> instead of wxImageArray 2023-04-12 18:09:47 +01:00
imagiff.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
imagjpeg.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
imaglist.h Stop using native MSW wxImageList in wxUniv 2023-04-22 19:03:08 +02: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 Remove redundant "const" from wxItemId conversion operator 2023-06-03 21:07:40 +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 Improve generated process for the language database files 2023-04-18 14:27:28 +02:00
layout.h Fix comment typos in sources 2021-10-03 17:07:44 +02:00
laywin.h
link.h
list.h Remove wxUSE_STD_STRING and wxUSE_STD_CONTAINERS_COMPATIBLY 2022-11-17 00:40:50 +01:00
listbase.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
listbook.h Fix link when using wxSimplebook both directly and indirectly 2023-01-29 16:26:09 +01:00
listbox.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
listctrl.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
listimpl.cpp
localedefs.h Add wxLanguageInfo::GetCanonicalWithRegion() helper 2022-04-02 16:45:20 +02:00
log.h Stop using legacy wxSTD macro in the library code 2023-04-28 15:26:46 +02:00
longlong.h Stop using legacy wxSTD macro in the library code 2023-04-28 15:26:46 +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 Remove memory debugging/tracing support and all related options 2023-01-05 21:41:38 +01:00
memtext.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
menu.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
menuitem.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
metafile.h
mimetype.h Stop using object array for wxArrayFileTypeInfo 2023-04-12 18:09:48 +01:00
minifram.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
modalhook.h
module.h Include wx/string.h from the files that use wxString 2023-01-05 18:58:24 +01:00
mousemanager.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
mousestate.h Get rid of v2.8 code 2022-08-02 08:26:29 +02:00
msgdlg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
msgout.h Make wxMessageOutput::Printf() a variadic template function 2022-11-23 01:08:01 +01:00
msgqueue.h
mstream.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
nativewin.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
nonownedwnd.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
notebook.h Add wxNotebook::GetTabRect() to retrieve the tab position 2022-11-10 16:43:43 +01:00
notifmsg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
numdlg.h
numformatter.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
object.h Remove memory debugging/tracing support and all related options 2023-01-05 21:41:38 +01:00
odcombo.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
overlay.h wxOverlay implementation for Wayland 2022-02-13 09:03:36 -08:00
ownerdrw.h Eliminate -Wcast-qual warnings with GCC and Clang 2020-02-02 22:50:32 -08:00
palette.h Remove support for wxMotif 2022-10-16 16:39:56 +02:00
panel.h Get rid of platform-specific wxPanel classes 2022-11-12 21:54:35 +01:00
paper.h Remove commented out wxRTTI macros for wxPrintPaperDatabase 2023-04-12 18:15:45 +01: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 std::unordered_map<> in wxPersistenceManager 2023-04-18 00:42:56 +01:00
pickerbase.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
platform.h Remove Alpha architecture detection 2023-01-26 17:31:05 +01:00
platinfo.h Optionally return Wine version from wxIsRunningUnderWine() 2022-12-01 01:30:27 +01:00
popupwin.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
position.h
power.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
preferences.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
print.h
printdlg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
prntbase.h Use wxObjectDataPtr to manage wxPrintData::m_nativeData 2023-03-29 01:15:06 +02:00
process.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
progdlg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
propdlg.h
ptr_scpd.h
ptr_shrd.h
quantize.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
radiobox.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
radiobut.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
range.h
rawbmp.h Enable raw bitmap data access for monochrome bitmaps in wxQt 2023-09-13 19:44:14 +01:00
rearrangectrl.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
recguard.h
regex.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
region.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
renderer.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
richmsgdlg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
richtooltip.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
rtti.h Remove memory debugging/tracing support and all related options 2023-01-05 21:41:38 +01:00
sashwin.h
sckaddr.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
sckipc.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
sckstrm.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
scopedarray.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
scopedptr.h Use std::unique_ptr<> instead of wxDECLARE_SCOPED_PTR 2023-03-06 18:36:37 +00:00
scopeguard.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
scrolbar.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
scrolwin.h Add a hack to fix link problem with wxScrolledCanvas in wx DLL 2023-09-06 02:40:01 +02:00
secretstore.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
selstore.h Fix more -Wshorten-64-to-32 occurrences and test for them 2023-02-27 13:47:57 +01:00
settings.h Add wxSystemAppearance::AreAppsDark() and IsSystemDark() 2022-12-26 22:02:11 +00:00
setup_inc.h Remove dependency of wxUSE_SOCKETS on wxUSE_STOPWATCH 2023-06-05 15:13:21 +02: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 Ensure that the currently shown wxSimplebook page has focus 2023-09-30 15:21:50 +02:00
sizer.h Centralize index checking in wxSizer code 2023-02-23 15:37:32 +00:00
slider.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
snglinst.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
socket.h Add trivial wxSocketInitializer helper 2023-05-18 00:04:59 +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 Make wxSearchCtrl inherit from wxTextEntry in all ports 2023-07-20 14:46:41 +02:00
sstream.h Use length already stored in wxCharBuffer 2022-10-28 21:19:37 +01:00
stack.h Make wxStack an alias template instead of a macro in STL build 2023-04-10 17:00:32 +01:00
stackwalk.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
statbmp.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
statbox.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
statline.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
stattext.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
statusbr.h Stop using object array for wxStatusBarPaneArray 2023-04-12 18:09:48 +01:00
stdpaths.h Globally replace vadim@wxwindows.org with vadim@wxwidgets.org 2019-04-22 14:12:05 +02:00
stdstream.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
stockitem.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
stopwatch.h
strconv.h Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
stream.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
string.h Don't clobber std::string_view equality with char * 2023-09-06 02:44:11 +02:00
stringops.h Remove wx own wxStringImpl implementation 2022-11-17 00:40:50 +01:00
strvararg.h Fix formatting string_view in UTF-8 build 2023-03-28 13:48:13 +01:00
sysopt.h
systhemectrl.h Allow calling EnableSystemTheme(false) before creating the window 2019-05-26 23:20:21 +02:00
tarstrm.h Use std::unordered_map<> in wxTarInputStream 2023-04-18 00:42:56 +01: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 Stop using legacy wxSTD macro in the library code 2023-04-28 15:26:46 +02:00
textdlg.h
textentry.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
textfile.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
textwrapper.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
tglbtn.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
thread.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
thrimpl.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
time.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
timectrl.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
timer.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
tipdlg.h
tipwin.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
tls.h Remove wxUSE_COMPILER_TLS and always use C++11 thread_local 2022-10-26 03:31:54 +02:00
tokenzr.h Don't use wxWxCharBuffer any more 2022-10-28 21:17:52 +01:00
toolbar.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
toolbook.h Fix link when using wxSimplebook both directly and indirectly 2023-01-29 16:26:09 +01:00
tooltip.h Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
toplevel.h Improve GetBestSize() for TLWs containing a single child 2022-12-14 14:58:12 +01:00
tracker.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
translation.h Add AddAvailableCatalog() and use it in AddStdCatalog() 2023-10-02 19:21:48 +02:00
treebase.h Use more modern appearance for wxMSW wxTreeCtrl by default 2023-09-30 15:00:48 +02:00
treebook.h Fix link when using wxSimplebook both directly and indirectly 2023-01-29 16:26:09 +01:00
treectrl.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
treelist.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
txtstrm.h Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
typeinfo.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
types.h Stop using obsolete wxW64 macro 2022-10-11 00:02:29 +02:00
uiaction.h
uilocale.h Add wxUILocale methods for getting month and day names 2023-05-31 18:53:45 +02:00
unichar.h Remove wx own wxStringImpl implementation 2022-11-17 00:40:50 +01:00
uri.h Improve wxURI parsing 2023-03-22 18:35:45 +01:00
url.h
ustring.h
utils.h Make wxEnvVariableHashMap just a std::unordered_map<> 2023-04-18 00:44:12 +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 Still enforce validity on focus loss in numeric validators 2023-07-02 19:13:41 +01:00
valtext.h Prevent pasting invalid characters when using wxTextValidator 2023-08-25 20:31:35 +02:00
variant.h Stop using legacy wxSTD macro in the library code 2023-04-28 15:26:46 +02:00
variantbase.h Stop using legacy wxSTD macro in the library code 2023-04-28 15:26:46 +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 Don't mark wxVideoMode as being DLL-exported 2023-04-12 18:09:48 +01:00
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 Use simple vector of icons in wxFSVolume 2023-04-12 18:09:48 +01:00
vscroll.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
weakref.h Initialize wxWeakRef members in their declarations 2023-04-17 18:43:02 +02:00
webrequest.h Fix wxWebResponse::GetMimeType() always returning empty string 2023-04-20 15:15:54 +02:00
webview.h Add wxWebView::SetProxy() and implement it for WebKit2 backend 2023-09-07 15:33:39 +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 Deprecate useless wxWindow::GetDefaultBorderForControl() 2023-06-16 15:55:35 +01: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 Use std::unordered_map<> in XTI wxTypeInfo 2023-04-18 00:42:56 +01:00
xtixml.h Fix comment typos in sources 2021-10-03 17:07:44 +02:00
zipstrm.h Stop using wxList in wxZipOutputStream 2023-04-12 18:15:45 +01:00
zstream.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00