dolphin/Source/Core
Soren Jorvang c9564405d9 Some wxWidgets features, like wxProgressDialog used when updating the
game list, rely on the main event handler already running, which isn't
the case until after OnInit(). This is a problem when an ISO directory
is already set at startup.

To deal with such actions that can only properly be done after the wx
environment is fully functional, schedule AfterInit() where the initial
game list scan is done.

The underlying icon object for wxIcon on OS X didn't work with our 
(non-square?) 96x32 game list graphics, but we weren't using any wxIcon
properties such as transparency anyhow, so just skip the wxBitmap to 
wxIcon back to wxBitmap conversions.

Use wxID_ABOUT and wxID_PREFERENCES so that those menu items are
automagically teleported to their canonincal locations on each platform.

USE_XPM_BITMAPS has been implicit on all platforms for some time now.
 
AddGrowableCol() causes problems in a couple of inessential places for    
some unknown reason, even though the same pattern works fine elsewhere.
 
These changes make us play a lot nicer with wxWidgets 2.9.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5564 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-06-01 21:03:02 +00:00
..
AudioCommon Now that Core Audio works, reduce the number of build permutations a bit 2010-06-01 20:45:30 +00:00
Common De-inline StripTailDirSlashes() to work around a weird code generation bug. 2010-05-30 09:41:38 +00:00
Core Some wxWidgets features, like wxProgressDialog used when updating the 2010-06-01 21:03:02 +00:00
DebuggerUICommon Fix another wrong sprintf usage 2010-04-08 14:58:50 +00:00
DebuggerWX Some wxWidgets features, like wxProgressDialog used when updating the 2010-06-01 21:03:02 +00:00
DiscIO Only warn about unknown magic words if none of the known ones are found. 2010-06-01 20:47:07 +00:00
DolphinWX Some wxWidgets features, like wxProgressDialog used when updating the 2010-06-01 21:03:02 +00:00
DSPCore DSPLLE: followup to last change: bugfix + remove extraneous exception checks 2010-05-29 21:43:46 +00:00
InputCommon Changed both video plugins to save PNG screenshots. Made GCPad New default in trunk (it already is in stable). Fixed a hack in new wiimote plugin. Other minor changes. 2010-05-29 10:09:24 +00:00
VideoCommon Improve iterator usage. 2010-05-28 23:14:16 +00:00