wxWidgets/src
Danail Stoychev 5e7e89de16 Fix re-parenting TLWs in wxMSW
We need to set the new owner for the TLW, instead of using the new
parent as the actual parent, in the MSW sense, as this results in a
weird situation in which the TLW becomes a child (i.e. non-TLW) window.

Closes #18785.
2020-07-09 00:34:44 +02:00
..
aui Force enable live resizing in wxAUI for GTK 3 too 2020-05-25 18:02:14 +02:00
common Avoid -Wimplicit-fallthrough warnings 2020-07-08 08:34:21 -07:00
dfb Change fractional point size from float to double 2020-04-21 09:00:04 -07:00
expat@7532d85708 Fix the build of Expat library with 32 bit TDM-gcc 5.1 2019-12-16 15:04:55 +01:00
generic Merge branches 'travis-warning-errors' and 'travis-cleanup' 2020-07-07 12:45:58 +02:00
gtk Revert SetFocus() change for GTK 2 to fix the GUI tests suite 2020-07-08 23:45:25 +02:00
gtk1 Change fractional point size from float to double 2020-04-21 09:00:04 -07:00
html SDK 10.11 minimum 2020-07-04 20:47:20 +02:00
jpeg@8524936115 Upgrade libjpeg to the latest 9d version 2020-04-04 00:46:40 +02:00
motif Avoid warnings about literals-to-char* conversions in wxMotif 2020-07-06 13:06:57 +02:00
msw Fix re-parenting TLWs in wxMSW 2020-07-09 00:34:44 +02:00
osx Fix wxMediaCtrl::Seek() on macOS for sub-second resolution 2020-07-07 15:07:54 +02:00
png@46b17e804b Update PNG library to avoid more -Wundef warnings in MinGW build 2020-05-03 02:57:58 +02:00
propgrid Use conditional operator instead of conditional statement 2020-05-01 19:38:52 +02:00
qt Fix wxGLCanvas build in wxQt when using MSVC 2020-07-07 15:31:26 +02:00
regex define WXBUILDING when compiling the library on OpenVMS 2020-03-05 08:15:04 +01:00
ribbon Avoid unused variable warning in wxRibbon with wxUSE_TOOLTIPS==0 2020-07-06 13:06:03 +02:00
richtext Avoid passing float argument for "%f" printf specifier 2020-04-21 11:59:36 -07:00
stc Add more initialization checks for wxSTC SurfaceD2D target 2020-06-30 00:23:31 +02:00
tiff@9f657ff8a7 Update bundled libtiff to 4.1.0 2020-01-17 03:15:30 +01:00
univ define WXBUILDING when compiling the library on OpenVMS 2020-03-05 08:15:04 +01:00
unix Avoid an unused variable warning in wxUIActionSimulatorX11 2020-07-06 13:03:09 +02:00
x11 Suppress unused parameter warning in wxX11 2020-07-06 18:01:38 +02:00
xml define WXBUILDING when compiling the library on OpenVMS 2020-03-05 08:15:04 +01:00
xrc Use GetAnimation() in wxAnimationCtrlXmlHandler again 2020-06-09 18:07:10 +02:00
zlib@5888671274