summaryrefslogtreecommitdiff
path: root/displaytracks.h
AgeCommit message (Collapse)Author
2021-07-12Add fade-out to display trackskamel5
2021-07-12Optimize Flush in display trackskamel5
Changes in Flush(): This ensures that only one flush is active when the thread is running. Changes in Acton(): Since the first Pixmap::Lock() takes so much longer than the following, the first Pixmap::Lock() was moved before the while loop. This makes the fade-in softer. Add cNopacityDisplayReplay::SetAlpha() for simplification.
2021-03-10Make imgCache globalkamel5
Make imgcache global so that it doesn't always have to be passed explicitly to other functions.
2021-03-10Convert menuItems from cList to std::vectorSoeren Moch
This allows to access menu items in arbitrary order. This is required to learn remote control keys in the remote plugin. Also clear Tabs when creating menu to avoid uninitialized use. Signed-off-by: Soeren Moch <smoch@web.de>
2013-11-07changed build environment that every class is build seperatelylouis
2013-09-29Added Cache for images and fontslouis
2013-03-24changed tracks display to fixed track item heightlouis
2012-12-16Whitespace Cleanuplouis
2012-11-27Initial push nOpacity 0.0.3root