wxWidgets/src
Vadim Zeitlin f0868129c6 Fix problems with themed borders (dis)appearance in wxMSW
Ensure that all native controls get WM_NCCALCSIZE soon after creation,
so that we can tell Windows about the themed controls we draw ourselves
in WM_NCPAINT.

Otherwise we could end up without any visible borders at all and, worse,
with bad display artefacts after resizing the control.

Just call SetWindowPos(SWP_FRAMECHANGED) to ensure that WM_NCCALCSIZE is
generated, even if the control is not resized later, which happens for
controls with fixed initial size.

Closes #18549.
2019-11-02 21:40:57 +01:00
..
aui Don't force wxAuiToolBar size to be less than its parent 2019-10-27 17:41:05 +01:00
common Merge branch 'pmdpi-sizers' of https://github.com/MaartenBent/wxWidgets 2019-11-02 16:26:14 +01:00
dfb Use const wxWindow in wxSystemSettings::GetMetric 2019-07-15 00:00:20 +02:00
expat@74f11b8c00 Update Expat submodule to avoid warning in MinGW build 2019-10-06 00:24:42 +02:00
generic Don't activate items on Ctrl-M in generic wxListCtrl 2019-11-02 20:34:07 +01:00
gtk Don't allow DestroyClippingRegion() to remove paint update area clipping with GTK3 2019-10-31 23:30:18 -07:00
gtk1 Fix typos in comments and assertion messages 2019-10-08 23:30:22 +02:00
html Remove wxUSE_WCHAR_T, it must always be 1 anyhow 2019-10-31 02:16:19 +01:00
jpeg@e951f6ed63 Exclude unnecessary files in the submodules from release archives 2017-11-16 23:37:36 +01:00
motif Fix typos in comments and assertion messages 2019-10-08 23:30:22 +02:00
msw Fix problems with themed borders (dis)appearance in wxMSW 2019-11-02 21:40:57 +01:00
osx Merge branch 'remove-mac-launch' 2019-11-01 14:32:02 +01:00
png@772e393c7e Update png submodule 2018-11-17 19:06:32 +01:00
propgrid Fix names of wxDirProperty ctor parameters 2019-10-29 23:34:37 +01:00
qt Merge branch 'per-monitor-dpi-aware-controls-3' of https://github.com/MaartenBent/wxWidgets 2019-10-19 20:10:05 +02:00
regex Work around signed/unsigned comparison warnings in regex code 2017-05-27 18:36:24 +02:00
ribbon Fix asserts in wxRibbonButtonBar during destruction 2019-10-26 17:24:46 +02:00
richtext Optimize wrapping lines in wxRichTextCtrl 2019-10-08 01:38:31 +02:00
stc Fix wxSTC compilation without precompilead headers 2019-10-10 20:28:44 +02:00
tiff@2a4d3a974f Update libtiff submodule to fix warnings in Win64 build 2019-10-09 17:03:39 +02:00
univ Fix harmless signed/unsigned comparison warning 2019-10-30 14:13:22 +01:00
unix Remove unused wxMacLaunch() and the file defining it 2019-10-31 23:49:04 +01:00
x11 Fix assert in wxWindowX11::SetBackgroundColour(wxColour()) 2019-10-30 14:18:13 +01:00
xml wx/xml: Implement line-ending modes for xml saves 2017-05-30 14:31:59 +02:00
xrc Add XRC handler for wxInfoBar 2019-09-27 12:57:01 +02:00
zlib@5888671274 Use zlib submodule with "wx_zlib_" prefix 2017-12-08 02:38:47 +01:00