summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/ARCodeAddEdit.cpp
AgeCommit message (Collapse)Author
2016-08-31CheatManager/ISOProperties: Refactor ActionReplay tabs as a classEmptyChaos
Refactor Action Replay code into its own class like Gecko Codes.
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-05-29ActionReplay: UI Consistency and CleanupEmptyChaos
Cleanup code style. Move ActionReplay code->INI saving into ActionReplay namespace. Threadsafety Cleanup: ActionReplay is accessed from the Host, Emu and CPU Threads so the internal storage needs to be protected by a lock to prevent vectors/strings being deleted/moved while in use by the CPU Thread. UI Consistency: Make ARCodes behave like Gecko Codes - only apply changes when Apply is pressed. Save changes to INI from CheatsWindow. ISOProperties/CheatsWindow now synchronize with each other.
2015-09-26Common: Remove other Common prefixed headers from Common.hLioncash
2015-06-08Changed AR Code Window and Patch WindowAnthony Serna
Text fields no longer have redundant text. Blank text variables no longer have redundant translation syntax. Removed redundant else condition. Fixed bug with cheat name deleting itself on edit.
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-08DolphinWX: Remove unnecessary includesLioncash
2015-03-06Fix 4.0-5689 regression (AR codes, patches)JosJuice
CreateCodeTab, ARCodeAddEdit and PatchAddEdit need to be able to modify arCodes/onFrame.
2015-03-01Fix -Wreorder warningTillmann Karras
2015-02-27Merge pull request #2123 from RachelBryk/nonmodal-isopropsskidau
Make iso properties non modal.
2015-02-25Formatting/Whitespace CleanupStevoisiak
Various fixes to formatting and whitespace
2015-02-24Make iso properties non modal.Rachel Bryk
2015-02-04Use emplace_* functions where in-place construction is preferableLioncash
2014-11-22DolphinWX: Fix button handling for AR codesLioncash
2014-11-09DolphinWX: Kill off trivial event tablesLioncash
Also fixes some of the wonky stuff in Main where we would fire an event to do post-init stuff which isn't necessary anymore.
2014-11-07DolphinWX: Remove unnecessary forward declarationsLioncash
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-08-02DolphinWX: Use a regular wxMessageBox instead of a PanicAlert for non-panic ↵Lioncash
errors.
2014-07-11mark all local variables as staticdegasus
2014-05-17Kill off _T and wxT macrosLioncash
Minor other alterations that relate to above as well. Also added the PanicAlertT version of alerts for some error messages that use PanicAlert. We want the user to actually understand why the error occurred.
2014-03-14Kill off some usages of c_str.Lioncash
Also changes some function params, but this is ok. Some simplifications were also able to be made (ie. killing off strcmps with ==, etc).
2014-03-09clang-modernize -use-nullptrTillmann Karras
and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine
2014-03-05Remove some superfluous arguments from some wx control creationsLioncash
wx has these as default parameters.
2014-02-23Make DolphinWX/ mostly IWYU clean.Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-17Second and final pass of clearing out tabs.Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre