summaryrefslogtreecommitdiff
path: root/HISTORY
AgeCommit message (Expand)Author
2007-08-19Explicitly looking for vdr.mo; text files for plugins named 'vdr-name.mo'; re...1.5.8Klaus Schmidinger
2007-08-18The "Setup/OSD/Language" menu now only shows those languages that actually ha...Klaus Schmidinger
2007-08-17Changed cBitmap::DrawText() to always draw the background unless ColorBg is c...Klaus Schmidinger
2007-08-17Reduced the number of time(NULL) calls in vdr.c's main loop to a single callKlaus Schmidinger
2007-08-17Optimized cNitFilter::Process()Klaus Schmidinger
2007-08-17Optimized cMenuEditChrItem::Set()Klaus Schmidinger
2007-08-17Some optimizations in cDvbDevice::SetChannelDevice()Klaus Schmidinger
2007-08-17I18nInitialize() now uses best matching default localeKlaus Schmidinger
2007-08-17Updated the French OSD textsKlaus Schmidinger
2007-08-15Checking the string for NULL in I18nTranslate()Klaus Schmidinger
2007-08-15Added i18n to the 'skincurses' pluginKlaus Schmidinger
2007-08-15Updated the Finnish OSD textsKlaus Schmidinger
2007-08-15Added DESTDIR and PREFIX handling to the MakefileKlaus Schmidinger
2007-08-15Moved the "all" target in plugin Makefiles before the "Implicit rules"Klaus Schmidinger
2007-08-15Improved i18n-to-gettext.plKlaus Schmidinger
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 at...1.5.7Klaus Schmidinger
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 in...Klaus Schmidinger
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-12Put the three letter language codes and aliases into i18n.cKlaus Schmidinger
2007-08-11Using system locale for i18n by defaultKlaus Schmidinger
2007-08-11Switched I18N to gettextKlaus Schmidinger
2007-07-28Fixed a bug I introduced when simplifying the original patch for detecting Pr...Klaus Schmidinger
2007-07-28Fixed a problem with characters >0x7F in the modified version of skipspace()Klaus Schmidinger
2007-07-28Updated the Estonian OSD textsKlaus Schmidinger
2007-07-28All logging now goes to LOG_ERRKlaus 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 cDevice::T...Klaus Schmidinger
2007-07-21Fixed detection of Premiere NVOD channel linksKlaus Schmidinger
2007-07-21Made skipspace() an inline function and changed it to handle the most common ...Klaus Schmidinger
2007-07-20Improved cControl::Launch() to keep 'control' from pointing to uninitialized ...Klaus Schmidinger
2007-07-20Updated the Finnish OSD textsKlaus Schmidinger
2007-07-20Fixed a typo in the function name of cOsd::SetOsdPosition() and added a range...Klaus Schmidinger
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-20Updated the Russian OSD textsKlaus Schmidinger
2007-07-20Fixed a buffer overflow in initializing the system character tableKlaus Schmidinger
2007-06-23Added WeekDayNameFull()1.5.5Klaus Schmidinger
2007-06-23Improved performance of the SVDRP commands LSTC and CHAN when used with a cha...Klaus Schmidinger
2007-06-23Fixed stripping i18n stuff from font namesKlaus 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-23Changed the parameter "OSD font size" to "Default font size" in "Setup/OSD"Klaus Schmidinger