dolphin/Source/Core/DolphinWX
comex 742f9c6b14 Merge pull request #1319 from lioncash/tas_vars
TASInputDlg: Apply m_ prefix to class member variables.
2014-10-18 01:04:32 -04:00
..
Android Android: Silence some more warnings. 2014-09-22 17:45:42 -04:00
Debugger Merge pull request #1062 from zhuowei/master 2014-10-16 13:58:56 +11:00
GLInterface Kill off the wx casts within InputCommon and GLInterface. 2014-09-14 01:07:08 -04:00
resources Migrate PNGs from DolphinWX to the Data/Sys/Resources directory. 2014-09-06 11:47:21 -04:00
AboutDolphin.cpp
AboutDolphin.h
ARCodeAddEdit.cpp Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
ARCodeAddEdit.h DolphinWX: Clean up brace placements 2014-08-30 18:06:48 -04:00
CheatsWindow.cpp Merge pull request #1027 from rohit-n/change-include 2014-09-10 00:35:16 -05:00
CheatsWindow.h
CMakeLists.txt Migrate global init stuff into UICommon. 2014-10-05 20:47:37 -04:00
ConfigMain.cpp Core: Use an enum for indicating CPU cores 2014-10-13 10:35:31 -04:00
ConfigMain.h Added Dump Frames/Audio to Movie Menu 2014-10-11 12:31:02 -04:00
DolphinWX.rc
DolphinWX.vcxproj Migrate global init stuff into UICommon. 2014-10-05 20:47:37 -04:00
DolphinWX.vcxproj.filters WiiSaveCrypted: migrate to Core/HW. 2014-09-08 13:31:23 -04:00
DolphinWX.vcxproj.user
FifoPlayerDlg.cpp Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
FifoPlayerDlg.h
Frame.cpp Merge pull request #1257 from RisingFog/moviemenudumping 2014-10-12 14:06:29 +11:00
Frame.h Merge pull request #1257 from RisingFog/moviemenudumping 2014-10-12 14:06:29 +11:00
FrameAui.cpp Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
FrameTools.cpp Fixed minor typo 2014-10-17 17:26:56 -04:00
GameListCtrl.cpp Replace wxFileExists() with File::Exists(). 2014-10-10 11:22:47 -04:00
GameListCtrl.h Replaced generalized instances of GCM with ISO 2014-09-28 19:53:05 -04:00
GeckoCodeDiag.cpp Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
GeckoCodeDiag.h
Globals.h Merge pull request #1257 from RisingFog/moviemenudumping 2014-10-12 14:06:29 +11:00
HotkeyDlg.cpp DolphinWX: Make WXInputBase part of the WxUtils namespace. 2014-10-05 05:31:48 -04:00
HotkeyDlg.h DolphinWX: Use normal instantiation of wxTimer in HotkeyDlg 2014-09-01 13:44:16 -04:00
Info.plist.in
InputConfigDiag.cpp ControllerInterface: Get rid of SetHwnd(), introduce Reinitialize() 2014-10-15 09:29:25 -04:00
InputConfigDiag.h Used a constant for the default high value. 2014-09-07 14:25:06 +10:00
InputConfigDiagBitmaps.cpp Change ControlState typedef to double, and change all related floats/doubles to use it. 2014-09-03 03:08:09 -04:00
ISOFile.cpp Rename m_names to m_banner_names 2014-10-07 19:14:11 -04:00
ISOFile.h Rename m_names to m_banner_names 2014-10-07 19:14:11 -04:00
ISOProperties.cpp Remove setting to enable or disable Bounding Box calculation. 2014-10-15 19:02:54 +01:00
ISOProperties.h Remove setting to enable or disable Bounding Box calculation. 2014-10-15 19:02:54 +01:00
LogConfigWindow.cpp
LogConfigWindow.h
LogWindow.cpp Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
LogWindow.h Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
Main.cpp Debug: fix disable block linking option 2014-10-08 19:03:25 -07:00
Main.h
MainAndroid.cpp Merge pull request #1085 from waddlesplash/refactoring 2014-10-05 21:25:44 -04:00
MainNoGUI.cpp Migrate global init stuff into UICommon. 2014-10-05 20:47:37 -04:00
MemcardManager.cpp Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
MemcardManager.h Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
NetWindow.cpp Updated Netplay to use GetName() 2014-10-07 19:05:38 -04:00
NetWindow.h
PatchAddEdit.cpp Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
PatchAddEdit.h DolphinWX: Clean up brace placements 2014-08-30 18:06:48 -04:00
PostProcessingConfigDiag.cpp
PostProcessingConfigDiag.h
resource.h
SoftwareVideoConfigDialog.cpp Move bDumpFrames to SConfig (and it's references) 2014-10-12 23:56:16 -04:00
SoftwareVideoConfigDialog.h
TASInputDlg.cpp TASInputDlg: Apply m_ prefix to class member variables. 2014-10-18 00:37:13 -04:00
TASInputDlg.h TASInputDlg: Apply m_ prefix to class member variables. 2014-10-18 00:37:13 -04:00
VideoConfigDiag.cpp Merge pull request #1257 from RisingFog/moviemenudumping 2014-10-12 14:06:29 +11:00
VideoConfigDiag.h Support the borderless fullscreen option in all backends. 2014-10-07 16:48:43 +02:00
WiimoteConfigDiag.cpp Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
WiimoteConfigDiag.h InputCommon: Rename class InputPlugin to InputConfig 2014-08-31 00:59:06 -04:00
WXInputBase.cpp DolphinWX: Make WXInputBase part of the WxUtils namespace. 2014-10-05 05:31:48 -04:00
WXInputBase.h DolphinWX: Make WXInputBase part of the WxUtils namespace. 2014-10-05 05:31:48 -04:00
WxUtils.cpp
WxUtils.h
X11Utils.cpp DolphinWX: Clean up brace placements 2014-08-30 18:06:48 -04:00
X11Utils.h