Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-12 | Add fade-out to display tracks | kamel5 | |
2021-07-12 | Optimize Flush in display tracks | kamel5 | |
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-06-06 | Add thread names | kamel5 | |
Better identification of threads in logs | |||
2021-03-11 | Elimintae cNopacityMenuItem::SetFont* | kamel5 | |
Fonts assigned in constructor of cNopacityMainMenuItem*. Therefore SetFont(), SetFontSmall(), SetFontEPGWindow() and SetFontEPGWindowLarge() can be deleted. | |||
2021-03-10 | Make imgCache global | kamel5 | |
Make imgcache global so that it doesn't always have to be passed explicitly to other functions. | |||
2021-03-10 | Convert menuItems from cList to std::vector | Soeren 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-09 | Fix for gcc11 | kamel5 | |
2014-02-01 | Fixed bugs that configured OSD top and left values are not correctly used in ↵ | louis | |
DisplayChannel, DisplayTracks, DisplayVolume and DisplayMessages | |||
2013-11-07 | changed build environment that every class is build seperately | louis | |
2013-11-01 | cleaned up pixmaps in menuitems, avoided font pixelation in default menu items | louis | |
2013-10-25 | Version 0.9.0 | louis | |
2013-09-30 | added some color definitions and theme keep it light | louis | |
2013-09-29 | Added Cache for images and fonts | louis | |
2013-08-25 | Added Deadlock Patch | louis | |
2013-05-08 | Introduced plain style without any blending effects | louis | |
2013-03-24 | changed tracks display to fixed track item height | louis | |
2013-03-23 | Fixed wrong skinIcons path in displayreplay and displaytracks | louis | |
2013-03-23 | Restructured icons directory | louis | |
2013-03-02 | nOpacity mirrored | louis | |
2012-12-16 | Whitespace Cleanup | louis | |
2012-12-15 | Introduced scrolling for menus | louis | |
2012-12-05 | Fix Ticket 1147, cancelling threads in a safer way | louis | |
2012-11-27 | Initial push nOpacity 0.0.3 | root | |