dolphin/Source/Core
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
..
AudioCommon Use Common::Flag and Common::Event when possible 2016-08-10 16:08:15 +02:00
Common Merge pull request #4137 from aldelaro5/memCheck-crash-fix 2016-09-07 14:19:19 +12:00
Core Fix the master build. 2016-09-07 20:10:03 +12:00
DiscIO Run clang-format on missed files 2016-08-11 21:14:39 +02:00
DolphinQt2 Remove Global Declarations from Movie 2016-08-04 15:24:44 -04:00
DolphinWX Drop Dolphin-specific patch to wxWindows 2016-09-07 15:15:09 +02:00
InputCommon Merge pull request #4145 from tenthmile/WiiOrientationModifier 2016-09-07 14:20:02 +12:00
UICommon portable.txt enables portable configuration on linux, README updated to 2016-07-04 19:39:10 +10:00
VideoBackends EFB2RAM: Downsample higher resolutions with linear filtering. 2016-09-07 11:17:32 +12:00
VideoCommon Merge pull request #4177 from phire/useless_cases 2016-09-06 00:56:09 +12:00
CMakeLists.txt [UI] Remove DolphinQt 2016-01-05 19:42:02 -06:00