Peter Nelson
|
ed1262cab9
|
Codefix: Move provider instances to static members. (#14501)
Avoids misnaming in global scope.
|
2025-08-07 09:21:44 +01:00 |
|
Rubidium
|
f8aceb6c37
|
Codechange: use value initialisation over memset
|
2025-05-09 17:20:41 +02:00 |
|
frosch
|
61cec33be2
|
Codechange: Add 'const' to static variables, which are only initialised once.
|
2025-05-06 18:29:41 +02:00 |
|
Rubidium
|
360670626b
|
Codechange: replace char* with std::string_view
|
2025-04-28 21:31:12 +02:00 |
|
frosch
|
0eb6964311
|
Codechange: Change ScreenshotCallback into a std::function, so there is no need for void* user data.
|
2025-04-18 22:43:41 +02:00 |
|
Peter Nelson
|
9cdf740097
|
Codechange: Use ProviderManager to define screenshot generators. (#13526)
|
2025-02-11 21:38:20 +00:00 |
|