ES-DE/es-core/src/resources
2021-09-30 19:49:18 +02:00
..
Font.cpp Fixed an issue where defining a really small font size would crash the application. 2021-09-30 19:49:18 +02:00
Font.h Fixed an issue where defining a really small font size would crash the application. 2021-09-30 19:49:18 +02:00
ResourceManager.cpp Fixed lots of compiler warnings reported by the -Wall and -Wpedantic flags. 2021-09-18 09:53:26 +02:00
ResourceManager.h Formatted the es-core source tree using clang-format. 2021-07-07 20:31:46 +02:00
TextureData.cpp Made an optimization for SVG graphics to avoid a lot of unnecessary re-rasterizations. 2021-09-27 20:59:33 +02:00
TextureData.h Made an optimization for SVG graphics to avoid a lot of unnecessary re-rasterizations. 2021-09-27 20:59:33 +02:00
TextureDataManager.cpp Formatted the es-core source tree using clang-format. 2021-07-07 20:31:46 +02:00
TextureDataManager.h Formatted the es-core source tree using clang-format. 2021-07-07 20:31:46 +02:00
TextureResource.cpp Made an optimization for SVG graphics to avoid a lot of unnecessary re-rasterizations. 2021-09-27 20:59:33 +02:00
TextureResource.h Added support for upscaling bitmap images using linear filtering. 2021-08-19 20:16:42 +02:00