summaryrefslogtreecommitdiff
path: root/displaymenuview.c
AgeCommit message (Collapse)Author
2022-05-09Add "Use animation"kamel5
Also checks "Use animation" in the plugin main menu if a fade-in should be performed
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-06Adding different SetAlphakamel5
This can simplify the calls to SetAlpha.
2021-06-06Rework CreateOsd()kamel5
With this change it is possible to make various functions in cNopacityDisplayChannelView and cNopacityDisplayMenuView private.
2021-06-06Eliminate cNopacityDisplayMenuView::SetDetailViewSize() and ↵kamel5
cNopacityDetailView::SetGeometry() All parameters defined in these functions can be set in the constructor of NopacityDetailView.
2021-06-04Simplify cNopacityDisplayMenu::SetButtons()kamel5
This simplification makes it possible to eliminate the pixmapButtonsText in cNopacityDisplayMenuView.
2021-03-10Make imgCache globalkamel5
Make imgcache global so that it doesn't always have to be passed explicitly to other functions.
2021-03-10Eliminate cNopacityDisplayMenuView::SetAvrgFontWidthkamel5
2021-02-16Use MessageBox for DisplayMenuSoeren Moch
Besides the unified message view this allows great code simplification. Signed-off-by: Soeren Moch <smoch@web.de>
2014-04-25Version 1.1.2: Restructured detailed EPG and recordings view1.1.2louis
2013-11-20Changed Disc Usage Icon for default themelouis
2013-11-17Added EPG Info in narrow Timers Menulouis
2013-11-08added possibility to add background image in freestyle themes for ↵louis
displaymenu header
2013-11-07fixed a bug that rounded corners of color buttons in menus were not drawn ↵louis
correctly
2013-11-07changed build environment that every class is build seperatelylouis
2013-11-03changed header icons to scale automaticallylouis
2013-11-02changed way of calculating number of menu items in narrow menuslouis
2013-11-01fixed a bug in displaymessagelouis
2013-10-25Version 0.9.0louis
2013-10-03Added additional configurable channel logo cachelouis
2013-09-30added some color definitions and theme keep it lightlouis
2013-09-29Added Cache for images and fontslouis
2013-09-18optimized some theme colors in displaychannel and displaymessagelouis
2013-09-16rounded corners for message boxeslouis
2013-09-15new fullscreen display mode in narrow schedules and recordings viewlouis
2013-09-14added event length in header and configurable border in detailed event and ↵louis
recording view
2013-09-14dedicated theme colors for RSS Feed (closes Feature 1485)louis
2013-09-13introduced dedicated theme font colors for different message types and ↵louis
different buttons (closes Feature 1462)
2013-08-31Fixed bug that fontMenuitemRecordingsSmall was not usedlouis
2013-05-08Introduced plain style without any blending effectslouis
2013-05-04Implemented workaround for VDR DrawEllipse buglouis
2013-04-15Fixed Layer in menu message displaylouis
2013-04-14Display of disc status in main menu configurablelouis
2013-04-14Added display of next Schedules in Channel Menulouis
2013-04-10changed scaling of EPG info window font sizelouis
2013-04-07Fixed crash / hang if menu is opened with small screen sizelouis
2013-04-07Added RSS Feed supportlouis
2013-03-26Fixed some minor issueslouis
2013-03-23Restructured icons directorylouis
2013-03-09Restructured setup menulouis
2013-03-02nOpacity mirroredlouis
2013-02-17Fixed a bug with cdplayer plugin, this plugin calls no clear before showing menulouis
2013-02-12Introduced rounded corners for menuitems and buttonslouis
2013-02-12Introduced narrow display of timers menu (Usage of narrow timer menu and ↵louis
width also configurable)
2013-02-09Usage of narrow menus (main, schedule, channel, recordings, settings) ↵louis
configurable via plugin setup
2013-02-09Width of narrow menus (main, schedule, channel, recordings, settings) ↵louis
individually configurable
2013-02-06Added dedicated colors for MenuHeader and MenuHeaderBlendinglouis
2013-02-03Changed Disc Usage Info display, size individually configurablelouis
2013-01-26Added display of Timer Conflicts with epgsearch in Main Menulouis
2013-01-13Added channel logos in main menu timers listlouis