ES-DE/es-core/src/utils
2023-12-16 12:37:09 +01:00
..
CImgUtil.cpp Added options to the miximage generator for how to fit screenshots that do not match the aspect ratio of the miximage frame 2023-07-01 11:15:43 +02:00
CImgUtil.h Updated the CImg functions and miximage generator for BGRA instead of RGBA pixel format. 2022-10-28 21:39:57 +02:00
FileSystemUtil.cpp The .emulationstation directory is now ignored if there is already an ES-DE directory 2023-12-16 12:37:09 +01:00
FileSystemUtil.h Changed to a new application data directory structure 2023-12-15 22:35:28 +01:00
MathUtil.cpp Added a check to MathUtil::md5Hash() to not attempt to hash directories 2023-08-03 20:14:04 +02:00
MathUtil.h Added support to MathUtil::md5Hash() for streaming files in chunks 2023-08-02 20:34:32 +02:00
PlatformUtil.cpp Moved some code 2023-12-11 18:23:20 +01:00
PlatformUtil.h (Android) Implemented a cleaner way of handling the private data directory 2023-12-12 23:21:27 +01:00
StringUtil.cpp Fixed a regression where StringUtil::toCapitalized() stopped working 2023-08-21 17:01:43 +02:00
StringUtil.h Fixed some minor function argument name mismatches. 2022-05-08 14:22:11 +02:00
TimeUtil.cpp Some minor code cleanup 2023-07-24 16:53:24 +02:00
TimeUtil.h Removed some unnecessary typedefs and replaced the remaining ones with the more modern 'using' keyword. 2022-01-11 21:57:00 +01:00