summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-03-28 16:26:49 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2011-03-28 16:26:49 +0200
commitfa85bb7c019b4ac36f73d353a9d384222ccc0bf5 (patch)
tree71ae595c0713317d027a3093d9419c105fdf0f8a /HISTORY
parent4ed9d9539469ef25c105b63a8a5274c6f5cf257a (diff)
downloadvdr-fa85bb7c019b4ac36f73d353a9d384222ccc0bf5.tar.gz
vdr-fa85bb7c019b4ac36f73d353a9d384222ccc0bf5.tar.bz2
Some fixes in the "osddemo" plugin
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index e72ae7e4..9590e5d7 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6557,7 +6557,7 @@ Video Disk Recorder Revision History
- The original display size of subtitles is now used to scale them properly when
displaying them on an HD OSD.
-2011-03-27: Version 1.7.18
+2011-03-28: Version 1.7.18
- Changed -O2 to -O3 in Make.config.template (reported by Matti Lehtimäki).
- Added a missing 'default' case in cPixmapMemory::DrawEllipse().
@@ -6589,3 +6589,6 @@ Video Disk Recorder Revision History
have been macros introduced to work around this problem in the first place. There
should have been "real" format specifiers defined that address this. These macros
are nothing but an ugly workaround.
+- Added Cancel(3) to ~cTrueColorDemo() in the "osddemo" plugin (thanks to Reinhard Nissl).
+- Added a missing font deletion in cTrueColorDemo::Action() in the "osddemo" plugin
+ (thanks to Reinhard Nissl).