summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-02-17 12:31:16 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2008-02-17 12:31:16 +0100
commit54b4d4e4e752ce10142c1f0c61f39c3782e460d9 (patch)
treeba0522ff71b3d39da559c5d81ddb787dad25b1b7 /HISTORY
parent28a82b318686d157135e2a6133b12490a72d3c2e (diff)
downloadvdr-54b4d4e4e752ce10142c1f0c61f39c3782e460d9.tar.gz
vdr-54b4d4e4e752ce10142c1f0c61f39c3782e460d9.tar.bz2
Implemented cSkin::SetScrollbar()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 991f76a0..dfdfade7 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5579,7 +5579,7 @@ Video Disk Recorder Revision History
is not available, in order to allow staying on an encrypted channel that takes
a while for the CAM to start decrypting.
-2008-02-16: Version 1.5.15
+2008-02-17: Version 1.5.15
- Updated the Italian OSD texts (thanks to Diego Pierotto).
- Added option -i to the pictures plugin's pic2mpg to ignore unknown file types.
@@ -5637,3 +5637,6 @@ Video Disk Recorder Revision History
(based on a patch from Benedikt Elser).
- Added new cStatus functions to the 'status' plugin.
- Added missing #include <limits.h> to epg.c and menuitems.h (thanks to Ville Skyttä).
+- The new function cSkin::SetScrollbar() can be implemented by skins to display
+ a scrollbar in every list menu. The 'classic' and 'sttng' skins have been
+ changed accordingly.