summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-06-17 14:02:02 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-06-17 14:02:02 +0200
commit549a26af276a84cad4c99feaad7d1cafa6baf277 (patch)
tree9bb6515eeeda3726b93468c11afe623c883b2381 /HISTORY
parentda376c060349470a5c54753f66bb0305746b8f78 (diff)
downloadvdr-549a26af276a84cad4c99feaad7d1cafa6baf277.tar.gz
vdr-549a26af276a84cad4c99feaad7d1cafa6baf277.tar.bz2
Implemented cOsd::SetOsdPosition() etc1.5.4
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index c0902310..71441c52 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5255,3 +5255,8 @@ Video Disk Recorder Revision History
- The info.vdr file now also stores the name of the channel, and the new function
cRecordingInfo::ChannelName() returns this information if available (based on
a patch from Alexander Hans).
+- The new function cOsd::SetOsdPosition() can be used to dynamically change the
+ position and size of the OSD (based on a request from Christoph Haubrich).
+ Plugins that implement skins should no longer use Setup.OSDWidth etc. directly,
+ but should rather use cOsd::OsdWidth() etc. instead.
+ Currently a change to the OSD position will only apply to newly opened OSDs.