summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-02-17 14:29:24 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2008-02-17 14:29:24 +0100
commit31a0318de43966ec3d06139492e8b39dcafc7eac (patch)
tree0d709ca79c16387aab4409d2f436d5b801e4ff6d /HISTORY
parent484821fa0a86091cc7cc08f629a8ac98629b072f (diff)
downloadvdr-31a0318de43966ec3d06139492e8b39dcafc7eac.tar.gz
vdr-31a0318de43966ec3d06139492e8b39dcafc7eac.tar.bz2
Implemented cSkinCursesDisplayMenu::SetScrollbar(); fixed calculating the scrollbar sizes in the skins1.5.15
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 317df97c..8e2abc86 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5639,6 +5639,7 @@ Video Disk Recorder Revision History
- 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.
+ changed accordingly, as well as the 'skincurses' plugin.
- Introduced 'operator const void * ()' in cString to catch cases where operator*()
should be used.
+- Fixed calculating the scrollbar sizes in the skins.