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
/
Debugger
/
ThreadWidget.cpp
Age
Commit message (
Expand
)
Author
2024-10-04
Partially revert "Revert "Audit uses of IsRunning and GetState""
JosJuice
2024-06-26
Revert "Audit uses of IsRunning and GetState"
JosJuice
2024-06-21
Audit uses of IsRunning and GetState
JosJuice
2024-05-03
Replace Common::BitCast with std::bit_cast
Pokechu22
2024-04-30
DolphinQt: Properly Delete (Some) Widgets
mitaclaw
2024-04-13
PPCSymbolDB: GetDescription by std::string_view
mitaclaw
2024-04-08
Core::GetState: Avoid Global System Accessor
mitaclaw
2023-04-09
PowerPC: Refactor to class, move to System.
Admiral H. Curtiss
2023-03-28
PowerPC/MMU: Refactor to class, move to System.
Admiral H. Curtiss
2023-03-08
Core: Add System parameter to CPUThreadGuard.
Admiral H. Curtiss
2023-02-12
DolphinQt: Properly lock CPU before accessing emulated memory
JosJuice
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-01-13
DolphinQt: Replace usages of QLatin1Literal with QStringLiteral
Lioncash
2020-09-12
DolphinQt: fix other widgets that use lambdas (capturing this) without settin...
iwubcode
2020-08-08
Fix various -Wshadow warnings
Tillmann Karras
2020-07-24
DolphinQt: fix -Wsign-compare warning
Tillmann Karras
2020-07-24
DolphinQt: fix -Wunused-but-set-variable warning
Tillmann Karras
2020-06-08
DolphinQt: Use QFontMetrics::boundingRect instead of QFontMetrics::width
JosJuice
2020-05-18
DolphinQt: Remove another usage of QFontMetrics::width
JosJuice
2020-05-03
Debugger: Add a Thread widget
Sepalani