Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 documentation of the new absolute modes: abs1280x720, abs1920x1080 | 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-08-05 | Update last updated date. | Ville Skyttä | |
2009-08-05 | Fix URLs. | Ville Skyttä | |
2009-07-28 | Add example skin Makefile by Thomas Günther. | Ville Skyttä | |
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-14 | Ensure only one image library is used. | Ville Skyttä | |
2009-07-13 | Add support for building with GraphicsMagick. | Ville Skyttä | |
2009-07-13 | Ignore *.gmo. | Ville Skyttä | |
2009-07-13 | Interface/preprocessor directive cleanups. | 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 | Update syntax in font load error message. | 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-12 | Yet another tiny Finnish translation update. | Ville Skyttä | |
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-10 | Finnish translation improvements. | Ville Skyttä | |
2009-07-09 | Use pkg-config for finding FreeType and Imlib2. | Ville Skyttä | |
2009-07-09 | Spelling fixes. | Ville Skyttä | |
2009-07-08 | Ignore *.mo. | Ville Skyttä | |
2009-07-08 | Convert to UTF-8. | Ville Skyttä | |
2009-07-08 | Partial Finnish translation update. | Ville Skyttä | |
2009-06-21 | Fixed compile error if ImageMagick has double as Quantum type (closes #140) | Thomas Günther | |
2009-06-21 | Removed backward compatibility to VDR < 1.6.0 (closes #137) | Thomas Günther | |
2009-06-15 | Allow overriding 'strip' executable to use in debug builds. | Ville Skyttä | |
2009-06-07 | Updated gettext language files | Thomas Günther | |
2009-06-07 | Updated FSF address in the license information | Thomas Günther | |
2009-06-07 | Corrected implementation of ReplayLanguageCode | Thomas Günther | |
2009-06-07 | Added translators info | Thomas Günther | |
2009-06-06 | Removed unnecessary yes/no texts from cMenuEditBoolItem calls | Thomas Günther | |