2002-11-24 10:45:39 +01:00
|
|
|
VDR Plugin 'osddemo' Revision History
|
|
|
|
-------------------------------------
|
|
|
|
|
|
|
|
2002-11-23: Version 0.0.1
|
|
|
|
|
|
|
|
- Initial revision.
|
2002-12-13 15:06:52 +01:00
|
|
|
|
|
|
|
2002-12-13: Version 0.1.0
|
|
|
|
|
|
|
|
- Changed setting of CXX and CXXFLAGS variables in Makefile.
|
2004-05-16 10:35:36 +02:00
|
|
|
|
|
|
|
2004-04-30: Version 0.1.1
|
|
|
|
|
|
|
|
- New OSD handling.
|
2007-08-15 13:20:04 +02:00
|
|
|
|
|
|
|
2007-08-15: Version 0.1.2
|
|
|
|
|
|
|
|
- Moved the "all" target in the Makefile before the "Implicit rules",
|
|
|
|
so that a plain "make" will compile everything.
|
2008-04-13 13:02:53 +02:00
|
|
|
|
|
|
|
2008-04-13: Version 0.1.3
|
|
|
|
|
|
|
|
- Fixed setting the OSD level (thanks to Wolfgang Rohdewald).
|
2011-02-20 15:12:56 +01:00
|
|
|
|
|
|
|
2011-02-20: Version 0.2.0
|
|
|
|
|
|
|
|
- Added support for TrueColor OSD.
|
2011-03-28 16:26:49 +02:00
|
|
|
|
|
|
|
2011-03-28: Version 0.2.1
|
|
|
|
|
|
|
|
- Added Cancel(3) to ~cTrueColorDemo() (thanks to Reinhard Nissl).
|
|
|
|
- Added a missing font deletion in cTrueColorDemo::Action() (thanks to Reinhard Nissl).
|
2011-04-17 13:05:13 +02:00
|
|
|
|
|
|
|
2011-04-17: Version 0.2.2
|
|
|
|
|
|
|
|
- Fixed a possible NULL pointer dereference in osddemo.c (reported by Paul Menzel).
|
2012-03-13 15:28:15 +01:00
|
|
|
|
|
|
|
2012-03-13: Version 0.2.3
|
|
|
|
|
|
|
|
- No longer using GetFont() (which is not thread safe) in the 'osddemo' plugin,
|
2012-12-27 10:39:48 +01:00
|
|
|
|
|
|
|
2012-12-27: Version 0.2.4
|
|
|
|
|
|
|
|
- Adapted Makefile to changes introduced in recent VDR versions.
|
2013-01-12 14:13:28 +01:00
|
|
|
|
|
|
|
2013-01-12: Version 0.2.5
|
|
|
|
|
|
|
|
- Adapted Makefile to changes introduced in recent VDR versions.
|
2013-02-13 13:54:10 +01:00
|
|
|
|
|
|
|
2013-02-13: Version 0.3.0
|
|
|
|
|
|
|
|
- Added demos of the DrawEllipse() and DrawSlope() function (press '1' or '2',
|
|
|
|
respectively).
|