dolphin/Source/Core/DolphinWX
Lioncash 892bbdade6 DolphinWX: Eliminate some memory leaks
Since the menus aren't actually assigned a parent, they would not be freed by wx. Plus, these should have initially been constructed on the stack in the first place.
Technically any time someone right-clicked the game list they would be leaking memory.
2014-11-11 09:50:16 -05:00
..
Android Android: Silence some more warnings. 2014-09-22 17:45:42 -04:00
Cheats DolphinWX: Remove unnecessary forward declarations 2014-11-07 22:16:13 -05:00
Debugger DolphinWX: Eliminate some memory leaks 2014-11-11 09:50:16 -05:00
resources Added flags for Russia and Australia 2014-10-28 23:04:24 -04:00
AboutDolphin.cpp DolphinWX: Remove unnecessary forward declarations 2014-11-07 22:16:13 -05:00
AboutDolphin.h
ARCodeAddEdit.cpp DolphinWX: Kill off trivial event tables 2014-11-09 00:08:33 -05:00
ARCodeAddEdit.h DolphinWX: Kill off trivial event tables 2014-11-09 00:08:33 -05:00
CMakeLists.txt Install nogui executable to bindir 2014-11-10 07:53:11 +00:00
ConfigMain.cpp Merge pull request #1264 from Stevoisiak/GCM-to-ISO 2014-11-02 11:29:41 -06:00
ConfigMain.h Move GLInterface to the OGL VideoBackend's directory. 2014-11-02 12:16:33 -05:00
DolphinWX.rc
DolphinWX.vcxproj Move GLInterface to the OGL VideoBackend's directory. 2014-11-02 12:16:33 -05:00
DolphinWX.vcxproj.filters Move GLInterface to the OGL VideoBackend's directory. 2014-11-02 12:16:33 -05:00
DolphinWX.vcxproj.user
FifoPlayerDlg.cpp DolphinWX: Kill off trivial event tables 2014-11-09 00:08:33 -05:00
FifoPlayerDlg.h
Frame.cpp DolphinWX: Kill off trivial event tables 2014-11-09 00:08:33 -05:00
Frame.h Add nunchuk support to tas input. 2014-11-02 20:52:13 -05:00
FrameAui.cpp DolphinWX: Eliminate some memory leaks 2014-11-11 09:50:16 -05:00
FrameTools.cpp Merge pull request #1485 from Stevoisiak/capitalizeMenuOptions 2014-11-04 09:19:15 -05:00
GameListCtrl.cpp DolphinWX: Eliminate some memory leaks 2014-11-11 09:50:16 -05:00
GameListCtrl.h DolphinWX: Kill off trivial event tables 2014-11-09 00:08:33 -05:00
Globals.h DolphinWX: Kill off trivial event tables 2014-11-09 00:08:33 -05:00
HotkeyDlg.cpp DolphinWX: Kill off trivial event tables 2014-11-09 00:08:33 -05:00
HotkeyDlg.h DolphinWX: Kill off trivial event tables 2014-11-09 00:08:33 -05:00
Info.plist.in
InputConfigDiag.cpp DolphinWX: Remove unnecessary forward declarations 2014-11-07 22:16:13 -05:00
InputConfigDiag.h
InputConfigDiagBitmaps.cpp DolphinWX: Remove unnecessary forward declarations 2014-11-07 22:16:13 -05:00
ISOFile.cpp Rename m_names to m_banner_names 2014-10-07 19:14:11 -04:00
ISOFile.h Add missing includes where headers depend on other headers having been included first. 2014-10-21 21:22:16 -04:00
ISOProperties.cpp DolphinWX: Eliminate some memory leaks 2014-11-11 09:50:16 -05:00
ISOProperties.h Add FPRF interface option, change from EnableFPRF to just FPRF 2014-10-17 19:06:18 -07:00
LogConfigWindow.cpp DolphinWX: Remove unnecessary forward declarations 2014-11-07 22:16:13 -05:00
LogConfigWindow.h
LogWindow.cpp DolphinWX: Kill off trivial event tables 2014-11-09 00:08:33 -05:00
LogWindow.h DolphinWX: Kill off trivial event tables 2014-11-09 00:08:33 -05:00
Main.cpp DolphinWX: Kill off trivial event tables 2014-11-09 00:08:33 -05:00
Main.h DolphinWX: Kill off trivial event tables 2014-11-09 00:08:33 -05:00
MainAndroid.cpp Remove unnecessary cstdarg header includes 2014-11-06 20:50:11 -05:00
MainNoGUI.cpp Remove unnecessary cstdarg header includes 2014-11-06 20:50:11 -05:00
MemcardManager.cpp DolphinWX: Eliminate some memory leaks 2014-11-11 09:50:16 -05:00
MemcardManager.h
NetWindow.cpp DolphinWX: Remove unnecessary forward declarations 2014-11-07 22:16:13 -05:00
NetWindow.h
PatchAddEdit.cpp DolphinWX: Kill off trivial event tables 2014-11-09 00:08:33 -05:00
PatchAddEdit.h DolphinWX: Kill off trivial event tables 2014-11-09 00:08:33 -05: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 Fix analog l/r with tas input. 2014-11-07 20:44:38 -05:00
TASInputDlg.h Add nunchuk support to tas input. 2014-11-02 20:52:13 -05:00
VideoConfigDiag.cpp Destroy OpenMP 2014-11-06 18:38:24 -08:00
VideoConfigDiag.h Support the borderless fullscreen option in all backends. 2014-10-07 16:48:43 +02:00
WiimoteConfigDiag.cpp DolphinWX: Remove unnecessary forward declarations 2014-11-07 22:16:13 -05:00
WiimoteConfigDiag.h
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