| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-07-20 | Improve thread safety and remove an unnecessary string allocation from MsgAlert | Silent | |
| s_msg_handler still seems thread unsafe, not sure if it should be or not | |||
| 2019-06-19 | Common/MsgHandler: Namespace code within the Common namespace | Lioncash | |
| Closes another gap in the Common library where code isn't being namespaced under it. | |||
| 2019-06-19 | Common/MsgHandler: Brace if statement in MsgAlert | Lioncash | |
| The condition travels more than one line, so the body should be braced. While we're at it, make the comparison against nullptr explicit. | |||
| 2019-06-19 | Common/MsgHandler: Use std::string's empty for emptiness checking in MsgAlert | Lioncash | |
| Provides more straightforward code compared to negating a length check. | |||
| 2019-06-16 | Common/MsgHandler: Amend file-scope variable names | Lioncash | |
| Makes them follow our coding style. | |||
| 2019-06-16 | Common/MsgHandler: Make default message handler and translator's internally ↵ | Lioncash | |
| linked Previously these functions were declared without the static specifier, giving them external linkage, which isn't really ideal. Instead, we can place these functions up by the relevant file-scope variables and place them inside an anonymous namespace with said variables, giving them internal linkage. | |||
| 2019-06-16 | Common/MsgHandler: Use fmt::print on non-Windows OSes | Lioncash | |
| Provides the same behavior. | |||
| 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 | |
| Also, print to stderr instead of stdio. | |||
| 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 | |
| Various fixes to formatting and whitespace | |||
| 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 | |
| Also moved && and || to ends of lines instead of start. Fixed misc vertical alignments and some { needed newlining. | |||
| 2014-02-22 | Make Common/ mostly IWYU clean (and fix errors in rest of the project ↵ | Pierre Bourdon | |
| detected by this change). | |||
| 2014-02-18 | Convert all includes to relative paths. | Lioncash | |
| 2013-12-31 | Remove unnecessary Src/ folders | Jasper St. Pierre | |
