dolphin/Externals/wxWidgets3/art
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
..
gtk Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
motif Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
tango Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
addbookm.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
back.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
cdrom.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
close.xpm Import r67258 of the wxWidgets trunk, which I expect will before 2011-03-20 18:05:19 +00:00
copy.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
cross.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
cut.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
deffile.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
delbookm.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
delete.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
dir_up.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
down.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
edit.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
exefile.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
fileopen.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
filesave.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
filesaveas.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
find.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
findrepl.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
first.xpm Import r67258 of the wxWidgets trunk, which I expect will before 2011-03-20 18:05:19 +00:00
floppy.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
folder.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
folder_open.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
forward.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
fullscreen.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
harddisk.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
helpicon.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
home.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
htmbook.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
htmfoldr.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
htmoptns.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
htmpage.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
htmsidep.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
last.xpm Import r67258 of the wxWidgets trunk, which I expect will before 2011-03-20 18:05:19 +00:00
listview.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
minus.xpm Import r67258 of the wxWidgets trunk, which I expect will before 2011-03-20 18:05:19 +00:00
missimg.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
new.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
new_dir.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
paste.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
plus.xpm Import r67258 of the wxWidgets trunk, which I expect will before 2011-03-20 18:05:19 +00:00
print.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
quit.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
redo.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
removable.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
repview.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
tick.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
tipicon.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
toparent.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
undo.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
up.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
wxwin.ico Import r67258 of the wxWidgets trunk, which I expect will before 2011-03-20 18:05:19 +00:00
wxwin16x16.png Import r67258 of the wxWidgets trunk, which I expect will before 2011-03-20 18:05:19 +00:00
wxwin16x16.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
wxwin32x32.png Import r67258 of the wxWidgets trunk, which I expect will before 2011-03-20 18:05:19 +00:00
wxwin32x32.xpm Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00