summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-06Remove unused variable.Ville Skyttä
2011-11-05Use empty() instead of size() to check container emptiness.Ville Skyttä
2011-11-05Reduce scope of some variables.Ville Skyttä
2011-10-29Add Emacs mode and indentation settings.Ville Skyttä
2011-10-22Update *.po.Ville Skyttä
2011-10-22Convert some uses of assignments to initializer lists in constructors.Ville Skyttä
2011-05-28Finnish translation update.Ville 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.
2011-05-28Remove unused DStartBench and DShowBench macros.Ville Skyttä
2011-03-20Fix dist *.po dependencies.Ville Skyttä
2011-03-20Use LDFLAGS, make dist depend on up to date *.po.Ville Skyttä
2010-10-27Add experimental RELAX NG schema for skin XML files.Ville Skyttä
2010-10-26Wrap long lines.Ville Skyttä
2010-10-26Documentation spelling fixes.Ville Skyttä
2010-08-29Don't use msgmerge --lang.Ville Skyttä
msgmerge can add the Language header automatically from properly formatted Language-Team names.
2010-08-29Populate "Language" po header.Ville Skyttä
The msgmerge --lang option used is available in gettext >= 0.18.0.
2010-08-29Pass package name and version to xgettext.Ville Skyttä
2010-08-29Update msgid bugs address.Ville Skyttä
2010-08-29Fix up Language-Team po headers.Ville Skyttä
2010-08-29Convert *.po to UTF-8.Ville Skyttä
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