dolphin/Externals
EmptyChaos 822326eea9 Update wxWidgets to 3.1.0
From wxWidgets master 81570ae070b35c9d52de47b1f14897f3ff1a66c7.

include/wx/defs.h -- __w64 warning disable patch by comex brought forward.

include/wx/msw/window.h -- added GetContentScaleFactor() which was not implemented on Windows but is necessary for wxBitmap scaling on Mac OS X so it needs to work to avoid #ifdef-ing the code.

src/gtk/window.cpp -- Modified DoSetClientSize() to direct call wxWindowGTK::DoSetSize() instead of using public wxWindowBase::SetSize() which now prevents derived classes (like wxAuiToolbar) intercepting the call and breaking it. This matches Windows which does NOT need to call DoSetSize internally. End result is this fixes Dolphin's debug tools toolbars on Linux.

src/osx/window_osx.cpp -- Same fix as for GTK since it has the same issue.

src/msw/radiobox.cpp -- Hacked to fix display in HiDPI (was clipping off end of text).

Updated CMakeLists for Linux and Mac OS X. Small code changes to Dolphin to fix debug error boxes, deprecation warnings, and retain previous UI behavior on Windows.
2016-06-26 15:25:29 +10:00
..
Bochs_disasm [windows] Update projects to vs2015. 2015-09-03 04:23:01 -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
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
LZO [windows] Update projects to vs2015. 2015-09-03 04:23:01 -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
OpenAL Update OpenAL-soft to 1.16.0 2014-09-03 19:48:54 +10:00
portaudio [windows] Update projects to vs2015. 2015-09-03 04:23:01 -07: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
soundtouch Updated SoundTouch library to 1.9.2 2015-12-28 23:08:55 +11:00
wxWidgets3 Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
XAudio2_7 Add headers required by XAudio2_7 to externals. 2014-08-23 11:03:07 -07: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