summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
AgeCommit message (Collapse)Author
2007-08-12Fixed a faulty comment in Make.config.templateKlaus Schmidinger
2007-08-12Added missing install-i18n to the install target in the MakefileKlaus Schmidinger
2007-08-12Added a debug error message to cReceiver::~cReceiver() in case it is still ↵1.5.7Klaus Schmidinger
attached to a device
2007-08-12cBitmap::SetXpm() now checks whether the given Xpm pointer is not NULLKlaus Schmidinger
2007-08-12Fixed the link to the GPL2 at http://www.gnu.org in vdr.cKlaus Schmidinger
2007-08-12Added the "...or (at your option) any later version" phrase to the license ↵Klaus Schmidinger
information of all plugins, and also the "newplugin" script
2007-08-12Fixed handling kLeft in the calls to cStatus::MsgOsdTextItem()Klaus Schmidinger
2007-08-12The list of tracks given in cStatus::SetAudioTrack() is now NULL terminatedKlaus Schmidinger
2007-08-11Switched I18N to gettextKlaus Schmidinger
2007-07-28Fixed a bug I introduced when simplifying the original patch for detecting ↵Klaus Schmidinger
Premiere NVOD channel links
2007-07-28Fixed a problem with characters >0x7F in the modified version of skipspace()Klaus Schmidinger
2007-07-28Added a creditKlaus Schmidinger
2007-07-22Added a missing 'P' to vdr.c's SHUTDOWNCANCELROMPT macro1.5.6Klaus Schmidinger
2007-07-22Added a table of the used trick speed values to the description of ↵Klaus Schmidinger
cDevice::TrickSpeed()
2007-07-21Made skipspace() an inline function and changed it to handle the most common ↵Klaus Schmidinger
case of 'no leading space' very fast, and avoid calling isspace()
2007-07-20Improved cControl::Launch() to keep 'control' from pointing to uninitialized ↵Klaus Schmidinger
memory
2007-07-20Fixed a typo in the function name of cOsd::SetOsdPosition() and added a ↵Klaus Schmidinger
range check to it
2007-07-20Fixed clearing color buttons in the 'curses' skinKlaus Schmidinger
2007-07-20Improved numdigits(), isnumber() and strreplace()Klaus Schmidinger
2007-07-20Fixed handling single byte characters >0x7F in Utf8ToArray()Klaus Schmidinger
2007-07-20Fixed a buffer overflow in initializing the system character tableKlaus Schmidinger
2007-06-23Added full weekday names to i18n.c for plugins to useKlaus Schmidinger
2007-06-23Fonts can now be created with a width that overwrites the default widthKlaus Schmidinger
2007-06-23Fixed handling address masks in SVDRP host settingsKlaus Schmidinger
2007-06-17Implemented cOsd::SetOsdPosition() etc1.5.4Klaus Schmidinger
2007-06-17The info.vdr file now also stores the name of the channelKlaus Schmidinger
2007-06-17Fixed handling detached processes in SystemExec()Klaus Schmidinger
2007-06-17Changed the parameter "OSD font" to "Default font" in "Setup/OSD"Klaus Schmidinger
2007-06-17Now using 'fontconfig' to determine which fonts to useKlaus Schmidinger
2007-06-15More credits for 'Fixed a crash in i18n character set conversion'Klaus Schmidinger
2007-06-15Using nl_langinfo(CODESET) to determine the local codeset to use; libsi uses ↵Klaus Schmidinger
canonical codeset names
2007-06-15Fixed a crash in i18n character set conversionKlaus Schmidinger
2007-06-10Freetype font support; full UTF-8 support; dropped pixel fontsKlaus Schmidinger
2007-05-12Fixed getting the code setting from the localeKlaus Schmidinger
2007-04-30Implemented the SVDRP command REMOKlaus Schmidinger
2007-04-30Fixed handling ChannelUp/Down keys if there is currently a replay runningKlaus Schmidinger
2007-04-30Non-primary devices in Transfer mode are now also used for recordingKlaus Schmidinger
2007-04-30Fixed a race condition with signal handlers at program exitKlaus Schmidinger
2007-04-29Fixed handling frequencies in NitFilter::Process()Klaus Schmidinger
2007-04-28Fixed a busy loop in fast forward if the next video data file is missingKlaus Schmidinger
2007-04-28Fixed some spelling errors in 'newplugin'Klaus Schmidinger
2007-03-11Added Turkish language textsKlaus Schmidinger
2007-02-25Made "Channel entry timeout" a setup parameter1.5.1Klaus Schmidinger
2007-02-25Increased the maximum number of DVB devices to 8Klaus Schmidinger
2007-02-25Changed "Menu button closes" to "Menu key closes"; cleaned up "button" vs. ↵Klaus Schmidinger
"key" in MANUAL
2007-02-25Rewrite of shutdown handling; implemented cPlugin::WakeupTime(); SIGHUP ↵Klaus Schmidinger
forces reload; cThread::EmergencyExit() replaced by ShutdownHandler.RequestEmergencyExit()
2007-02-24Fixed handling error status in cDvbTuner::GetFrontendStatus()Klaus Schmidinger
2007-02-17Updated satellite names in 'sources.conf'Klaus Schmidinger
2007-02-17Fixed a possible crash when loading an invalid XPM fileKlaus Schmidinger
2007-02-03Adapted 'libsi' to DVB-S2Klaus Schmidinger