index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
DolphinWX
/
Cheats
Age
Commit message (
Expand
)
Author
2015-06-28
CheatSearchTab: Check Core state instead of checking a memory pointer.
Jules Blok
2015-06-06
Fix line ending bug for downloaded gecko codes
mimimi085181
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
Core: Remove some header inclusions in header files
Lioncash
2015-05-08
DolphinWX: Remove unnecessary includes
Lioncash
2015-04-28
DolphinWX: Remove unnecessary forward declarations
Lioncash
2015-03-12
Rename "Cheats Manager" to "Cheat Manager"
Stevoisiak
2015-03-06
Fix 4.0-5689 regression (AR codes, patches)
JosJuice
2015-02-27
Merge pull request #2123 from RachelBryk/nonmodal-isoprops
skidau
2015-02-25
Formatting/Whitespace Cleanup
Stevoisiak
2015-02-24
Make iso properties non modal.
Rachel Bryk
2015-02-21
Merge pull request #2018 from JosJuice/gameini-region-wildcard
Markus Wick
2015-02-14
DolphinWX: Change Enable(false) calls into Disable() where possible
Lioncash
2015-02-11
Move some BootManager game INI code to CoreParameter
JosJuice
2014-12-01
DolphinWX: Specify wxID_ANY where -1 is used in controls
Lioncash
2014-11-25
Port dolphin to SFML 2.1
James Cowgill
2014-11-07
DolphinWX: Remove unnecessary forward declarations
Lioncash
2014-11-02
CheatSearchTab: Use a more specific event type for ApplyFocus
Lioncash
2014-11-01
Merge pull request #1442 from lioncash/wx
skidau
2014-10-29
CheatSearchTab: Improve localization possibilities for a string
Lioncash
2014-10-29
Remove dumb getPointers that actually want the whole memory block.
Scott Mansell
2014-10-25
CheatSearchTab: Make cheat list display in monospace font
Lioncash
2014-10-25
CheatsWindow: Remove unnecessary header includes and forward decls
Lioncash
2014-10-25
CheatSearchTab: Fix signed/unsigned comparison warning
Lioncash
2014-10-25
Use double braces for std:array initialization to avoid clang warning.
comex
2014-10-22
CheatSearchTab: Use a wxRadioBox for data sizes
Lioncash
2014-10-18
CheatsWindow: unfriend CreateCodeDialog.
Lioncash
2014-10-18
DolphinWX: Reimplement cheat listbox updating, but without a global
Lioncash
2014-10-18
CheatsWindow: Remove unnecessary wxPanel in the wxDialog
Lioncash
2014-10-18
DolphinWX: Split cheat window components into their own source files
Lioncash