summaryrefslogtreecommitdiff
path: root/displaytracks.c
AgeCommit message (Collapse)Author
2021-03-11Elimintae cNopacityMenuItem::SetFont*kamel5
Fonts assigned in constructor of cNopacityMainMenuItem*. Therefore SetFont(), SetFontSmall(), SetFontEPGWindow() and SetFontEPGWindowLarge() can be deleted.
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>
2021-01-09Fix for gcc11kamel5
2014-02-01Fixed bugs that configured OSD top and left values are not correctly used in ↵louis
DisplayChannel, DisplayTracks, DisplayVolume and DisplayMessages
2013-11-07changed build environment that every class is build seperatelylouis
2013-11-01cleaned up pixmaps in menuitems, avoided font pixelation in default menu itemslouis
2013-10-25Version 0.9.0louis
2013-09-30added some color definitions and theme keep it lightlouis
2013-09-29Added Cache for images and fontslouis
2013-08-25Added Deadlock Patchlouis
2013-05-08Introduced plain style without any blending effectslouis
2013-03-24changed tracks display to fixed track item heightlouis
2013-03-23Fixed wrong skinIcons path in displayreplay and displaytrackslouis
2013-03-23Restructured icons directorylouis
2013-03-02nOpacity mirroredlouis
2012-12-16Whitespace Cleanuplouis
2012-12-15Introduced scrolling for menuslouis
2012-12-05Fix Ticket 1147, cancelling threads in a safer waylouis
2012-11-27Initial push nOpacity 0.0.3root