Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-01 | WIN32: Use uint instead of unsigned int. | Jaromir Wysoglad | |
2019-09-01 | TTS: Add TTS support when compiling with msvc. | Jaromir Wysoglad | |
2019-04-04 | WIN32: Ensure the translated dialog strings are using the correct encoding | Cameron Cawley | |
2018-12-16 | WIN32: Fix build after the addition of SHGetFolderPath() | Filippos Karapetis | |
2018-12-16 | WIN32: Use SHGetFolderPath to get the location of the Application Data ↵ | Cameron Cawley | |
folder (#1449) | |||
2018-12-16 | WIN32: Fix incorrect Windows version check | SupSuper | |
There's no point in testing for Windows 10 since the comparison is already "greater than or equals", and it identifies itself as 6.2 for backwards compatibility. Likely it was failing before because the return type was wrong. Version checks are unreliable anyways, should use feature checks, but "if it ain't broke don't fix it". | |||
2018-12-16 | WIN32: Add DialogManager with system file browser support | SupSuper | |
2018-12-16 | WIN32: Move utility functions to a common wrapper | SupSuper | |