summaryrefslogtreecommitdiff
path: root/detailview.h
AgeCommit message (Collapse)Author
2021-07-12Optimize Flush in display menukamel5
These changes ensures that only one flush is active when the fade-in thread is running. The first Pixmap::Lock() in cNopacityDisplayMenu::Action() takes so much longer than the following, Thats why the first Pixmap::Lock() was moved before the while loop. This makes the fade-in softer. The DetailView thread was eliminated.
2021-06-06Make cNopacityView::SetFonts privatkamel5
2021-06-06Adding different SetAlphakamel5
This can simplify the calls to SetAlpha.
2021-06-04set ff=unixkamel5
2021-03-10Make imgCache globalkamel5
Make imgcache global so that it doesn't always have to be passed explicitly to other functions.
2014-05-24added dedicated background pixmap in detailviewlouis
2014-04-25Version 1.1.2: Restructured detailed EPG and recordings view1.1.2louis