diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2020-10-12 13:54:44 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2020-10-12 13:54:44 +0200 |
commit | fc7ca12eddf1238aa64186c68463208af33f43c2 (patch) | |
tree | b921cd601740b60addb4f0a387a01692a413c6f0 /HISTORY | |
parent | bbd36d06107c71a0d42d670c944c3096242d66f1 (diff) | |
download | vdr-fc7ca12eddf1238aa64186c68463208af33f43c2.tar.gz vdr-fc7ca12eddf1238aa64186c68463208af33f43c2.tar.bz2 |
Implemented anti-aliasing for cPixmap::DrawEllipse()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -9513,7 +9513,7 @@ Video Disk Recorder Revision History with the main menu open. - Official release. -2020-09-29: Version 2.4.5 +2020-10-12: Version 2.4.5 - Updated the Italian OSD texts (thanks to Diego Pierotto). - Fixed handling newline characters in ci.c's CopyString() (reported by Winfried Köhler). @@ -9521,6 +9521,7 @@ Video Disk Recorder Revision History by Winfried Köhler). - Fixed a possible invalid lock sequence in cMenuTimers::OnOff(). - Fixed several typos (reported by Jens Schleusener). -- Implemented anti-aliasing for cPixmap::DrawSlope() (thanks to Christoph Haubrich). +- Implemented anti-aliasing for cPixmap::DrawSlope() and cPixmap::DrawEllipse() (thanks + to Christoph Haubrich). The version numbers (both VDRVERSNUM and APIVERSNUM) have been bumped to 2.4.5 to indicate this change. |