summaryrefslogtreecommitdiff
path: root/HISTORY
AgeCommit message (Expand)Author
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
2007-06-23Updated the Finnish OSD textsKlaus Schmidinger
2007-06-23Fixed a name clash between skincurses.c and the new cOsd position functionsKlaus 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-17Updated the Finnish OSD textsKlaus Schmidinger
2007-06-17Implemented cFont::CreateFont()Klaus Schmidinger
2007-06-17Using dummy font if no fonts are installedKlaus Schmidinger
2007-06-17Now using 'fontconfig' to determine which fonts to useKlaus Schmidinger
2007-06-16Added missing note about adjusting the 'skincurses' plugin to UTF-8 handlingKlaus Schmidinger
2007-06-16Replaced strncpy() and strn0cpy() with Utf8Strn0Cpy() where necessaryKlaus Schmidinger
2007-06-16Modified handling invalid characters in VFAT modeKlaus 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
2007-06-15Fixed a crash in i18n character set conversionKlaus Schmidinger
2007-06-13Increased APIVERSION (forgot to do that in 1.5.2 and 1.5.3)Klaus Schmidinger
2007-06-10Added a note about font names and sizes1.5.3Klaus 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