summaryrefslogtreecommitdiff
path: root/PLUGINS
AgeCommit message (Collapse)Author
2017-05-29The Makefiles now use the macro $(Q) instead of a plain '@' in front of ↵Klaus Schmidinger
their commands, so that verbosity can be controlled by the user
2017-05-22No longer displaying the actual (lengthy) commands during the build processKlaus Schmidinger
2016-12-22Fixed truncated date/time strings in the skins on multi-byte UTF-8 systemsKlaus Schmidinger
2016-12-22Added cFont::Width(void) to get the default character width and allow ↵Klaus Schmidinger
stretched font drawing in high level OSDs
2015-09-10No longer delivering the dvbsddevice and rcu plugins with the source archiveKlaus Schmidinger
2015-07-17Added a missing 'const'Klaus Schmidinger
2015-04-12Added a demo case for storing imagesKlaus Schmidinger
2015-03-08Fixed a vertical black line in the "TiledPixmaps" area on the rpihddevice ↵Klaus Schmidinger
OSD wit 1280x800 pixel
2015-03-08Added cOsd::MaxPixmapSize()Klaus Schmidinger
2015-02-18Fixed multiple blanks in the translation filesKlaus Schmidinger
2015-02-17Fixed leading/trailing blanks in the translation files; bumped all version ↵Klaus Schmidinger
numbers to 2.2.0
2015-02-08Added a missing trailing blank in some translationsKlaus Schmidinger
2015-02-03Updated the Estonian OSD textsKlaus Schmidinger
2014-03-15Refactored setup parameter handling for output devicesKlaus Schmidinger
2014-02-27Fixed handling transfer mode on full featured DVB cards for encrypted ↵Klaus Schmidinger
channels that have no audio pid
2014-02-08Fixed some compiler warnings with Clang 3.4.1Klaus Schmidinger
2014-02-06Fixed a possible crash in the OSD demoKlaus Schmidinger
2014-02-04Fixed flickering if subtitles are active while the OSD demo is runningKlaus Schmidinger
2014-01-01Avoiding unnecessary pkg-config warnings in plugin MakefilesKlaus Schmidinger
2013-12-25cDevice::TrickSpeed() now has an additional parameter named ForwardKlaus Schmidinger
2013-08-22Fixed handling the -o option (short form of --outputonly)Klaus Schmidinger
2013-05-23Added option -x to pic2mpgKlaus Schmidinger
2013-03-31Version 2.0.02.0.0Klaus Schmidinger
2013-03-17Updated email address of Rolf AhrenbergKlaus Schmidinger
2013-03-11Updated copyright yearKlaus Schmidinger
2013-03-11Changed email address to <vdr@tvdr.de>Klaus Schmidinger
2013-03-03The "Recording info" page of the skins that come with VDR now displays the ↵Klaus Schmidinger
name of the channel (if available) from which this recording was taken
2013-02-19The demos in the "osddemo" plugin can now also be ended with the "Back" keyKlaus Schmidinger
2013-02-17Some formatting fixes1.7.38Klaus Schmidinger
2013-02-17Removed trailing whitespaceKlaus Schmidinger
2013-02-13Added demos of the DrawEllipse() and DrawSlope() function to the 'osddemo' ↵Klaus Schmidinger
plugin
2013-01-25Returning 0 from cDvbSdFfDevice::NumProvidedSystems() if option --outputonly ↵Klaus Schmidinger
is given
2013-01-12Increased the version numbers of all plugins to reflect the recent Makefile ↵Klaus Schmidinger
changes
2013-01-12More Makefile changesKlaus Schmidinger
2013-01-06Modified the Makefiles, by default VDR is now built according to the FHSKlaus Schmidinger
2012-12-29Revoked 'Now using targets install-lib and install-i18n when building ↵Klaus Schmidinger
plugins locally'
2012-12-28Plugin Makefiles can now include a configuration file for compile time ↵Klaus Schmidinger
parameters
2012-12-27Now using targets "install-lib" and "install-i18n" when building plugins locallyKlaus Schmidinger
2012-12-27Increased the version numbers of all plugins to reflect the recent Makefile ↵Klaus Schmidinger
changes
2012-12-23Made LIBDIR and LOCDIR non-overwriteable in plugin MakefilesKlaus Schmidinger
2012-12-22Plugin Makefiles now use DESTDIR and the 'install' programKlaus Schmidinger
2012-12-21Fixed commentKlaus Schmidinger
2012-12-21Replaced some 'SOFILE: command not found with '$^'Klaus Schmidinger
2012-12-21The plugin Makefiles now have a separate 'install' targetKlaus Schmidinger
2012-12-19Removed some redundancy in the Makefile/Make.global/Make.config mechanismKlaus Schmidinger
2012-12-18Fixed setting the --package-name and --package-version options in the calls ↵Klaus Schmidinger
to xgettext in several plugin Makefiles
2012-12-18Added several missing "`ls $^`" in the calls to xgettext in plugin Makefiles ↵Klaus Schmidinger
and the "newplugin" script
2012-12-03Fixed some #include statements in plugins to use <vdr/...> instead of "vdr/..."Klaus Schmidinger
2012-04-28The new functions cControl::GetRecording() and cControl::GetHeader() can be ↵Klaus Schmidinger
used to retrieve information about what the current player is playing
2012-04-23The disk usage is no longer automatically added to the title of the main and ↵Klaus Schmidinger
"Recordings" menus