dolphin/Externals/wxWidgets3/src
Léo Lam e8cb4119b8 Drop Dolphin-specific patch to wxWindows
This removes a Dolphin-specific patch to the wxWidgets3 code
for the following reasons:

* Calling wxWindowGTK::DoSetSize on a top-level window can end up
  calling wxTopLevelWindowGTK::DoMoveWindow, which triggers an assert
  because it is not supposed to be called for a top-level wxWindow.

* We should not be patching the wxWidgets code because that means the
  toolbars will still be broken if someone builds without using the
  WX that is in our Externals.

Instead, we now use a derived class for wxAuiToolBar and override
DoSetSize() to remove the problematic behaviour to get the same effect
(fixing toolbars) but without changing Externals code and without
causing asserts and other issues.
2016-09-07 15:15:09 +02:00
..
aui Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
common Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
generic Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
gtk Drop Dolphin-specific patch to wxWindows 2016-09-07 15:15:09 +02:00
msw Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
osx Drop Dolphin-specific patch to wxWindows 2016-09-07 15:15:09 +02:00
unix Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
cwcopysetup.bat Update wx to r75363 to address a wx bug that was breaking netplay on OS X. 2013-12-08 15:37:10 -05:00
cwdcopysetup.bat Update wx to r75363 to address a wx bug that was breaking netplay on OS X. 2013-12-08 15:37:10 -05:00