dolphin/Source/Core/DolphinWX/Src
Glenn Rice 17662d4ac6 Change the cmake check_lib routine to use REQUIRED/OPTIONAL instead of TRUE/FALSE.
Add a check to see if -Wno-unused-result is supported by the compiler.
Fix some compiler warnings in the wiiuse code.
Fix a bug in the wxGTK panic alert code.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6399 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-11-13 22:07:27 +00:00
..
MemoryCards
AboutDolphin.cpp
AboutDolphin.h
ARCodeAddEdit.cpp StringUtil cleanup. Nothing seems broken. 2010-11-10 04:12:31 +00:00
ARCodeAddEdit.h
BootManager.cpp fix for r6337: don't restore cached settings if a gameconfig was not used. 2010-11-04 12:50:44 +00:00
BootManager.h
CheatsWindow.cpp
CheatsWindow.h
cmdline.c
cmdline.h
cocoaApp.h
cocoaApp.m
ConfigMain.cpp Simplify OpenCL compile-time detection on OS X. 2010-11-13 20:02:01 +00:00
ConfigMain.h Make NTSC-J setting an option. This allows games which use Japanese ROM fonts to work correctly. Unfortunately trying to autodetect when to enable this setting is not good enough. 2010-11-03 06:28:47 +00:00
Frame.cpp Change the cmake check_lib routine to use REQUIRED/OPTIONAL instead of TRUE/FALSE. 2010-11-13 22:07:27 +00:00
Frame.h Make gui panic alerts thread safe in linux. 2010-11-11 00:55:06 +00:00
FrameAui.cpp StringUtil cleanup. Nothing seems broken. 2010-11-10 04:12:31 +00:00
FrameTools.cpp hackfix for per-game settings overriding the main settings. This quick and dirty hack goes out to billiard in return for his own generous hacks. fixes issue 3004. it's a hack, so it should be replaced with a more sane method... 2010-11-03 07:37:13 +00:00
GameListCtrl.cpp StringUtil cleanup. Nothing seems broken. 2010-11-10 04:12:31 +00:00
GameListCtrl.h
GeckoCodeDiag.cpp Fixed GeckoCodes.org retrieval for WiiWare. 2010-11-05 20:58:27 +00:00
GeckoCodeDiag.h
Globals.h Make gui panic alerts thread safe in linux. 2010-11-11 00:55:06 +00:00
HotkeyDlg.cpp Several little things: 2010-08-08 00:13:05 +00:00
HotkeyDlg.h
InputConfigDiag.cpp The change to StringFromFormat was overwriting the last character with the NULL terminating character. 2010-11-10 23:23:12 +00:00
InputConfigDiag.h Moved WiimoteNew into Dolphin and eliminated the old wiimote plugin. Removed wiimote plugin support. Moved input dialog related InputUICommon stuff into DolphinWX. Removed now unused InputCommon files. UDPWiimote stuff is temporarily disabled until it is reorganized so Core won't depend on wx. Real wiimotes are now initialized on first need(wiimote diag open or game start) and left initialized until Dolphin exit.(maybe this will work better for Linux/OS X) (scons probably needs some fixes) 2010-10-12 19:42:29 +00:00
InputConfigDiagBitmaps.cpp Moved WiimoteNew into Dolphin and eliminated the old wiimote plugin. Removed wiimote plugin support. Moved input dialog related InputUICommon stuff into DolphinWX. Removed now unused InputCommon files. UDPWiimote stuff is temporarily disabled until it is reorganized so Core won't depend on wx. Real wiimotes are now initialized on first need(wiimote diag open or game start) and left initialized until Dolphin exit.(maybe this will work better for Linux/OS X) (scons probably needs some fixes) 2010-10-12 19:42:29 +00:00
ISOFile.cpp Fixed double game entries in the game list. This occurs when there are two or more games of the same name in different folders. Fix by Lostmoment. 2010-11-11 09:17:57 +00:00
ISOFile.h
ISOProperties.cpp Added a projection hack for Metroid: Other M. This fixes the black screens that occur in cut-scenes. Patch by Trevor002. 2010-11-11 09:22:19 +00:00
ISOProperties.h Added Wii disc speed emulation 2010-10-15 21:46:51 +00:00
LockingQueue.h
LogWindow.cpp
LogWindow.h
LuaWindow.cpp
LuaWindow.h
Main.cpp Several little things. 2010-11-12 05:05:27 +00:00
Main.h
MainNoGUI.cpp Added an option in the cmake build to disable wxWidgets. To use add "-DDISABLE_WX=1" to the cmake configuration command. Also fixed the nowx build. 2010-11-07 17:45:35 +00:00
MemcardManager.cpp
MemcardManager.h
NetPlay.cpp
NetPlay.h
NetPlayClient.cpp
NetPlayServer.cpp
NetWindow.cpp
NetWindow.h
Params.ggo
PatchAddEdit.cpp
PatchAddEdit.h
SConscript Apparently, that SConstruct file was correct already... 2010-11-13 19:53:24 +00:00
stdafx.cpp
stdafx.h
WiimoteConfigDiag.cpp Moved WiimoteNew into Dolphin and eliminated the old wiimote plugin. Removed wiimote plugin support. Moved input dialog related InputUICommon stuff into DolphinWX. Removed now unused InputCommon files. UDPWiimote stuff is temporarily disabled until it is reorganized so Core won't depend on wx. Real wiimotes are now initialized on first need(wiimote diag open or game start) and left initialized until Dolphin exit.(maybe this will work better for Linux/OS X) (scons probably needs some fixes) 2010-10-12 19:42:29 +00:00
WiimoteConfigDiag.h Moved WiimoteNew into Dolphin and eliminated the old wiimote plugin. Removed wiimote plugin support. Moved input dialog related InputUICommon stuff into DolphinWX. Removed now unused InputCommon files. UDPWiimote stuff is temporarily disabled until it is reorganized so Core won't depend on wx. Real wiimotes are now initialized on first need(wiimote diag open or game start) and left initialized until Dolphin exit.(maybe this will work better for Linux/OS X) (scons probably needs some fixes) 2010-10-12 19:42:29 +00:00
WxUtils.cpp
WxUtils.h
X11Utils.cpp
X11Utils.h