summaryrefslogtreecommitdiff
path: root/tools.h
AgeCommit message (Expand)Author
2008-02-17Introduced 'operator const void * ()' in cStringKlaus Schmidinger
2008-02-16Fixed handling recordings on other file systems than the video directoryKlaus Schmidinger
2008-02-15Using cString::sprintf() instead of asprintf()Klaus Schmidinger
2008-01-13Added cString::Truncate()Klaus Schmidinger
2008-01-01Fixed cVector::Clear() and cStringList::Clear()Klaus Schmidinger
2007-08-26There can now be more than one OSD at the same timeKlaus Schmidinger
2007-08-11Switched I18N to gettextKlaus Schmidinger
2007-07-28Fixed a problem with characters >0x7F in the modified version of skipspace()Klaus Schmidinger
2007-07-28All logging now goes to LOG_ERRKlaus Schmidinger
2007-07-21Made skipspace() an inline function and changed it to handle the most common ...Klaus Schmidinger
2007-06-23Added WeekDayNameFull()1.5.5Klaus Schmidinger
2007-06-17Now using 'fontconfig' to determine which fonts to useKlaus Schmidinger
2007-06-16Replaced strncpy() and strn0cpy() with Utf8Strn0Cpy() where necessaryKlaus Schmidinger
2007-06-16Renamed Utf8NumSyms() to Utf8StrLen()Klaus Schmidinger
2007-06-15Implemented UTF-8 handling in skincursesKlaus Schmidinger
2007-06-10Freetype font support; full UTF-8 support; dropped pixel fontsKlaus Schmidinger
2007-01-07CAM handling refactored; multiple recordings with one CAM; automatic CAM sele...1.5.0Klaus Schmidinger
2006-12-03Removed the '__attribute__' - didn't work with function parametersKlaus Schmidinger
2006-12-03Added '#include <stdint.h>' to font.h; added a compatibility define for 'uint...Klaus Schmidinger
2006-12-02Replaced 'unsigned long long' with 'uint32_t' and 'uint64' with 'uint64_t' to...Klaus Schmidinger
2006-04-16Added format check to syslog_with_tid()Klaus Schmidinger
2006-02-04Made FadviseDrop() privateKlaus Schmidinger
2006-02-04Improved cUnbufferedFileKlaus Schmidinger
2006-01-15Modified logging so that even on NPTL systems each line in the log file shows...Klaus Schmidinger
2006-01-08Cleaned up some trailing white spaceKlaus Schmidinger
2005-12-30Refined cBase64Encoder descriptionKlaus Schmidinger
2005-12-29Implemented cBase64EncoderKlaus Schmidinger
2005-12-29Converting a grabbed image to JPEG is now done with the new function RgbToJpeg()Klaus Schmidinger
2005-12-18When displaying the amount of free disk space, the space consumed by "deleted...Klaus Schmidinger
2005-11-26Added a copy constructor to cString and fixed its assignment operatorKlaus Schmidinger
2005-11-05cSVDRP now dynamically allocates its command bufferKlaus Schmidinger
2005-11-04cReadLine now dynamically allocates its buffer; changed cConfig::Load() to us...Klaus Schmidinger
2005-10-31The new class cUnbufferedFile is used for the recording files to avoid thrash...1.3.35Klaus Schmidinger
2005-10-09Added '__attribute__' to functions that use printf() like parametersKlaus Schmidinger
2005-10-01Fixed the FATALERRNO macro to check for a non-zero errno valueKlaus Schmidinger
2005-09-25The '.update' file in the video directory is now touched when a recording is ...Klaus Schmidinger
2005-09-18Fixed a typoKlaus Schmidinger
2005-09-11Implemented a hash for the channels to reduce the system load in the EIT scan...1.3.32Klaus Schmidinger
2005-08-27Implemented SVDRP command for pluginsKlaus Schmidinger
2005-08-21Replaced the get/put_unaligned() macros from <asm/unaligned.h> with own inlin...1.3.30Klaus Schmidinger
2005-08-06Files and directories are now created with rights according to the shell's um...Klaus Schmidinger
2005-05-29Fixed a crash with negative hash ids (made them unsigned)Klaus Schmidinger
2005-05-28Now using hash tables to speed up cSchedule::GetEvent()Klaus Schmidinger
2005-05-26Introduced cListBase::count for better performanceKlaus Schmidinger
2005-05-16Switched from 'summary.vdr' to 'info.vdr'Klaus Schmidinger
2005-03-20All log entries regarding timers now contain a short description of the timer1.3.23Klaus Schmidinger
2005-02-12Fixed handling symbolic links in cRecordings::ScanVideoDir()Klaus Schmidinger
2005-02-05Fixed a memory leak in AddDirectory() and strescape()Klaus Schmidinger
2005-01-16Fixed playing files with PES packets longer than 2048 byte through the full f...Klaus Schmidinger
2005-01-04Changed objalloc.h to stddef.h for compatibility with gcc 2.95Klaus Schmidinger