summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-06-05 11:24:37 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2004-06-05 11:24:37 +0200
commit2a5a55cee77c35c437e9f92cbc012e4ffe223dd3 (patch)
treec209495dc0fa211ff56faf8a4afd8f3114d20065 /HISTORY
parent916b740d99b6caa5f1c4e2e404fdea350a7bd1c9 (diff)
downloadvdr-2a5a55cee77c35c437e9f92cbc012e4ffe223dd3.tar.gz
vdr-2a5a55cee77c35c437e9f92cbc012e4ffe223dd3.tar.bz2
Fixed cBitmap::DrawPixel(), which messed with other bitmaps' palettes in case the pixel coordinates were outside this bitmap
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index f9b5c86c..87e91ce9 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2870,6 +2870,9 @@ Video Disk Recorder Revision History
available by compiling VDR with DEBUG_OSD. Some things may not yet work as they
should, but it's a starting point.
-2004-05-31: Version 1.3.10
+2004-06-05: Version 1.3.10
- Fixed some default parameters in 'skincurses'.
+- Fixed cBitmap::DrawPixel(), which messed with other bitmaps' palettes in case
+ the pixel coordinates were outside this bitmap (thanks to Sascha Volkenandt for
+ reporting this one).