Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-21 | Add compatibility for VDR API >= 2.3.1. | Frank Neumann | |
2017-05-21 | Bump version to 1.3.3+git. | Frank Neumann | |
2017-05-21 | Release 1.3.3.v1.3.3 | Frank Neumann | |
2017-05-21 | Commit text2skin-vdr2.1.2compat.diff (thx copperhead@vdr-portal.de) | Frank Neumann | |
2017-05-21 | Commit text2skin-signal.patch (thx tomas@vdr-portal.de) | Frank Neumann | |
2017-05-21 | Commit static-std-string.diff (thx mini73) | Frank Neumann | |
2017-05-21 | Commit status_c.diff (thx gda) | Frank Neumann | |
2017-05-21 | Commit common_c.diff (thx winni) | Frank Neumann | |
2017-05-21 | Commit t2s_rerunandtab.diff (thx tomas@vdr-portal.de) | Frank Neumann | |
2011-11-08 | new token support for: - UsedDiskSpace - TotalDiskSpace - VideoSizeWidth - ↵ | NemoN | |
VideoSizeHeight | |||
2011-11-06 | Fix "le" example in docs (#465). | Thomas Oeding | |
2011-11-06 | Release 1.3.2.v1.3.2 | Ville Skyttä | |
2011-05-28 | Update epgsearch recording search timer name parsing for epgsearch >= 0.9.21. | Ville Skyttä | |
2011-05-28 | Clean 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-28 | Don'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-27 | Add experimental RELAX NG schema for skin XML files. | Ville Skyttä | |
2010-10-26 | Documentation spelling fixes. | Ville Skyttä | |
2010-08-27 | Fix build with ImageMagick >= 6.6.2 (closes #409). | Anssi Hannula | |
2010-06-21 | Set version number and release date for version 1.3.1v1.3.1 | Thomas Günther | |
2010-06-20 | Fixed crash when deleting ongoing timers or their recordings (closes #306) | Thomas Günther | |
2010-06-15 | Fix crash with GraphicsMagick >= 1.3.8 and non-XPM images. | Ville Skyttä | |
2010-04-19 | Fixed segmentation fault with 16bit images (closes #258 - thanks to ↵ | Thomas Günther | |
domml@vdrportal) | |||
2010-02-28 | Makefile adjustments for VDR 1.7.13. | Ville Skyttä | |
2009-12-03 | Fix "suggest parentheses around ‘&&’ within ‘||’" compiler warning. | Ville Skyttä | |
2009-10-06 | New development version 1.3v1.3 | Thomas Günther | |
2009-10-05 | Added HD patch with new absolute modes: abs1280x720, abs1920x1080 | Thomas Günther | |
http://vdrportal.de/board/thread.php?postid=844681#post844681 (thanks to gda@vdrportal) | |||
2009-09-07 | Completed documentation of new tokens (closes #142) | Thomas Günther | |
2009-09-06 | Updated README.de | Thomas Günther | |
2009-09-03 | Added documentation of new attributes introduced by chr13-optimizations ↵ | Thomas Günther | |
(references #142) | |||
2009-09-03 | Added documentation of new tokens introduced by brougs78-extensions ↵ | Thomas Günther | |
(references #142) | |||
2009-09-03 | Updated 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-03 | Fixed spelling of refresh attribute: "allways" -> "always" | Thomas Günther | |
2009-08-22 | Fixed segmentation fault with token ChannelSource (closes #159 - thanks to ↵ | Thomas Günther | |
a.g.prosat at tochka.ru for reporting this) | |||
2009-08-21 | Fixed 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-24 | Fixed: Text scroller is not UTF-8 aware (closes #146) | Thomas Günther | |
2009-07-22 | Added ReplayMode "audiocd" (thanks to Björn Sturzrehm - closes #138) | Thomas Günther | |
2009-07-19 | Fixed resetting of replay information (closes #156) | Thomas Günther | |
2009-07-17 | Updated Italian language texts (thanks to Diego Pierotto / closes #153) | Thomas Günther | |
2009-07-17 | Adapted to new recording format and variable frame rate (VDR >= 1.7.3) | Thomas Günther | |
2009-07-17 | Draw replay progress bar symmetrically | Thomas Günther | |
2009-07-13 | Add support for building with GraphicsMagick. | Ville Skyttä | |
2009-07-13 | Replace asprintf by cString::sprintf in font loading. | Ville Skyttä | |
2009-07-13 | Compile internal image quantizing code only in Imlib2 builds. | Ville Skyttä | |
2009-07-13 | Replace 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-11 | Removed useless code in loader.c | Thomas Günther | |
2009-07-10 | Replaced asprintf with cString::sprintf in GetFrontend*() | Thomas Günther | |
2009-07-10 | Fixed crash with FrontendHasLock and FrontendHasSignal (closes #147 - | Thomas Günther | |
thanks to a.g.prosat at tochka.ru for reporting this) | |||
2009-07-09 | Use pkg-config for finding FreeType and Imlib2. | Ville Skyttä | |
2009-06-21 | Fixed compile error if ImageMagick has double as Quantum type (closes #140) | Thomas Günther | |