summaryrefslogtreecommitdiff
path: root/font.c
AgeCommit message (Collapse)Author
2009-05-16Locales for text2skin plug-in (VDR >= 1.5.7, skins + locale patch).Thomas Günther
Patch from http://toms-cafe.de/vdr/download/text2skin-1.1-cvs-locale.diff The skins have to be patched, too. The patches for DeepBlue, Enigma and enElchi are ready for download from http://toms-cafe.de/vdr/download/. To patch other skins the Makefile from these patches could be used without any changes, missing translation entries should be added to the *.skin file (e.g. as comments <!-- trans('Volume') -->)
2009-05-16Revert "Make compatible with VDR >= 1.5.7."Thomas Günther
This reverts commit 5a745217debc3e82d153c7cb2325a15686a97eee.
2009-01-03Make compatible with VDR >= 1.5.7.Stone
2005-01-05- removed debug messagelordjaxom
2004-12-28- implemented font width handlinglordjaxom
2004-12-19Initial revisionlordjaxom
2004-12-141.0-pre4v1.0-pre4lordjaxom
2004-12-081.0-pre1v1.0-pre1lordjaxom
2004-05-31- "Background" may be initialized with a color nowv0.0.1-rc1lordjaxom
- fixed channel name/number display - added parameter type (to store logo's filetype) - "Timebar", "Progressbar" and "Volumebar": Background is only drawn if bg is specified - fixed timebar (was running backwards) - renamed "Progressbar" to "Replaybar" for more consistency - renamed "Logo" to "ChannelLogo" - introduced items "Language" (for audio language texts or symbols) and "Image" (foreground images) - adopted SKINS document (SKINS.de is not up-to-date yet) - introduced item "MenuTitle" - introduced items "MenuRed", "MenuGreen", "MenuYellow" and "MenuBlue" - activated message items for display in menu - introcuded parameter "arc" and item "Slope" - fixed possible segfault in Item=Message - implemented items "SymbolReplaying" and "SymbolRadio" - added "text" parameter for all text like Items (explanation follows) - added "SymbolPlay", "SymbolPause", "SymbolFastFwd", "SymbolFastRew", "SymbolSlowFwd", "SymbolSlowRew" items.