wxwidgets/src
Vadim Zeitlin 28ba50fa45 Stop checking if GDK window is our own in GTK callbacks
GTKIsOwnWindow() doesn't always return the correct result, i.e. it
doesn't recognize all windows that a GTK widget is made of as being
"ours", so checking for this resulted in wrongly ignoring some events.

And this check doesn't seem to be actually necessary, as we shouldn't be
ever called by GTK for the windows that are not ours, so just remove it.

See #24245.
2024-02-18 17:47:57 +01:00
..
aui Avoid implicit "this" capture in a lambda to avoid C++20 warning 2024-02-13 02:39:56 +01:00
common Merge branch 'translation-lookup-fixes' of https://github.com/vslavik/wxWidgets 2024-02-13 21:34:00 +01:00
dfb Fix compiling calls to CopyBits() in C++17 2023-10-24 01:22:17 +02:00
expat@23b7f47ef6 Apply fix for CVE-2022-40674 to Expat submodule 2022-10-07 02:02:33 +02:00
generic Save last wxSplitterWindow position before it was unsplit 2024-02-18 01:23:24 +01:00
gtk Stop checking if GDK window is our own in GTK callbacks 2024-02-18 17:47:57 +01:00
html Avoid Clang -Wcomma warnings 2023-11-23 09:17:21 -08:00
jpeg@8524936115
msw Added per-pixel alpha blending capability to wxOverlay under wxMSW 2024-02-09 23:26:35 +01:00
osx Erase overlay contents when resetting it in wxOSX 2024-02-13 01:00:48 +01:00
png@d675c669c8 Update libpng and libtiff to fix warnings with latest clang 2022-03-20 16:01:31 +01:00
propgrid Fix wxPropertyGrid expand buttons height in high DPI 2024-02-12 00:49:32 +01:00
qt Use white background brush by default in wxQt too 2024-02-13 21:54:07 +01:00
ribbon Make recently added wxRibbonPage::GetPanelCount() const 2024-02-16 19:37:24 +01:00
richtext Fix wrong uses of wxBitmap::CreateWithDIPSize() 2024-01-09 15:09:31 +01:00
stc Use wxBitmap::CreateWithLogicalSize() in wxSTC code 2024-01-09 15:09:31 +01:00
tiff@227d3d489f Synchronize config.* files in submodules with top-level repository 2023-07-27 17:14:48 +02:00
univ wxUniv: wxWindow: rename SetCurrent() to WXMakeCurrent() 2024-01-17 00:52:01 -05:00
unix Add wxStandardPaths::GetSharedLibrariesDir() 2024-01-28 18:41:20 +01:00
x11 Do common wxApp cleanup before port-specific part in all ports 2024-01-30 21:07:29 +01:00
xml Make wxXmlNode::GetDepth() parameter const 2024-02-16 14:24:40 +01:00
xrc Don't use wxXmlNode directly in wxPropertyGridXmlHandler 2024-02-03 21:46:15 +01:00
zlib@a6c8900ecb Update bundled zlib to 1.2.13.1 2023-01-26 23:41:10 +01:00