summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-03-27 11:54:07 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2011-03-27 11:54:07 +0200
commit08d5ad047adccb2eac806f7f82575779c9f77130 (patch)
tree4f2ea67cc9e139930e09c259d5ceb49fc336269f /HISTORY
parent8768a9c3219e462ab5c7ca93eba5589d31f4fa64 (diff)
downloadvdr-08d5ad047adccb2eac806f7f82575779c9f77130.tar.gz
vdr-08d5ad047adccb2eac806f7f82575779c9f77130.tar.bz2
Renamed cBitmap::Scale() to Scaled()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 00422aab..3991e862 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6575,3 +6575,5 @@ Video Disk Recorder Revision History
- Fixed the Language header of the Serbian translation file (thanks to Ville Skyttä).
- Added anti-aliasing when upscaling bitmaps (improves the display of SD subtitles
when replayed on an HD OSD).
+- Renamed cBitmap::Scale() to Scaled(), because it doesn't modify the bitmap itself,
+ but rather returns a scaled copy.