summaryrefslogtreecommitdiff
path: root/imagecache.h
AgeCommit message (Collapse)Author
2021-03-10Simplify cImageCachekamel5
- Merge CreateCache(void) and CreateCacheDelayed(void) and move CreateCache() to cImageCache::cImageCache(). This allows a new instance of imgCache to be created after configuration changes. - Eliminate cImageCache::Reload() cImageCache::Reload() is no longer required.
2021-03-10Make imgCache globalkamel5
Make imgcache global so that it doesn't always have to be passed explicitly to other functions.
2021-02-16Use MessageBox for DisplayMenuSoeren Moch
Besides the unified message view this allows great code simplification. Signed-off-by: Soeren Moch <smoch@web.de>
2013-11-08added possibility to add background image in freestyle themes for ↵louis
displaymenu header
2013-11-07changed build environment that every class is build seperatelylouis
2013-10-25Version 0.9.0louis
2013-10-03Added additional configurable channel logo cachelouis
2013-09-30fixed a bug if DisplayMenu is called before image cache is completely ↵louis
initialised
2013-09-29Added Cache for images and fontslouis