summaryrefslogtreecommitdiff
path: root/HISTORY
AgeCommit message (Collapse)Author
2017-05-21Add compatibility for VDR API >= 2.3.1.Frank Neumann
2017-05-21Bump version to 1.3.3+git.Frank Neumann
2017-05-21Release 1.3.3.v1.3.3Frank Neumann
2017-05-21Commit text2skin-vdr2.1.2compat.diff (thx copperhead@vdr-portal.de)Frank Neumann
2017-05-21Commit text2skin-signal.patch (thx tomas@vdr-portal.de)Frank Neumann
2017-05-21Commit static-std-string.diff (thx mini73)Frank Neumann
2017-05-21Commit status_c.diff (thx gda)Frank Neumann
2017-05-21Commit common_c.diff (thx winni)Frank Neumann
2017-05-21Commit t2s_rerunandtab.diff (thx tomas@vdr-portal.de)Frank Neumann
2011-11-08new token support for: - UsedDiskSpace - TotalDiskSpace - VideoSizeWidth - ↵NemoN
VideoSizeHeight
2011-11-06Fix "le" example in docs (#465).Thomas Oeding
2011-11-06Release 1.3.2.v1.3.2Ville Skyttä
2011-05-28Update epgsearch recording search timer name parsing for epgsearch >= 0.9.21.Ville Skyttä
2011-05-28Clean up debug/bench build format string warnings.Ville Skyttä
2011-05-28(Re?)set bitmap cache size when initializing bitmaps.Ville Skyttä
Without something like this, when built with gcc 4.6, the cache's max size ends up set to 0 (it's initialized before setup is done) and we crash in cache[].
2011-05-28Don't allow setting max bitmap cache size to less than 1 in setup menu.Ville Skyttä
We crash if it's set to 0.
2010-10-27Add experimental RELAX NG schema for skin XML files.Ville Skyttä
2010-10-26Documentation spelling fixes.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 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-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-13Add support for building with GraphicsMagick.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-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-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-09Use pkg-config for finding FreeType and Imlib2.Ville Skyttä
2009-06-21Fixed compile error if ImageMagick has double as Quantum type (closes #140)Thomas Günther