summaryrefslogtreecommitdiff
path: root/displaytracks.h
AgeCommit message (Collapse)Author
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