summaryrefslogtreecommitdiff
path: root/displayvolume.c
AgeCommit message (Collapse)Author
2022-05-09The correct setup options are usedkamel5
2021-07-30Add "Use animation" to setupkamel5
With this menu item, the use of animation can be switched off centrally.
2021-07-12Cosmetic changeskamel5
2021-07-12Add fade-out to display volumekamel5
2021-07-12Optimize Flush in display volumekamel5
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.
2021-06-06Add thread nameskamel5
Better identification of threads in logs
2021-03-10Make imgCache globalkamel5
Make imgcache global so that it doesn't always have to be passed explicitly to other functions.
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-10-25Version 0.9.0louis
2013-09-29Added Cache for images and fontslouis
2013-08-25Added Deadlock Patchlouis
2013-05-08Introduced plain style without any blending effectslouis
2013-05-04Implemented workaround for VDR DrawEllipse buglouis
2012-12-16Whitespace Cleanuplouis
2012-12-05Fix Ticket 1147, cancelling threads in a safer waylouis
2012-11-28Integrated patches from maverick-me, resolved Tickets 1141, 1143, 1151, 1152louis
2012-11-27Initial push nOpacity 0.0.3root