This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11133 - skin display: use the tags to draw images/etc instead of all in one hit at the end
Attached to Project:
Rockbox
Opened by Jonathan Gordon (jdgordon) - Sunday, 21 March 2010, 10:15 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Thursday, 05 August 2010, 15:07 GMT+2
Opened by Jonathan Gordon (jdgordon) - Sunday, 21 March 2010, 10:15 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Thursday, 05 August 2010, 15:07 GMT+2
|
Detailsin svn all images are drawn in a loop at the end of each viewport, this means you cant do funky stuff like writing over images, and it makes the order less obvious.
This patch aims to give the user more options on when to draw images. |
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Thursday, 05 August 2010, 15:07 GMT+2
Reason for closing: Out of Date
Thursday, 05 August 2010, 15:07 GMT+2
Reason for closing: Out of Date
Also, new tag, %aZ will make the text in that line draw over the images currently drawn without clearing them (wont work on scrolling lines)