ES-DE/es-core/src/resources
2023-04-08 15:35:56 +02:00
..
Font.cpp Fixed a line wrapping issue for text with blank lines that was not displayed in a scrollable container 2023-04-08 15:35:56 +02:00
Font.h Fixed an issues where textlist entries would sometimes scroll horizontally even though they fit inside the element width. 2023-03-04 21:57:33 +01:00
ResourceManager.cpp Some general code cleanup. 2022-09-08 18:56:02 +02:00
ResourceManager.h Large refactoring to improve thread safety and improve singleton pattern usage. 2022-01-04 21:21:26 +01:00
TextureData.cpp Fixed an issue where SVG images would sometimes not get rasterized. 2023-02-16 00:00:45 +01:00
TextureData.h Avoided unnecessary SVG file parsing for images previously found to be invalid. 2022-10-06 20:20:48 +02:00
TextureDataManager.cpp Replaced the checkerboard pattern for the default blank texture with a truly blank texture. 2022-10-30 09:16:14 +01:00
TextureDataManager.h Some refactoring of the OpenGL renderer and TextureDataManager. 2022-10-11 18:11:36 +02:00
TextureResource.cpp The cache manager now differentiates between mipmapped and non-mipmapped images. 2022-11-05 20:41:17 +01:00
TextureResource.h The cache manager now differentiates between mipmapped and non-mipmapped images. 2022-11-05 20:41:17 +01:00