dolphin/Source/Core/DolphinWX/Src
2010-07-31 14:14:01 +00:00
..
MemoryCards
AboutDolphin.cpp Modal windows must be closed with EndModal(), not just Destroy()'ed. 2010-07-30 13:14:53 +00:00
AboutDolphin.h
ARCodeAddEdit.cpp
ARCodeAddEdit.h
BootManager.cpp Added a self modifying code option in the game properties. Turn this on for Monster House and other games that hang or show memory errors. Turn it off for everything else. This fixes Legends of Wrestling. 2010-07-30 17:12:59 +00:00
BootManager.h
CheatsWindow.cpp Added a button to the "Gecko Codes" panel to download/parse codes from geckocodes.org. Codes that require modifiers (the XXXX business) will still not work properly, though they should load/save fine. A few more code types should work now. (All non-ASM type codes should at least attempt to run :p) Hacked a param into IniFile::GetLines to disable removal of text after # chars, so codes with # in the name/notes should load fine. 2010-07-23 05:22:12 +00:00
CheatsWindow.h Double warning fix! Thanks to Nakeeeee and BhaaL! :p 2010-07-22 05:39:57 +00:00
cmdline.c
cmdline.h
cocoaApp.h
cocoaApp.m
ConfigMain.cpp Removed the hackery that was being done with the plugin configuration dialogs on windows. That was unnecessary and ugly. The HWND type is dead for non windows. Also cleaned up the gui a little. 2010-07-30 03:51:49 +00:00
ConfigMain.h
Frame.cpp Removed the hackery that was being done with the plugin configuration dialogs on windows. That was unnecessary and ugly. The HWND type is dead for non windows. Also cleaned up the gui a little. 2010-07-30 03:51:49 +00:00
Frame.h Removed the hackery that was being done with the plugin configuration dialogs on windows. That was unnecessary and ugly. The HWND type is dead for non windows. Also cleaned up the gui a little. 2010-07-30 03:51:49 +00:00
FrameAui.cpp Use GetClientRect in the GameListCtrl OnSize function, but removed the +5 padding. This seems to look best on windows and linux. Unfortunately wxWidgets on linux doesn't account for visibility of the vertical scrollbar in this or any calculation I have found. 2010-07-31 14:14:01 +00:00
FrameTools.cpp Modal windows must be closed with EndModal(), not just Destroy()'ed. 2010-07-30 13:14:53 +00:00
GameListCtrl.cpp Use GetClientRect in the GameListCtrl OnSize function, but removed the +5 padding. This seems to look best on windows and linux. Unfortunately wxWidgets on linux doesn't account for visibility of the vertical scrollbar in this or any calculation I have found. 2010-07-31 14:14:01 +00:00
GameListCtrl.h
GeckoCodeDiag.cpp Added a button to the "Gecko Codes" panel to download/parse codes from geckocodes.org. Codes that require modifiers (the XXXX business) will still not work properly, though they should load/save fine. A few more code types should work now. (All non-ASM type codes should at least attempt to run :p) Hacked a param into IniFile::GetLines to disable removal of text after # chars, so codes with # in the name/notes should load fine. 2010-07-23 05:22:12 +00:00
GeckoCodeDiag.h Added a button to the "Gecko Codes" panel to download/parse codes from geckocodes.org. Codes that require modifiers (the XXXX business) will still not work properly, though they should load/save fine. A few more code types should work now. (All non-ASM type codes should at least attempt to run :p) Hacked a param into IniFile::GetLines to disable removal of text after # chars, so codes with # in the name/notes should load fine. 2010-07-23 05:22:12 +00:00
Globals.h Removed the hackery that was being done with the plugin configuration dialogs on windows. That was unnecessary and ugly. The HWND type is dead for non windows. Also cleaned up the gui a little. 2010-07-30 03:51:49 +00:00
HotkeyDlg.cpp Use .cpp suffix when detecting libraries. On some systems, g++ 2010-07-29 13:29:15 +00:00
HotkeyDlg.h
ISOFile.cpp Prevent double inclusion of CommonPaths.h as pointed out by Glenn. 2010-07-20 03:23:25 +00:00
ISOFile.h
ISOProperties.cpp Added a self modifying code option in the game properties. Turn this on for Monster House and other games that hang or show memory errors. Turn it off for everything else. This fixes Legends of Wrestling. 2010-07-30 17:12:59 +00:00
ISOProperties.h Added a self modifying code option in the game properties. Turn this on for Monster House and other games that hang or show memory errors. Turn it off for everything else. This fixes Legends of Wrestling. 2010-07-30 17:12:59 +00:00
LockingQueue.h
LogWindow.cpp Use GetClientRect in the GameListCtrl OnSize function, but removed the +5 padding. This seems to look best on windows and linux. Unfortunately wxWidgets on linux doesn't account for visibility of the vertical scrollbar in this or any calculation I have found. 2010-07-31 14:14:01 +00:00
LogWindow.h Use GetClientRect in the GameListCtrl OnSize function, but removed the +5 padding. This seems to look best on windows and linux. Unfortunately wxWidgets on linux doesn't account for visibility of the vertical scrollbar in this or any calculation I have found. 2010-07-31 14:14:01 +00:00
LuaWindow.cpp
LuaWindow.h
Main.cpp Hopefully fix Windows build. 2010-07-22 08:58:23 +00:00
Main.h
MainNoGUI.cpp Further *BSD portability. 2010-07-23 23:51:34 +00:00
MemcardManager.cpp Hopefully fix string concatenation on unicode builds. 2010-07-24 07:31:48 +00:00
MemcardManager.h
NetPlay.cpp
NetPlay.h
NetPlayClient.cpp
NetPlayServer.cpp
NetWindow.cpp
NetWindow.h
Params.ggo
PatchAddEdit.cpp
PatchAddEdit.h
SConscript Some refinements to (r5955+r5962+r5964): 2010-07-24 17:39:17 +00:00
stdafx.cpp
stdafx.h
WxUtils.cpp
WxUtils.h
X11Utils.cpp
X11Utils.h