summaryrefslogtreecommitdiffstats
path: root/src/yuzu/about_dialog.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* about dialog: Fix the logo in a multiplatform wayKyle K2022-05-161-1/+5
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* configuration: Use std::make_unique instead of operator new for uiMorph2021-10-151-1/+2
* General: Resolve fmt specifiers to adhere to 8.0.0 API where applicableLioncash2021-06-231-1/+2
* yuzu/main: Fix version info in logging and about dialogMorph2021-05-171-7/+9
* Addressed feedback: switched to snake case and fixed clang-format errorsSilverBeamx2020-04-071-3/+4
* Addressed feedback: removed CMake hack in favor of building the necessary strings via the supplied title formatSilverBeamx2020-04-071-1/+7
* yuzu/about_dialog: Specify string conversions explicitlyLioncash2019-05-091-4/+4
* Better Title Bar DisplayCaptV0rt3x2018-09-071-1/+1
* qt: Default destructors where applicableLioncash2018-08-061-1/+1
* Port #3837 from Citra: "Add build date in about dialog"fearlessTobi2018-07-291-2/+3
* Add Dark theme, Icon themingN00byKing2018-03-301-0/+2
* clang-formatMerryMage2018-01-161-1/+1
* Implement "About" dialogspycrab2018-01-141-0/+15