<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vdr-plugin-text2skin/README, branch chr13-optimizations</title>
<subtitle>VDR Text2Skin Plug-in
</subtitle>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-text2skin/'/>
<entry>
<title>- updated documentation</title>
<updated>2005-01-31T14:39:45+00:00</updated>
<author>
<name>lordjaxom</name>
<email>lordjaxom</email>
</author>
<published>2005-01-31T14:39:45+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-text2skin/commit/?id=9d99631814a293a783b9f8a9b389dfe58223e7ad'/>
<id>9d99631814a293a783b9f8a9b389dfe58223e7ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- on devices capable of full-color OSD, bpp's have no meaning anymore</title>
<updated>2004-06-25T17:54:38+00:00</updated>
<author>
<name>lordjaxom</name>
<email>lordjaxom</email>
</author>
<published>2004-06-25T17:54:38+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-text2skin/commit/?id=f2a4ea2dc8c0d915e0f2af6f4ec1a228e1e94453'/>
<id>f2a4ea2dc8c0d915e0f2af6f4ec1a228e1e94453</id>
<content type='text'>
  (but will still work like usual). On such devices, a full-screen 8-bit
  OSD will be used
- new display-item "PresentTextDescription" displays combined
  ShortText/Description
- displaying replay symbols only if information is actually available
- exchanged x, y, width, height with x1, y1, x2, y2 coordinates
  (skin version is now 0.0.3)
- coordinates may be negative to respect dynamic OSD settings
  (negative coordinates give pixels from the right or bottom edge)
- added base parameter to Skin item to be able to use full screen in absolute
  mode
- added a script to convert 0.0.2 skins to 0.0.3
- added parsing quoted texts (path="Bla.jpg" etc. will work correctly now)
- fixed translator to escape the dollar sign
- fixed display of scrollbar (REALLY!)
- fixed linkage of libMagick++
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  (but will still work like usual). On such devices, a full-screen 8-bit
  OSD will be used
- new display-item "PresentTextDescription" displays combined
  ShortText/Description
- displaying replay symbols only if information is actually available
- exchanged x, y, width, height with x1, y1, x2, y2 coordinates
  (skin version is now 0.0.3)
- coordinates may be negative to respect dynamic OSD settings
  (negative coordinates give pixels from the right or bottom edge)
- added base parameter to Skin item to be able to use full screen in absolute
  mode
- added a script to convert 0.0.2 skins to 0.0.3
- added parsing quoted texts (path="Bla.jpg" etc. will work correctly now)
- fixed translator to escape the dollar sign
- fixed display of scrollbar (REALLY!)
- fixed linkage of libMagick++
</pre>
</div>
</content>
</entry>
<entry>
<title>- reimplemented image cache (fixes segfaults and speeds up image loading)</title>
<updated>2004-06-18T16:41:02+00:00</updated>
<author>
<name>lordjaxom</name>
<email>lordjaxom</email>
</author>
<published>2004-06-18T16:41:02+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-text2skin/commit/?id=de602ae6486b181ec081749a510cfcf15c71c817'/>
<id>de602ae6486b181ec081749a510cfcf15c71c817</id>
<content type='text'>
- fixed a recursion wenn de-initializing ImageMagick (crashes on exit)
- reverted the changes in ImageMagick-loader that concerned palettes
  (obviously some versions of ImageMagick are BROKEN!!! I am using 5.5.7 which
  works fine. Version 5.4.7 shows random errors)
- reimplemented "Flush image cache" into the setup menu
- included -lMagick into Makefile as a workaround for Debian (and others
  possibly)
- fixed display of scrollbar
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fixed a recursion wenn de-initializing ImageMagick (crashes on exit)
- reverted the changes in ImageMagick-loader that concerned palettes
  (obviously some versions of ImageMagick are BROKEN!!! I am using 5.5.7 which
  works fine. Version 5.4.7 shows random errors)
- reimplemented "Flush image cache" into the setup menu
- included -lMagick into Makefile as a workaround for Debian (and others
  possibly)
- fixed display of scrollbar
</pre>
</div>
</content>
</entry>
<entry>
<title>- fixed disappearing Scrolltext when Message was displayed</title>
<updated>2004-06-16T18:50:57+00:00</updated>
<author>
<name>lordjaxom</name>
<email>lordjaxom</email>
</author>
<published>2004-06-16T18:50:57+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-text2skin/commit/?id=1d3cd38e88ae97dd6906f9818d52b9ef07bf057d'/>
<id>1d3cd38e88ae97dd6906f9818d52b9ef07bf057d</id>
<content type='text'>
- fixed display-items "MenuScrollUp" and "MenuScrollDown" which didn't display
  any other items than "Symbol"
- fixed the above for all replay- and channel-symbols
  (for all display-items that can be symbols there must be path, altpath or
  both to tell the plugin if that item is to be drawn if the symbol is on,
  off or in both cases)
- fixed various memory leaks and missing destructions (valgrind rox)
- fixed the image loaders to respect the alpha value and palette properly
  (this hopefully also fixes the phenomenon that images "get lost" after some
  time)
- added display-item "Scrollbar"
- SKINS and SKINS.de are now generated during the make
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fixed display-items "MenuScrollUp" and "MenuScrollDown" which didn't display
  any other items than "Symbol"
- fixed the above for all replay- and channel-symbols
  (for all display-items that can be symbols there must be path, altpath or
  both to tell the plugin if that item is to be drawn if the symbol is on,
  off or in both cases)
- fixed various memory leaks and missing destructions (valgrind rox)
- fixed the image loaders to respect the alpha value and palette properly
  (this hopefully also fixes the phenomenon that images "get lost" after some
  time)
- added display-item "Scrollbar"
- SKINS and SKINS.de are now generated during the make
</pre>
</div>
</content>
</entry>
<entry>
<title>- added scrollable texts and "SymbolScrollUp" and "SymbolScrollDown"</title>
<updated>2004-06-05T18:06:22+00:00</updated>
<author>
<name>lordjaxom</name>
<email>lordjaxom</email>
</author>
<published>2004-06-05T18:06:22+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-text2skin/commit/?id=6094765d94e4caaf0813039dff826b731f277753'/>
<id>6094765d94e4caaf0813039dff826b731f277753</id>
<content type='text'>
- added "MenuText", "MenuEventTitle", "MenuEventShortText",
  "MenuEventDescription", "MenuEventTime", "MenuRecording",
  "SymbolEventRunning", "SymbolEventTimer" and "SymbolEventVPS"
- implemented image caching
- added english and german README
- removed some workarounds, and added a patch to vdr to the tree (will be
  included in 1.3.10)
- fixed two bugs when displaying replay symbols
- implemented tabbed texts in menu
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- added "MenuText", "MenuEventTitle", "MenuEventShortText",
  "MenuEventDescription", "MenuEventTime", "MenuRecording",
  "SymbolEventRunning", "SymbolEventTimer" and "SymbolEventVPS"
- implemented image caching
- added english and german README
- removed some workarounds, and added a patch to vdr to the tree (will be
  included in 1.3.10)
- fixed two bugs when displaying replay symbols
- implemented tabbed texts in menu
</pre>
</div>
</content>
</entry>
<entry>
<title>- Initial revision.</title>
<updated>2004-05-23T00:35:46+00:00</updated>
<author>
<name>lordjaxom</name>
<email>lordjaxom</email>
</author>
<published>2004-05-23T00:35:46+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-text2skin/commit/?id=d309055320433e5fd899de53dc688d679609e6db'/>
<id>d309055320433e5fd899de53dc688d679609e6db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
