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
/
DolphinQt
/
CheatsManager.cpp
Age
Commit message (
Expand
)
Author
2026-02-14
CheatsManager: Update code tabs on creation
Dentomologist
2025-11-06
Common: Remove the string parameters from the HookableEvent interface.
Jordan Woyak
2025-11-02
Common: Make HookableEvent use non-static data.
Jordan Woyak
2025-06-06
DolphinQt: Remove redundant window hints
Dentomologist
2025-05-26
DolphinQt: Make WrapInScrollArea and GetWrappedWidget less hacky.
Jordan Woyak
2024-10-04
Partially revert "Revert "Audit uses of IsRunning and GetState""
JosJuice
2024-08-25
CheatsManager: Create ARCodeWidget and GeckoCodeWidget only once.
Dentomologist
2024-06-26
Revert "Audit uses of IsRunning and GetState"
JosJuice
2024-06-21
Audit uses of IsRunning and GetState
JosJuice
2024-04-08
Core::GetState: Avoid Global System Accessor
mitaclaw
2024-03-11
CheatsManager/CheatSearchWidget: Avoid Global System Accessor
mitaclaw
2023-12-02
Disable cheats in hardcore mode
LillyJadeKatrin
2023-10-31
CheatSearchWidget: Add checkbox to toggle Current Value autoupdate
Dentomologist
2023-10-31
CheatSearch: Update Current Values at end of frame
Dentomologist
2022-12-23
DolphinQt: add a 'add to watch' context menu item that allows you to add a me...
iwubcode
2022-06-01
Add options for BreakpointWidget, WatchWidget, and CheatSearches to send addr...
TryTwo
2022-03-31
DolphinQt/CheatsManager: Don't leak closed cheat search tabs.
Admiral H. Curtiss
2021-10-28
Qt/CheatsManager: Save and restory geometry.
Admiral H. Curtiss
2021-09-16
Qt/CheatsManager: Show disabled AR and Gecko tabs when no game is running.
Admiral H. Curtiss
2021-09-16
Qt/CheatsManager: Let the 'Configure Dolphin' button shown in the Cheats Mana...
Admiral H. Curtiss
2021-09-15
DolphinQt: Rewrite cheat search GUI.
Admiral H. Curtiss
2021-08-24
CheatsManager: Make use of plural variant of tr()
Lioncash
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-06-06
CheatsManager: Use game information directly from SConfig, and only recreate ...
Admiral H. Curtiss
2021-06-06
GeckoCodeWidget: Take game ID and revision directly instead of through GameFile.
Admiral H. Curtiss
2021-06-06
ARCodeWidget: Take game ID and revision directly instead of through GameFile.
Admiral H. Curtiss
2020-12-11
Core: Allow overriding the enabling of a code
JosJuice
2020-10-01
GameListModel instance ownership transferred back to the GameList instance. T...
Christian Aguilera
2020-04-28
Configurable MEM1 and MEM2 sizes at runtime via Dolphin.ini
Minty-Meeo
2020-02-06
DolphinQt: setTabKeyNavigation(false) on QTableWidget and QTableView.
Jordan Woyak
2019-08-09
Merge pull request #8277 from lioncash/code
Connor McLaughlin
2019-07-31
DolphinQt/Config/ARCodeWidget: Use forward declarations where applicable
Lioncash
2019-07-30
DolphinQt: Replace QStringLiteral with alternatives where applicable
Lioncash
2019-07-24
Connect numerous QPushButtons to use clicked signal instead of pressed. This ...
Silent
2019-05-26
CheatsManager: Improve performance of searching & add input validation
Roland Munsil
2019-04-22
Qt/CheatsManager: Use ActionReplay constants
spycrab
2019-04-21
Qt/CheatsManager: Fix locking defaulting to the value zero
spycrab
2019-04-21
Qt/CheatsManager: Fix value setting
spycrab
2019-04-21
Qt/CheatsManager: Deduplicate code
spycrab
2019-04-21
Qt/CheatSearch: Fix locking being permanently disabled
spycrab
2018-09-24
Fix typo causing "Remove from Watch" in Cheat Manager to crash Dolphin
Roland Munsil
2018-09-24
Fix some Cheat Manager comparisons being wrong
Roland Munsil
2018-09-08
Re-add i18n comments that were lost in the DolphinWX removal
JosJuice
2018-07-18
Qt/CheatsManager: Fix segfault in GenerateARCode
Techjar
2018-07-11
Merge pull request #7245 from lioncash/internal
spycrab
2018-07-10
Qt/CheatsManager: Move concealable types into the cpp file
Lioncash
2018-07-09
Qt: Remove ActionHelper
spycrab
2018-07-07
Move DolphinQt2 to DolphinQt
spycrab