summaryrefslogtreecommitdiff
path: root/displaymenu.h
AgeCommit message (Collapse)Author
2022-01-12Prevents "invalid lock sequence" in the recording info menu when ↵kamel5
Skinnopacitys SetRecording is called
2021-07-12Cosmetic changeskamel5
2021-07-12Add fade-out to display menukamel5
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-06Rework CreateOsd()kamel5
With this change it is possible to make various functions in cNopacityDisplayChannelView and cNopacityDisplayMenuView private.
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>
2018-05-03Changes for TimerActivekamel5
2014-04-25Version 1.1.2: Restructured detailed EPG and recordings view1.1.2louis
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-07Added RSS Feed supportlouis
2013-03-09Restructured setup menulouis
2013-02-12Introduced narrow display of timers menu (Usage of narrow timer menu and ↵louis
width also configurable)
2013-02-09Width of narrow menus (main, schedule, channel, recordings, settings) ↵louis
individually configurable
2013-01-26Added display of Timer Conflicts with epgsearch in Main Menulouis
2013-01-09Adapted video scaling to new implementation (thanks @Zoolook for the patch)louis
2013-01-05Fixed again displaying configurable color buttonslouis
2013-01-04Introduced new narrow displayed Recordings menulouis
2012-12-29Version 0.0.5louis
2012-12-16Whitespace Cleanuplouis
2012-12-07Fixed some crasheslouis
2012-12-05changed epgsearch handlinglouis
2012-11-27Initial push nOpacity 0.0.3root