summaryrefslogtreecommitdiff
path: root/interface.c
AgeCommit message (Expand)Author
2015-04-29The SVDRP port now accepts multiple concurrent connectionsKlaus Schmidinger
2015-01-11Fixed support for systemdKlaus Schmidinger
2012-11-19Fixed learning remote control keys with the LCARS skinKlaus Schmidinger
2011-12-04Replaced all calls to sleep() with cCondWait::SleepMs()Klaus Schmidinger
2008-02-15Using cString::sprintf() instead of asprintf()Klaus Schmidinger
2007-08-11Switched I18N to gettextKlaus Schmidinger
2006-03-31Fixed learning keys when VDR is already runningKlaus Schmidinger
2006-03-25Fixed calling a plugin's main menu function while a message is being displayedKlaus Schmidinger
2006-01-29Implemented a timeout for remote controls that don't deliver "repeat" keypres...Klaus Schmidinger
2006-01-28Increased the timeout in cInterface::GetKey() to avoid problems with remote c...Klaus Schmidinger
2006-01-04Removed an obsolete "Summary" text from i18n.c and preceded all key definitio...Klaus Schmidinger
2005-11-27Implemented message queueing1.3.37Klaus Schmidinger
2005-09-03Repeat keys are now ignored when waiting for a keypress to cancel an operationKlaus Schmidinger
2004-11-01Now displaying the name of the remote control for which the keys are being le...1.3.15Klaus Schmidinger
2004-05-16Implemented 'skins' and 'themes'Klaus Schmidinger
2003-10-24Continuing learning remote control keys in case one rc failsKlaus Schmidinger
2003-10-05Fixed handling rc key learning in case cRemote::Initialize() returns 'false'Klaus Schmidinger
2003-04-27Avoiding short display of the main menu if a plugin displays its own OSDKlaus Schmidinger
2003-04-12The LIRC and RCU remote control no longer try to learn keys in case of errors...Klaus Schmidinger
2003-04-06Fixed displaying messages in the status line in case they exceed the OSD widthKlaus Schmidinger
2002-12-06The character '|' in description texts of EPG records is now interpreted as a...Klaus Schmidinger
2002-11-01Only accepting key presses from the current remote control when learningKlaus Schmidinger
2002-10-27Fixed a crash when learning the keys of several remote controls1.1.14Klaus Schmidinger
2002-10-26Fixed learning RC keys with more than one RC; displaying RC name when learnin...Klaus Schmidinger
2002-10-20Fixed slow reaction on SVDRP inputKlaus Schmidinger
2002-09-30Fixed a missing Flush() call in the remote control learning procedureKlaus Schmidinger
2002-09-29Made remote controls plugin awareKlaus Schmidinger
2002-08-11Consistently using malloc/free and new/deleteKlaus Schmidinger
2002-08-11Added some missing #includesKlaus Schmidinger
2002-06-16Changed 'cStatusMonitor' to 'cStatus'1.1.3Klaus Schmidinger
2002-06-16Totally rearranged device/player/recorder structuresKlaus Schmidinger
2002-05-19Implemented cStatusMonitor to allow plugins to set up a status monitorKlaus Schmidinger
2002-05-18Completely moved OSD handling out of the cDvbApi class, into the new cOsdKlaus Schmidinger
2002-05-13Improved the [eid]syslog() macrosKlaus Schmidinger
2002-01-27Status messages are now displayed centeredKlaus Schmidinger
2002-01-26Improved speed of setting the Help button textsKlaus Schmidinger
2001-12-01Fixed setting the OSD size in the 'Confirm' interface callKlaus Schmidinger
2001-09-01New setup parameter OSDMessageTimeKlaus Schmidinger
2001-09-01New remote control key 'Power'Klaus Schmidinger
2001-09-01Implemented automatic shutdownKlaus Schmidinger
2001-08-25The menus and the channel display now show the current date and timeKlaus Schmidinger
2001-08-07Fixed displaying colored button texts that are too longKlaus Schmidinger
2001-07-28Changed message colorsKlaus Schmidinger
2001-07-27Made the width and height of the OSD configurableKlaus Schmidinger
2001-07-22Larger OSD with 2bpp windows; Channel display at bottomKlaus Schmidinger
2001-06-02Converted to the new API plus several small enhancements0.8.0Klaus Schmidinger
2001-02-18New SVDRP command MESG; SVDRP can reuse port; SVDRP timeoutKlaus Schmidinger
2001-02-02New compile time option REMOTE=NONEKlaus Schmidinger
2000-12-09Moved progress display to menu.cKlaus Schmidinger
2000-11-18Fixed font for system commandsKlaus Schmidinger