summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-09-10 14:18:38 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2015-09-10 14:18:38 +0200
commit4e46d2bb3bbcaa72bc106170d9a7dd0ec77ddd0d (patch)
treea3fe63667eafdbd8a956a8389f15fa8326e5854c /HISTORY
parenta384d14f925877d240bbbe7705ba0bc678411b86 (diff)
downloadvdr-4e46d2bb3bbcaa72bc106170d9a7dd0ec77ddd0d.tar.gz
vdr-4e46d2bb3bbcaa72bc106170d9a7dd0ec77ddd0d.tar.bz2
The width and height of the OSD are now limited to the actual maximum dimensions of the output device
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 85bd1709..bb2919f0 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8818,3 +8818,5 @@ Video Disk Recorder Revision History
- Fixed a possible stack overflow in cListBase::Sort() (thanks to Oliver Endriss).
- Changed the description of the --chartab option in the INSTALL file to refer to
"DVB SI table strings" instead of "EPG data".
+- The width and height of the OSD are now limited to the actual maximum dimensions
+ of the output device, taking into account the top and left offset.