summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-13Now deleting any previously allocated pixmaps in cOsd::SetAreas()Klaus Schmidinger
2013-02-13Made cOsd::DestroyPixmap() "NULL proof"Klaus Schmidinger
2013-02-12Fixed the description of the OSD drawing functions DrawEllipse()Klaus Schmidinger
2013-02-12Fixed selecting the last replayed recording in the Recordings menuKlaus Schmidinger
2013-02-12Fixed using "Pause" and "Slow motion" near the end of a recordingKlaus Schmidinger
2013-02-12Updated the Italian OSD textsKlaus Schmidinger
2013-02-11Fixed permissions of po/sr_SR.poKlaus Schmidinger
2013-02-11Fixed an unexpected k_Repeat key event after a k_Release in lirc.cKlaus Schmidinger
2013-02-11Removed an invalid line from channels.conf.terrKlaus Schmidinger
2013-02-11Updated the French OSD textsKlaus Schmidinger
2013-02-11Fixed moving editing marks, so that they don't get overwritten with old ↵Klaus Schmidinger
values through an update of the marks file
2013-02-10Updated the Macedonian OSD textsKlaus Schmidinger
2013-02-10Updated the French OSD textsKlaus Schmidinger
2013-02-10Updated contribution yearsKlaus Schmidinger
2013-02-10Updated the Romanian OSD textsKlaus Schmidinger
2013-02-09Updated the Estonian OSD textsKlaus Schmidinger
2013-02-09Updated the Ukrainian OSD textsKlaus Schmidinger
2013-02-08Fixed formatting and removed some superfluous break statements in vdr.c's ↵1.7.37Klaus Schmidinger
command line option switch
2013-02-08Fixed capitalizationKlaus Schmidinger
2013-02-08Added .../include/uapi to the template for DVBDIRKlaus Schmidinger
2013-02-08There is no more fixed limit to the maximum number of cPixmap objects an OSD ↵Klaus Schmidinger
can create
2013-02-08New command line option --dirnamesKlaus Schmidinger
2013-02-03New options 'Setup/Miscellaneous/Remote control repeat delay' and ↵Klaus Schmidinger
'Setup/Miscellaneous/Remote control repeat delta'
2013-02-02Avoiding an extra key press event if the repeat function kicks in when ↵Klaus Schmidinger
controlling VDR via the PC keyboard
2013-02-01Added some notes about plugin Makefiles to PLUGINS.htmlKlaus Schmidinger
2013-02-01When pausing live video, the current audio and subtitle tracks are now retainedKlaus Schmidinger
2013-01-31Improved LIRC timing for repeat function (cont'd)Klaus Schmidinger
2013-01-30Improved LIRC timing for repeat functionKlaus Schmidinger
2013-01-30Updated the Slovakian language textsKlaus Schmidinger
2013-01-29Changed several calls to Skins.Message() in vdr.c to Skins.QueueMessage() in ↵Klaus Schmidinger
order to void a black screen while such a message is displayed in case the channel will be switched
2013-01-29Changed several calls to Skins.Message() in vdr.c to Skins.QueueMessage() in ↵Klaus Schmidinger
order to avoid a black screen while such a message is displayed in case the channel will be switched
2013-01-29Added notes from HISTORYKlaus Schmidinger
2013-01-27Added dependency on 'i18n' to 'install-i18n' in the VDR MakefileKlaus Schmidinger
2013-01-27Fixed possible audio chatter when a recording is replayed to its very endKlaus Schmidinger
2013-01-25Fixed a leftover progress display in the LCARS main menu when replay of a ↵Klaus Schmidinger
recording ends while the menu is open, and the live channel has no EPG information
2013-01-25Improved responsiveness during replay when close to the recording's endKlaus Schmidinger
2013-01-25The index file is now closed after initially reading it if it is older than ↵Klaus Schmidinger
3600 seconds
2013-01-25Returning 0 from cDvbSdFfDevice::NumProvidedSystems() if option --outputonly ↵Klaus Schmidinger
is given
2013-01-24Fixed a leftover line in case a two line subtitles was followed by a one ↵Klaus Schmidinger
line subtitle on the dvbhddevice in "high level" OSD mode
2013-01-24Fixed upscaling bitmapsKlaus Schmidinger
2013-01-23Fixed possible garbage in the remaining time of the LCARS replay display in ↵Klaus Schmidinger
case the hours change from two to one digit
2013-01-23The LCARS menu now also works if the OSD has only 1bpp (two colors)Klaus Schmidinger
2013-01-23Added missing template for DVBDIR to Make.config.templateKlaus Schmidinger
2013-01-23Now also using FindHeader() in cMpeg2Fixer::AdjTref()Klaus Schmidinger
2013-01-22Fixed a typoKlaus Schmidinger
2013-01-20Reduced the number of retries in cTransfer::Receive() to avoid blocking ↵1.7.36Klaus Schmidinger
recordings in case the primary device can't handle the current live signal
2013-01-20Improved cutting MPEG-2 videoKlaus Schmidinger
2013-01-20Implemented scaling of SPU bitmapsKlaus Schmidinger
2013-01-17The SVDRP command NEWT no longer checks whether a timer with the given data ↵Klaus Schmidinger
already exists
2013-01-17The last replayed recording is now stored in setup.conf, which allows the ↵Klaus Schmidinger
blue "Resume" key in the main menu to work even after a restart of VDR