summaryrefslogtreecommitdiff
path: root/nopacity.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-16Cleanup geo and font manager deleteSoeren Moch
Delete global geoManager and fontManager in the same class (cNopacity) where they were created. Signed-off-by: Soeren Moch <smoch@web.de>
2021-02-16Remove unused cNopacity::displayMenuSoeren Moch
... to simplify the code. Signed-off-by: Soeren Moch <smoch@web.de>
2021-02-01Fixed an display error in mainmenukamel5
2013-11-07changed build environment that every class is build seperatelylouis
2013-10-25Version 0.9.0louis
2013-09-29Added Cache for images and fontslouis
2013-04-08Added standalone RSS Feedlouis
2013-04-07Added RSS Feed supportlouis
2013-03-12Version 0.1.0louis
2012-12-16Whitespace Cleanuplouis
2012-11-27Initial push nOpacity 0.0.3root