dolphin/Source/Core
Lioncash 5ae6c21c2e CodeWindow: Eliminate explicit menu item updating from CodeWindow
Gets rid of more menu-related code from CodeWindow and puts it back in
CFrame where it belongs.

This turns the previous menu update function within CodeWindow into one
that simply updates the debugger font for its managed controls. It also
improves how the font is actually updated. Previously, fonts would change,
however this wouldn't actually reflect onto the respective controls until
a refresh or update event occurred. Since codeview, callstack, symbols,
callers, and calls windows are all managed by a wxAuiManager instance,
calling Update() on it after the font has been set will reflect font
changes immediately.
2016-11-04 00:01:45 -04:00
..
AudioCommon Merge pull request #4414 from linkmauve/single-newline 2016-11-02 12:20:46 +01:00
Common Merge pull request #4414 from linkmauve/single-newline 2016-11-02 12:20:46 +01:00
Core Merge pull request #4412 from JosJuice/more-debug-text 2016-11-02 17:58:59 +01:00
DiscIO Merge pull request #4401 from JosJuice/rename-getuniqueid 2016-10-31 12:39:27 +01:00
DolphinQt2 DiscIO/SConfig: Rename GetUniqueID to GetGameID 2016-10-29 15:24:02 +02:00
DolphinWX CodeWindow: Eliminate explicit menu item updating from CodeWindow 2016-11-04 00:01:45 -04:00
InputCommon Merge pull request #4405 from xrix4096/mac-unknown-joyaxis 2016-10-31 13:01:47 +01:00
UICommon Fix missing includes 2016-10-07 23:46:41 +02:00
VideoBackends Merge pull request #4414 from linkmauve/single-newline 2016-11-02 12:20:46 +01:00
VideoCommon Merge pull request #4414 from linkmauve/single-newline 2016-11-02 12:20:46 +01:00
CMakeLists.txt [UI] Remove DolphinQt 2016-01-05 19:42:02 -06:00