wxwidgets/include/wx/msw
Vadim Zeitlin d69ddb8656 Revert all recent wxUSE_DPI_AWARE_MANIFEST-related changes
This reverts 5d630caabd (Make it enough to predefine only
wxUSE_DPI_AWARE_MANIFEST, 2023-08-23) and all the commits which tried to
fix the breakage caused by it.

While the original change had merit, it seems to be too difficult to fix
all our build systems to avoid embedding manifest when defining this in
the code, like samples/sample.rc does, so revert this change for now.

Maybe it can be reintroduced in the future after switching to some other
build system.
2023-08-25 00:03:47 +02:00
..
ole Minor documentation syntax and orthography fixes 2023-08-22 19:20:33 +02:00
private Minor documentation syntax and orthography fixes 2023-08-22 19:20:33 +02:00
rt Fix inconsistent use of boolean and HRESULT 2020-05-06 01:52:24 +02:00
wrl Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
accel.h
anybutton.h Remove Windows XP and Vista support 2022-11-12 16:57:52 +00:00
app.h Add a possibility to customize dark mode colours in wxMSW 2023-02-19 21:57:05 +00:00
appprogress.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
apptbase.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
apptrait.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
bitmap.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
blank.cur
bmpbuttn.h Allow using wxBitmapBundle for wxButton bitmaps 2021-10-18 11:50:10 +02:00
bmpcbox.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
brush.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
bullseye.cur
button.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
calctrl.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
caret.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
cdrom.ico
checkbox.h Fix static box and check/radio buttons text colour in dark mode 2022-12-25 19:45:53 +00:00
checklst.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
child.ico
chkconf.h Remove wxUSE_OLE_CLIPBOARD and always use OLE for wxClipboard 2023-06-20 21:00:59 +01:00
choice.h Use proper theme for dark mode support in wxChoice and wxComboBox 2022-12-25 19:45:53 +00:00
clipbrd.h Deprecate old wxMSW-specific clipboard functions 2023-06-20 21:13:45 +01:00
colordlg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
colour.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
colours.bmp
combo.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
combobox.h Remove Windows XP and Vista support 2022-11-12 16:57:52 +00:00
commandlinkbutton.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
computer.ico
control.h Fix static box and check/radio buttons text colour in dark mode 2022-12-25 19:45:53 +00:00
crashrpt.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
cross.cur
csquery.bmp
ctrlsub.h Globally replace vadim@wxwindows.org with vadim@wxwidgets.org 2019-04-22 14:12:05 +02:00
cursor.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
custombgwin.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
darkmode.h Allow customizing menu bar menus colours in MSW dark mode 2023-02-19 23:20:19 +00:00
datectrl.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
datetimectrl.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
dc.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dcclient.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dcmemory.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
dcscreen.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
dde.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
debughlp.h Remove UNICODE build option, hardcode its value as 1 2022-10-27 19:43:59 +02:00
dialog.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dib.h Delete wxDIB copy ctor and assignment operator 2023-05-31 21:16:35 +01:00
dirdlg.h Remove Windows XP and Vista support 2022-11-12 16:57:52 +00:00
dragimag.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
drive.ico
enhmeta.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
evtloop.h Stop using object array of MSG structs in wxMSW wxEventLoop 2023-04-12 18:09:48 +01:00
evtloopconsole.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
fdrepdlg.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
file1.ico
filedlg.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
floppy.ico
folder1.ico
folder2.ico
font.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
fontdlg.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
frame.h Pass wxDPIChangedEvent to the just added MSWBeforeDPIChangedEvent() 2023-05-01 17:21:03 +01:00
fswatcher.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
gauge.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
gccpriv.h Revert "Move Cygwin __USE_W32_SOCKETS definition to wxMSW-specific file" 2023-07-09 17:05:09 +02:00
gdiimage.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
genrcdefs.h Add MSW manifests for ARM and ARM64 platforms 2019-11-22 15:17:40 +01:00
glcanvas.h Add default ctor to wxGLCanvas 2023-02-14 16:03:56 +00:00
hand.cur
headerctrl.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
helpbest.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
helpchm.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
helpwin.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
htmlhelp.h Remove tests for _UNICODE too 2022-10-27 19:43:30 +02:00
hyperlink.h Add support for changing native wxHyperlinkCtrl colour 2023-05-15 21:39:13 +01:00
icon.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
imaglist.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
iniconf.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
init.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
joystick.h Don’t use void for functions without arguments 2019-10-02 00:54:14 +02:00
libraries.h Remove MSW wxUxThemeEngine class 2018-01-22 00:51:11 +01:00
listbox.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
listctrl.h Revert "Add wxWindow::MSWAfterReparent() virtual function" 2023-06-05 14:30:56 +01:00
magnif1.cur
mdi.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
mdi.ico
menu.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
menuitem.h Factor out wxMenuItem::GetMenuTextExtent() helper 2022-11-10 13:44:37 +00:00
metafile.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
mfc.h wxMFCApp::PreTranslateMessage: Give msg to MFC before wxWidgets 2023-06-11 01:56:21 -04:00
mimetype.h Fix spelling in comments and documentation using codespell 2020-06-27 22:56:22 +02:00
minifram.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
missing.h Remove UNICODE build option, hardcode its value as 1 2022-10-27 19:43:59 +02:00
msgdlg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
msvcrt.h Explain why including wx/msw/msvcrt.h is a bad idea 2023-01-31 14:48:45 +00:00
nonownedwnd.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
notebook.h Merge branch 'msw-dark-mode' 2022-12-27 22:20:34 +01:00
ownerdrawnbutton.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
ownerdrw.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
palette.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
pbrush.cur
pen.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
pencil.cur
pntleft.cur
pntright.cur
popupwin.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
printdlg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
printwin.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
private.h Support wxWinVersion_11 in the private wxGetWinVersion() helper 2023-06-05 00:55:53 +01:00
progdlg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
question.ico
radiobox.h Fix WXWIN_COMPATIBILITY_3_2 test in wxMSW wxRadioBox declaration 2023-01-19 21:27:24 +01:00
radiobut.h Fix static box and check/radio buttons text colour in dark mode 2022-12-25 19:45:53 +00:00
rcdefs.h Add MSW manifests for ARM and ARM64 platforms 2019-11-22 15:17:40 +01:00
regconf.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
region.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
registry.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
removble.ico
richmsgdlg.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
roller.cur
scrolbar.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
seh.h Remove BCC-specific conditionally compiled code 2020-10-13 18:40:31 +02:00
setup.h Remove outdated parts from build system 2023-08-24 15:15:57 +02:00
setup_inc.h Remove outdated parts from build system 2023-08-24 15:15:57 +02:00
slider.h Update wxSlider thumb before processing wxEVT_DPI_CHANGED 2023-05-01 17:23:09 +01:00
sound.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
spinbutt.h Remove "automatic" dark mode support 2023-07-08 23:00:43 +01:00
spinctrl.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
stackwalk.h Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
statbmp.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
statbox.h Fix position of label window in wxStaticBox after DPI change 2023-08-05 21:54:01 +02:00
statline.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
stattext.h Fix drawing of disabled wxStaticText in dark mode 2023-05-18 01:31:25 +01:00
statusbar.h Fix wxStatusBar::GetBackgroundColour() in dark mode under MSW 2023-05-11 22:45:26 +01:00
std.ico
stdpaths.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
subwin.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
taskbar.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
taskbarbutton.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
textctrl.h Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
textentry.h Always use wxDynamicLibrary in wxMSW and remove checks for it 2022-12-04 02:12:22 +00:00
tglbtn.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
timectrl.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
toolbar.h Improve wxToolBar appearance in dark mode 2022-12-25 19:45:53 +00:00
tooltip.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
toplevel.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
treectrl.h Remove useless wxTreeCtrl::m_hasAnyAttr 2023-04-18 00:54:12 +02:00
uxtheme.h Add wxUxThemeHandle::GetTrueSize() and GetDrawSize() helpers 2023-06-03 19:18:57 +01:00
webview_edge.h Add wxWebViewConfiguration 2023-03-17 09:29:46 +01:00
webview_ie.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
webviewhistoryitem_ie.h Apply suggestions from code review 2020-01-16 10:15:11 +01:00
window.h Remove "automatic" dark mode support 2023-07-08 23:00:43 +01:00
winundef.h Remove tests for _UNICODE too 2022-10-27 19:43:30 +02:00
winver.h Target latest Windows API in wxMSW 2017-04-08 21:48:47 +02:00
wrapcctl.h Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
wrapcdlg.h
wrapgdip.h Globally replace vadim@wxwindows.org with vadim@wxwidgets.org 2019-04-22 14:12:05 +02:00
wrapshl.h Globally replace vadim@wxwindows.org with vadim@wxwidgets.org 2019-04-22 14:12:05 +02:00
wrapwin.h Explicitly disable some level 4 warnings in Windows SDK headers 2023-07-20 15:29:06 +02:00
wx.manifest Simplify Windows application manifests 2021-12-17 16:57:45 +01:00
wx.rc Revert all recent wxUSE_DPI_AWARE_MANIFEST-related changes 2023-08-25 00:03:47 +02:00
wx_dpi_aware.manifest Fix runtime exception when running application compiled with clang on Windows 2023-04-19 22:10:52 +02:00
wx_dpi_aware_pmv2.manifest Fix runtime exception when running application compiled with clang on Windows 2023-04-19 22:10:52 +02:00