dolphin/Source/Core/DolphinWX
2014-09-30 02:51:21 -04:00
..
Android Android: Silence some more warnings. 2014-09-22 17:45:42 -04:00
Debugger Merge pull request #1137 from lioncash/debugger-crash 2014-09-22 14:48:29 +10: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 Update references of Google Code to GitHub and update copyright year. 2014-06-18 23:40:25 +02:00
AboutDolphin.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
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 Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
CMakeLists.txt Merge pull request #1033 from Sonicadvance1/fix-android-x86_64 2014-09-09 18:52:27 -05:00
ConfigMain.cpp Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
ConfigMain.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
DolphinWX.rc Define the icon for "dolphin". The IDI_ICON1 seems to be preempted by the wx resource. This one does not. 2012-12-17 08:33:42 -06:00
DolphinWX.vcxproj WiiSaveCrypted: migrate to Core/HW. 2014-09-08 13:31:23 -04:00
DolphinWX.vcxproj.filters WiiSaveCrypted: migrate to Core/HW. 2014-09-08 13:31:23 -04:00
DolphinWX.vcxproj.user Update to VS2013 and a slew of build-related updates. Notes: 2013-10-26 17:55:38 -07:00
FifoPlayerDlg.cpp Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
FifoPlayerDlg.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
Frame.cpp Fix focus detection on OS X by replacing wxGetActiveWindow with wxWindow::FindFocus. 2014-09-30 01:35:48 -04:00
Frame.h Add hotkeys to select save state slots and to save/load the currently selected slots. 2014-09-16 19:19:41 -04:00
FrameAui.cpp Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
FrameTools.cpp Create new Movie menu. 2014-09-30 00:10:39 -04:00
GameListCtrl.cpp Replaced generalized instances of GCM with ISO 2014-09-28 19:53:05 -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 Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
Globals.h Replaced generalized instances of GCM with ISO 2014-09-28 19:53:05 -04:00
HotkeyDlg.cpp Add hotkeys to select save state slots and to save/load the currently selected slots. 2014-09-16 19:19:41 -04:00
HotkeyDlg.h DolphinWX: Use normal instantiation of wxTimer in HotkeyDlg 2014-09-01 13:44:16 -04:00
Info.plist.in Pull in translations from Transifex. 2013-09-21 11:24:33 -05:00
InputConfigDiag.cpp DolphinWX: Remove unnecessary unique_ptr get calls in InputConfigDiag 2014-09-07 01:59:56 -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 Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
ISOFile.h Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
ISOProperties.cpp ISOProperties: Fix typo in the tooltip for manual config editing. 2014-09-22 13:45:28 -04:00
ISOProperties.h DolphinWX: Remove the Projection Hack UI 2014-07-30 19:32:41 -04:00
LogConfigWindow.cpp Disable all logs by default. 2014-08-26 03:59:17 -04:00
LogConfigWindow.h Revert "Merge pull request #83 from lioncash/remove-console" 2014-02-23 07:48:06 +01:00
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 Fix focus detection on OS X by replacing wxGetActiveWindow with wxWindow::FindFocus. 2014-09-30 01:35:48 -04:00
Main.h mark all local variables as static 2014-07-11 16:10:20 +02:00
MainAndroid.cpp Android: Silence a few warnings 2014-09-21 19:51:27 -04:00
MainNoGUI.cpp Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -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 Change netplay buffer SpinCtrl to default to 5. 2014-09-22 08:40:13 -04:00
NetWindow.h Add an option to kick players from netplay. 2014-06-18 13:22:45 -04:00
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 Add the configuration dialog for post processing configuration options. 2014-08-13 01:05:15 -05:00
PostProcessingConfigDiag.h Add the configuration dialog for post processing configuration options. 2014-08-13 01:05:15 -05:00
resource.h Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05:00
SoftwareVideoConfigDialog.cpp DolphinWX: Make the software renderer text translateable 2014-08-04 21:36:08 -04:00
SoftwareVideoConfigDialog.h Isolate D3D and Software Renderer from wxWidgets code 2014-08-03 20:28:50 -04:00
TASInputDlg.cpp Placed ampersands and asterisks against type name 2014-08-13 16:42:11 -05:00
TASInputDlg.h Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
VideoConfigDiag.cpp Prevent changing adapters during emulation and VideoConfigDiag cleanup 2014-09-03 00:35:23 -07:00
VideoConfigDiag.h Fix focus detection on OS X by replacing wxGetActiveWindow with wxWindow::FindFocus. 2014-09-30 01:35:48 -04: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 Kill off _T and wxT macros 2014-05-17 16:25:51 -04:00
WXInputBase.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
WxUtils.cpp Fixed toolbar's disabled button color. 2014-08-17 12:57:44 -07:00
WxUtils.h Fixed toolbar's disabled button color. 2014-08-17 12:57:44 -07:00
X11Utils.cpp DolphinWX: Clean up brace placements 2014-08-30 18:06:48 -04:00
X11Utils.h X11Utils: Explicitly pass the window to fullscreen into ToggleFullscreen 2014-08-19 10:05:57 -04:00