Age | Commit message (Expand) | Author |
2007-08-12 | Now writing modified Makefile to Makefile.new | Klaus Schmidinger |
2007-08-12 | Put the three letter language codes and aliases into i18n.c | Klaus Schmidinger |
2007-08-11 | Using system locale for i18n by default | Klaus Schmidinger |
2007-08-11 | Updated German OSD language texts | Klaus Schmidinger |
2007-08-11 | Switched I18N to gettext | Klaus Schmidinger |
2007-07-29 | Fixes in preparation for 'gettext' | Klaus Schmidinger |
2007-07-28 | Fixed a bug I introduced when simplifying the original patch for detecting Pr... | Klaus Schmidinger |
2007-07-28 | Fixed a problem with characters >0x7F in the modified version of skipspace() | Klaus Schmidinger |
2007-07-28 | Updated the Estonian OSD texts | Klaus Schmidinger |
2007-07-28 | All logging now goes to LOG_ERR | Klaus Schmidinger |
2007-07-28 | Added a credit | Klaus Schmidinger |
2007-07-22 | Added a missing 'P' to vdr.c's SHUTDOWNCANCELROMPT macro1.5.6 | Klaus Schmidinger |
2007-07-22 | Added a table of the used trick speed values to the description of cDevice::T... | Klaus Schmidinger |
2007-07-21 | Fixed detection of Premiere NVOD channel links | Klaus Schmidinger |
2007-07-21 | Fixed some whitespace formatting | Klaus Schmidinger |
2007-07-21 | Made skipspace() an inline function and changed it to handle the most common ... | Klaus Schmidinger |
2007-07-20 | Improved cControl::Launch() to keep 'control' from pointing to uninitialized ... | Klaus Schmidinger |
2007-07-20 | Updated the Finnish OSD texts | Klaus Schmidinger |
2007-07-20 | Fixed a typo in the function name of cOsd::SetOsdPosition() and added a range... | Klaus Schmidinger |
2007-07-20 | Fixed clearing color buttons in the 'curses' skin | Klaus Schmidinger |
2007-07-20 | Improved numdigits(), isnumber() and strreplace() | Klaus Schmidinger |
2007-07-20 | Fixed handling single byte characters >0x7F in Utf8ToArray() | Klaus Schmidinger |
2007-07-20 | Updated the Russian OSD texts | Klaus Schmidinger |
2007-07-20 | Fixed a buffer overflow in initializing the system character table | Klaus Schmidinger |
2007-06-23 | Added WeekDayNameFull()1.5.5 | Klaus Schmidinger |
2007-06-23 | Improved performance of the SVDRP commands LSTC and CHAN when used with a cha... | Klaus Schmidinger |
2007-06-23 | Fixed stripping i18n stuff from font names | Klaus Schmidinger |
2007-06-23 | Added full weekday names to i18n.c for plugins to use | Klaus Schmidinger |
2007-06-23 | Fonts can now be created with a width that overwrites the default width | Klaus Schmidinger |
2007-06-23 | Fixed handling address masks in SVDRP host settings | Klaus Schmidinger |
2007-06-23 | Changed the parameter "OSD font size" to "Default font size" in "Setup/OSD" | Klaus Schmidinger |
2007-06-23 | Updated the Finnish OSD texts | Klaus Schmidinger |
2007-06-23 | Fixed a name clash between skincurses.c and the new cOsd position functions | Klaus Schmidinger |
2007-06-17 | Implemented cOsd::SetOsdPosition() etc1.5.4 | Klaus Schmidinger |
2007-06-17 | The info.vdr file now also stores the name of the channel | Klaus Schmidinger |
2007-06-17 | Fixed handling detached processes in SystemExec() | Klaus Schmidinger |
2007-06-17 | Changed the parameter "OSD font" to "Default font" in "Setup/OSD" | Klaus Schmidinger |
2007-06-17 | Updated the Finnish OSD texts | Klaus Schmidinger |
2007-06-17 | Implemented cFont::CreateFont() | Klaus Schmidinger |
2007-06-17 | Centralized default font names | Klaus Schmidinger |
2007-06-17 | Using dummy font if no fonts are installed | Klaus Schmidinger |
2007-06-17 | Now using 'fontconfig' to determine which fonts to use | Klaus Schmidinger |
2007-06-16 | Added missing note about adjusting the 'skincurses' plugin to UTF-8 handling | Klaus Schmidinger |
2007-06-16 | Replaced strncpy() and strn0cpy() with Utf8Strn0Cpy() where necessary | Klaus Schmidinger |
2007-06-16 | Renamed Utf8NumSyms() to Utf8StrLen() | Klaus Schmidinger |
2007-06-16 | Modified handling invalid characters in VFAT mode | Klaus Schmidinger |
2007-06-15 | More credits for 'Fixed a crash in i18n character set conversion' | Klaus Schmidinger |
2007-06-15 | Using nl_langinfo(CODESET) to determine the local codeset to use; libsi uses ... | Klaus Schmidinger |
2007-06-15 | Fixed a crash in i18n character set conversion | Klaus Schmidinger |
2007-06-15 | Implemented UTF-8 handling in skincurses | Klaus Schmidinger |