summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2016-12-22 12:53:09 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2016-12-22 12:53:09 +0100
commitb6080634cc57b02f53d427deb45a2dcc297c94be (patch)
treec9fd545d6212ac6814cf811f01d34a1da6f5e63f /HISTORY
parentf91468ff9bca7bbf07ff854909cd5564dbb59f23 (diff)
downloadvdr-b6080634cc57b02f53d427deb45a2dcc297c94be.tar.gz
vdr-b6080634cc57b02f53d427deb45a2dcc297c94be.tar.bz2
Added cFont::Width(void) to get the default character width and allow stretched font drawing in high level OSDs
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index ce3af2d7..db1b2170 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8862,3 +8862,5 @@ Video Disk Recorder Revision History
- Fixed replaying recordings to their very end, if they don't end with an I-frame
(thanks to Thomas Reufer).
- Implemented a frame parser for H.265 (HEVC) recordings (thanks to Thomas Reufer).
+- Added cFont::Width(void) to get the default character width and allow stretched
+ font drawing in high level OSDs (thanks to Thomas Reufer).