ES-DE/es-core/src/utils
Leon Styhre 15e5a8b305 Added a function to FileSystemUtil to return the ES-DE binary path
Also fixed an issue where the fallback to argv[0] in FileSystemUtil::setExePath() was not working correctly
2023-07-02 23:16:39 +02: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 Added a function to FileSystemUtil to return the ES-DE binary path 2023-07-02 23:16:39 +02:00
FileSystemUtil.h Added a function to FileSystemUtil to return the ES-DE binary path 2023-07-02 23:16:39 +02:00
MathUtil.cpp Fixed a compiler warning regarding an unsecure function in MathUtil. 2023-01-06 14:49:11 +01:00
MathUtil.h Clarified the use of bundled include files. 2021-10-06 18:41:21 +02:00
PlatformUtil.cpp Added Windows support for the PDF viewer 2023-06-22 21:15:35 +02:00
PlatformUtil.h Removed all short enums comments as they're now properly solved by AllowShortEnumsOnASingleLine. 2022-06-05 12:36:55 +02:00
StringUtil.cpp Fixed an issue where StringUtil::delimitedStringToVector could return empty elements. 2022-08-19 17:03:55 +02:00
StringUtil.h Fixed some minor function argument name mismatches. 2022-05-08 14:22:11 +02:00
TimeUtil.cpp Fixed a time zone issue related to the Unix epoch. 2021-11-26 20:55:54 +01: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