dolphin/Externals
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
..
Bochs_disasm [windows] Update projects to vs2015. 2015-09-03 04:23:01 -07:00
LZO [windows] Update projects to vs2015. 2015-09-03 04:23:01 -07:00
OpenAL Update OpenAL-soft to 1.16.0 2014-09-03 19:48:54 +10:00
Qt@9dca8d6c71 Externals/Qt: Update to Qt 5.5.0. 2015-11-06 18:39:30 -05:00
SFML [windows] Update projects to vs2015. 2015-09-03 04:23:01 -07:00
SOIL [windows] Update projects to vs2015. 2015-09-03 04:23:01 -07:00
Vulkan/Include/vulkan Externals: Add Vulkan headers from SDK v1.0.21.1 2016-08-11 22:40:32 +10:00
XAudio2_7 Add headers required by XAudio2_7 to externals. 2014-08-23 11:03:07 -07:00
curl Windows: Don't include Externals\curl\lib\ everywhere 2016-06-21 10:58:50 +02:00
d3dx12 D3D12: Add d3dx12.h helper library to Externals 2016-02-15 09:48:23 -08:00
enet [windows] Update projects to vs2015. 2015-09-03 04:23:01 -07:00
ffmpeg Add ffmpeg externals 2016-01-05 18:00:41 +01:00
gettext Build mo translation files on all platforms. Had to import msgfmt executable in the Externals to do this on windows. 2011-01-10 19:26:36 +00:00
glslang Externals: Add glslang from Vulkan SDK v1.0.21.1 2016-08-11 22:40:32 +10:00
gtest Externals: Update gtest to r733 2015-07-20 22:53:28 -07:00
libiconv-1.14 [Android] Add in a static libiconv library so non English games don't crash Dolphin Mobile. 2013-08-29 04:43:31 -05:00
libpng [windows] Update projects to vs2015. 2015-09-03 04:23:01 -07:00
libusb Patch libusb to compile on vs2015. 2015-09-03 04:38:50 -07:00
mbedtls Remove mbedtls header install target. 2016-03-01 17:14:09 -06:00
miniupnpc Externals: Update miniupnpc to API version 14 2015-10-13 23:35:52 -07:00
portaudio [windows] Update projects to vs2015. 2015-09-03 04:23:01 -07:00
soundtouch Fix more warnings: 2016-07-10 21:51:28 -04:00
wxWidgets3 Drop Dolphin-specific patch to wxWindows 2016-09-07 15:15:09 +02:00
xxhash [windows] Update projects to vs2015. 2015-09-03 04:23:01 -07:00
zlib [windows] Update projects to vs2015. 2015-09-03 04:23:01 -07:00
licenses.md D3D12: Add d3dx12.h helper library to Externals 2016-02-15 09:48:23 -08:00