| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-08-31 | CheatManager/ISOProperties: Refactor ActionReplay tabs as a class | EmptyChaos | |
| Refactor Action Replay code into its own class like Gecko Codes. | |||
| 2016-06-24 | Reformat all the things. Have fun with merge conflicts. | Pierre Bourdon | |
| 2016-05-29 | ActionReplay: UI Consistency and Cleanup | EmptyChaos | |
| 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-26 | Common: Remove other Common prefixed headers from Common.h | Lioncash | |
| 2015-06-08 | Changed AR Code Window and Patch Window | Anthony 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-25 | Set copyright year to when a file was created | Tillmann Karras | |
| 2015-05-25 | Update license headers to GPLv2+ | Tillmann Karras | |
| 2015-05-08 | DolphinWX: Remove unnecessary includes | Lioncash | |
| 2015-03-06 | Fix 4.0-5689 regression (AR codes, patches) | JosJuice | |
| CreateCodeTab, ARCodeAddEdit and PatchAddEdit need to be able to modify arCodes/onFrame. | |||
| 2015-03-01 | Fix -Wreorder warning | Tillmann Karras | |
| 2015-02-27 | Merge pull request #2123 from RachelBryk/nonmodal-isoprops | skidau | |
| Make iso properties non modal. | |||
| 2015-02-25 | Formatting/Whitespace Cleanup | Stevoisiak | |
| Various fixes to formatting and whitespace | |||
| 2015-02-24 | Make iso properties non modal. | Rachel Bryk | |
| 2015-02-04 | Use emplace_* functions where in-place construction is preferable | Lioncash | |
| 2014-11-22 | DolphinWX: Fix button handling for AR codes | Lioncash | |
| 2014-11-09 | DolphinWX: Kill off trivial event tables | Lioncash | |
| 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-07 | DolphinWX: Remove unnecessary forward declarations | Lioncash | |
| 2014-09-08 | Include CommonTypes.h instead of Common.h. | Rohit Nirmal | |
| 2014-08-02 | DolphinWX: Use a regular wxMessageBox instead of a PanicAlert for non-panic ↵ | Lioncash | |
| errors. | |||
| 2014-07-11 | mark all local variables as static | degasus | |
| 2014-05-17 | Kill off _T and wxT macros | Lioncash | |
| 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-14 | Kill 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-09 | clang-modernize -use-nullptr | Tillmann Karras | |
| and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine | |||
| 2014-03-05 | Remove some superfluous arguments from some wx control creations | Lioncash | |
| wx has these as default parameters. | |||
| 2014-02-23 | Make DolphinWX/ mostly IWYU clean. | Pierre Bourdon | |
| 2014-02-18 | Convert all includes to relative paths. | Lioncash | |
| 2014-02-17 | Second and final pass of clearing out tabs. | Lioncash | |
| 2013-12-31 | Remove unnecessary Src/ folders | Jasper St. Pierre | |
