Implemented anti-aliasing for cPixmap::DrawEllipse()

This commit is contained in:
Klaus Schmidinger
2020-10-12 13:54:44 +02:00
parent bbd36d0610
commit fc7ca12edd
3 changed files with 167 additions and 41 deletions

View File

@@ -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.