dolphin/Source/Core/DolphinWX/Src
Glenn Rice f885eb2de0 Did some clean up of the GUI main. Also, parse command line options first, then set up directories (linux and apple), then load the log manager, sconfig, etc. Removes the need for my silly log manager and sysconf reload.
Changed the default font for the log window to the local font (why was a Japanese font the default?).  Also fixed an issue that prevented the log windows settings from being saved properly.  Lots more needs to be done with the AUI manager.  That stuff doesn't work.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5213 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-03-18 14:34:37 +00:00
..
MemoryCards Removed more compiler warnings in linux. 2010-03-07 22:48:37 +00:00
AboutDolphin.cpp finish proper window handling, fix the modal state of the config dialogs, plus some minor cleanup/changes :p 2010-02-25 06:12:35 +00:00
AboutDolphin.h finish proper window handling, fix the modal state of the config dialogs, plus some minor cleanup/changes :p 2010-02-25 06:12:35 +00:00
ARCodeAddEdit.cpp
ARCodeAddEdit.h
BootManager.cpp remove wiimote led/speaker status from statusbar 2010-03-11 17:20:32 +00:00
BootManager.h
CheatsWindow.cpp
CheatsWindow.h
cmdline.c
cmdline.h
cocoaApp.h
cocoaApp.m
ConfigMain.cpp remove wiimote led/speaker status from statusbar 2010-03-11 17:20:32 +00:00
ConfigMain.h remove wiimote led/speaker status from statusbar 2010-03-11 17:20:32 +00:00
Frame.cpp Rewrite of fullscreen toggling in linux. This goes back to using the EWMH specifications. I wasn't using it right before, but now it should work on all EWMH compliant window managers (like KDE, Metacity, Compiz, etc). Since this doesn't need an override redirect Alt-Tab works even in fullscreen mode. This also allows for some other nice things to be done. 2010-03-15 23:25:11 +00:00
Frame.h Rewrite of fullscreen toggling in linux. This goes back to using the EWMH specifications. I wasn't using it right before, but now it should work on all EWMH compliant window managers (like KDE, Metacity, Compiz, etc). Since this doesn't need an override redirect Alt-Tab works even in fullscreen mode. This also allows for some other nice things to be done. 2010-03-15 23:25:11 +00:00
FrameAui.cpp Did some clean up of the GUI main. Also, parse command line options first, then set up directories (linux and apple), then load the log manager, sconfig, etc. Removes the need for my silly log manager and sysconf reload. 2010-03-18 14:34:37 +00:00
FrameTools.cpp Several little fixes. 2010-03-17 01:54:40 +00:00
GameListCtrl.cpp compile fix 2010-02-21 20:28:33 +00:00
GameListCtrl.h Fix issue 2019, fix hiding or showing games with country == Italy, France, Taiwan or Korea from the gamelist, add missing Korea flag to the gamelist and disable netplay from the menu until it can be made more usable. 2010-02-21 19:19:16 +00:00
Globals.cpp
Globals.h
ISOFile.cpp Some more leak hunting/housekeeping, probably wont affect Issue 2184 in a noticeable way tho. 2010-02-12 19:28:51 +00:00
ISOFile.h
ISOProperties.cpp Bunch of tiny memory leaks fixed and cleanup, フウ〜! 2010-02-14 14:06:33 +00:00
ISOProperties.h
LogWindow.cpp Did some clean up of the GUI main. Also, parse command line options first, then set up directories (linux and apple), then load the log manager, sconfig, etc. Removes the need for my silly log manager and sysconf reload. 2010-03-18 14:34:37 +00:00
LogWindow.h Did some clean up of the GUI main. Also, parse command line options first, then set up directories (linux and apple), then load the log manager, sconfig, etc. Removes the need for my silly log manager and sysconf reload. 2010-03-18 14:34:37 +00:00
LuaWindow.cpp
LuaWindow.h
Main.cpp Did some clean up of the GUI main. Also, parse command line options first, then set up directories (linux and apple), then load the log manager, sconfig, etc. Removes the need for my silly log manager and sysconf reload. 2010-03-18 14:34:37 +00:00
Main.h Fixed a few memory leaks. Made Init and Shutdown functions for some core systems. 2010-02-16 04:34:41 +00:00
MainNoGUI.cpp Implement pausing (with the Escape key) for the NoGUI build in linux. 2010-03-16 13:30:52 +00:00
MemcardManager.cpp finish proper window handling, fix the modal state of the config dialogs, plus some minor cleanup/changes :p 2010-02-25 06:12:35 +00:00
MemcardManager.h finish proper window handling, fix the modal state of the config dialogs, plus some minor cleanup/changes :p 2010-02-25 06:12:35 +00:00
NetEvent.cpp
NetFunctions.cpp
NetSockets.cpp
NetSockets.h
NetStructs.h
NetWindow.cpp Removed more compiler warnings in linux. 2010-03-07 22:48:37 +00:00
NetWindow.h
Params.ggo
PatchAddEdit.cpp
PatchAddEdit.h
SConscript remove wiimote led/speaker status from statusbar 2010-03-11 17:20:32 +00:00
stdafx.cpp
stdafx.h
WxUtils.cpp
WxUtils.h