Jordan Woyak
|
03ec9a2e08
|
Kill some unnecessary c_str and use StrToWxStr in a few places that I missed.
|
2013-02-28 02:40:03 -06:00 |
Jordan Woyak
|
56f09d3b91
|
Attempt to be consistent with conversions between std::string and wxString.
|
2013-02-28 02:30:05 -06:00 |
Glenn Rice
|
1f33fc1a48
|
Fix a segmentation fault when the wiimote source is changed to a real wiimote in the config dialog.
A little clean up of the debugger code.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7237 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2011-02-25 03:56:14 +00:00 |
Glenn Rice
|
2f14598687
|
Clean up the debugger gui a bit. In general do not call SetSizeHints on a window unless it is a top level window. It isn't supposed to do anything for non top level windows, but it causes glitches on linux. Removing these calls does not affect the end result on windows.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7233 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2011-02-24 05:05:25 +00:00 |
Glenn Rice
|
a8992b7960
|
Move debugger ui files into a subdirectory. Primarily to make it easy to keep debugger strings out of translations, but also because it is more organized.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7163 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2011-02-13 06:06:32 +00:00 |