dolphin/Source/Core/DolphinWX/Cheats
Lioncash c61d0dfe87 Frame: Make cheat dialog private
Rather than destroy and reinitialize the dialog whenever it's closed,
and opened this dialog can just be hidden from view when it's not
needed, and shown again when it is needed.

Also, a dialog should really not be managing any live instances of
itself, including the one directly in the main frame.

This gets rid of another usage of the main frame global.
2017-04-06 21:25:26 -04:00
..
ARCodeAddEdit.cpp CheatManager/ISOProperties: Refactor ActionReplay tabs as a class 2016-08-31 14:32:12 +10:00
ARCodeAddEdit.h CheatManager/ISOProperties: Refactor ActionReplay tabs as a class 2016-08-31 14:32:12 +10:00
ActionReplayCodesPanel.cpp Fixed the remove and add buttons not disabling after removing a code. 2017-02-25 22:59:24 +00:00
ActionReplayCodesPanel.h CheatManager/ISOProperties: Refactor ActionReplay tabs as a class 2016-08-31 14:32:12 +10:00
CheatSearchTab.cpp Common: Move byte swapping utilities into their own header 2017-03-03 17:18:18 -05:00
CheatSearchTab.h Common: Move byte swapping utilities into their own header 2017-03-03 17:18:18 -05:00
CheatsWindow.cpp Frame: Make cheat dialog private 2017-04-06 21:25:26 -04:00
CheatsWindow.h Frame: Make cheat dialog private 2017-04-06 21:25:26 -04:00
CreateCodeDialog.cpp DolphinWX: Separate the information panel from ISOProperties 2016-12-01 21:21:46 -05:00
CreateCodeDialog.h WX: HiDPI: CheatsWindow 2016-10-04 13:47:22 +11:00
GeckoCodeDiag.cpp GeckoCodeConfig: Return vector by value for LoadCodes() 2017-03-21 16:58:13 -04:00
GeckoCodeDiag.h ISOProperties: Add notification when Cheats are disabled. 2016-08-31 14:32:12 +10:00