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
/
Common
/
MsgHandler.cpp
Age
Commit message (
Expand
)
Author
2026-05-06
MsgHandler: Use log level matching MsgType for alerts
Dentomologist
2026-01-25
Remove unused imports
Martino Fontana
2022-01-09
Common/MsgHandler: Use caller's file and line number in log messages
Pokechu22
2022-01-09
Common/Assert: Actually use the ASSERT_MSG's log type parameter
Pokechu22
2022-01-09
Common/MsgHandler: Remove non-format variants of PanicAlert
Pokechu22
2021-10-02
Fix AbortOnPanicAlert with PanicAlertFmt
Pokechu22
2021-08-29
Add an option to abort when a panic alert occurs
Léo Lam
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-06-12
MsgHandler: Correct question and warning captions
xvrc
2020-11-09
Common/MsgHandler: Add fmt-capable variants of the alert macros
Lioncash
2020-10-23
Common: Migrate logging to fmt
Lioncash
2019-07-20
Improve thread safety and remove an unnecessary string allocation from MsgAlert
Silent
2019-06-19
Common/MsgHandler: Namespace code within the Common namespace
Lioncash
2019-06-19
Common/MsgHandler: Brace if statement in MsgAlert
Lioncash
2019-06-19
Common/MsgHandler: Use std::string's empty for emptiness checking in MsgAlert
Lioncash
2019-06-16
Common/MsgHandler: Amend file-scope variable names
Lioncash
2019-06-16
Common/MsgHandler: Make default message handler and translator's internally l...
Lioncash
2019-06-16
Common/MsgHandler: Use fmt::print on non-Windows OSes
Lioncash
2018-08-07
Cleanup: Remove some left over references to wxWidgets
spycrab
2017-08-03
MsgHandler: small cleanup
Michael M
2017-01-23
Add includes for building on Windows without PCH
Michael Maltese
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2015-11-20
Mark more strings for translation
JosJuice
2015-11-08
NoGui: Return no to yes/no panic alerts.
Scott Mansell
2015-09-28
Fix building with PCH disabled.
Rohit Nirmal
2015-09-26
Common: Remove other Common prefixed headers from Common.h
Lioncash
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-02-25
Formatting/Whitespace Cleanup
Stevoisiak
2014-09-08
Include CommonTypes.h instead of Common.h.
Rohit Nirmal
2014-03-11
Fixes spacing for "for", "while", "switch" and "if"
Matthew Parlane
2014-02-22
Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...
Pierre Bourdon
2014-02-18
Convert all includes to relative paths.
Lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre