summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-27Remove CVS keywords.Ville Skyttä
2010-08-27Fix build with ImageMagick >= 6.6.2 (closes #409).Anssi Hannula
2010-06-21Set version number and release date for version 1.3.1v1.3.1Thomas Günther
2010-06-20Fixed crash when deleting ongoing timers or their recordings (closes #306)Thomas Günther
2010-06-15Fix crash with GraphicsMagick >= 1.3.8 and non-XPM images.Ville Skyttä
2010-04-19Fixed segmentation fault with 16bit images (closes #258 - thanks to ↵Thomas Günther
domml@vdrportal)
2010-02-28Makefile adjustments for VDR 1.7.13.Ville Skyttä
2009-12-03Fix "suggest parentheses around ‘&&’ within ‘||’" compiler warning.Ville Skyttä
2009-10-06New development version 1.3v1.3Thomas Günther
2009-10-05Added documentation of the new absolute modes: abs1280x720, abs1920x1080Thomas Günther
2009-10-05Added HD patch with new absolute modes: abs1280x720, abs1920x1080Thomas Günther
http://vdrportal.de/board/thread.php?postid=844681#post844681 (thanks to gda@vdrportal)
2009-09-07Completed documentation of new tokens (closes #142)Thomas Günther
2009-09-06Updated README.deThomas Günther
2009-09-03Added documentation of new attributes introduced by chr13-optimizations ↵Thomas Günther
(references #142)
2009-09-03Added documentation of new tokens introduced by brougs78-extensions ↵Thomas Günther
(references #142)
2009-09-03Updated documentation to the state of plugin version 1.2 (references #142)Thomas Günther
synchronized with http://www.linuxtv.org/vdrwiki/index.php/Text2skin-skin_reference
2009-09-03Fixed spelling of refresh attribute: "allways" -> "always"Thomas Günther
2009-08-22Fixed segmentation fault with token ChannelSource (closes #159 - thanks to ↵Thomas Günther
a.g.prosat at tochka.ru for reporting this)
2009-08-21Fixed width and height of the selected parts of the replay progress bar ↵Thomas Günther
(closes #158) The selected parts of the replay progress bar don't reach the marks. Width and height of the selected parts has to be increased by 1 pixel to be fully compatible with the replay progress bar of the standard skins.
2009-08-05Update last updated date.Ville Skyttä
2009-08-05Fix URLs.Ville Skyttä
2009-07-28Add example skin Makefile by Thomas Günther.Ville Skyttä
2009-07-24Fixed: Text scroller is not UTF-8 aware (closes #146)Thomas Günther
2009-07-22Added ReplayMode "audiocd" (thanks to Björn Sturzrehm - closes #138)Thomas Günther
2009-07-19Fixed resetting of replay information (closes #156)Thomas Günther
2009-07-17Updated Italian language texts (thanks to Diego Pierotto / closes #153)Thomas Günther
2009-07-17Adapted to new recording format and variable frame rate (VDR >= 1.7.3)Thomas Günther
2009-07-17Draw replay progress bar symmetricallyThomas Günther
2009-07-14Ensure only one image library is used.Ville Skyttä
2009-07-13Add support for building with GraphicsMagick.Ville Skyttä
2009-07-13Ignore *.gmo.Ville Skyttä
2009-07-13Interface/preprocessor directive cleanups.Ville Skyttä
2009-07-13Replace asprintf by cString::sprintf in font loading.Ville Skyttä
2009-07-13Compile internal image quantizing code only in Imlib2 builds.Ville Skyttä
2009-07-13Update syntax in font load error message.Ville Skyttä
2009-07-13Replace internal freetype font handling with VDR's font facilities.Ville Skyttä
Skins that use fonts other than VDR's standard "Osd", "Fix", and "Sml" need to be adapted to use font names as understood by VDR's CreateFont() (Family:Style as of writing this) instead of filenames in their font attributes' names, to use '@' instead of ':' as the separator before sizes, and have fonts shipped with the skin installed and configured in fontconfig. Typically, install font files (if necessary) to a dir somewhere, run fc-cache(1) on the dir, replace for example font="SomeFont.ttf:22,85" with font="Some Font@22,85" or font="SomeFontBold.ttf:22,85" with font="Some Font:Bold@22,85" in the *.skin file. Also, in case the shipped fonts are derivatives of some existing ones, they may need to be properly renamed to something so they will be used instead of the original if it happens to be installed. (closes #36)
2009-07-12Yet another tiny Finnish translation update.Ville Skyttä
2009-07-11Removed useless code in loader.cThomas Günther
2009-07-10Replaced asprintf with cString::sprintf in GetFrontend*()Thomas Günther
2009-07-10Fixed crash with FrontendHasLock and FrontendHasSignal (closes #147 -Thomas Günther
thanks to a.g.prosat at tochka.ru for reporting this)
2009-07-10Finnish translation improvements.Ville Skyttä
2009-07-09Use pkg-config for finding FreeType and Imlib2.Ville Skyttä
2009-07-09Spelling fixes.Ville Skyttä
2009-07-08Ignore *.mo.Ville Skyttä
2009-07-08Convert to UTF-8.Ville Skyttä
2009-07-08Partial Finnish translation update.Ville Skyttä
2009-06-21Fixed compile error if ImageMagick has double as Quantum type (closes #140)Thomas Günther
2009-06-21Removed backward compatibility to VDR < 1.6.0 (closes #137)Thomas Günther
2009-06-15Allow overriding 'strip' executable to use in debug builds.Ville Skyttä
2009-06-07Updated gettext language filesThomas Günther