index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
gui
/
skin_engine
/
skin_render.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Make the %tr (radio RSSI) tag work as a bar tag or as a conditional.
Jonathan Gordon
2010-11-18
*
Fix FS#11593 - %Vf() and %Vb() should be able to be used in conditionals. Rem...
Jonathan Gordon
2010-10-13
*
Viewports dont necessarily have children lines, so make sure there is one or ...
Jonathan Gordon
2010-10-12
*
Fix charcell %pb and %pf tags, FS#11592
Frank Gevaerts
2010-10-10
*
Make skin_render_playlistviewer() noinline. This function uses lots of stack ...
Frank Gevaerts
2010-10-10
*
Revert accidental commit of skin_render.c
Frank Gevaerts
2010-10-10
*
Add a "early_usb" argument to gui_usb_screen_run(), and don't do skin unloadi...
Frank Gevaerts
2010-10-10
*
fix FS#11662 and FS#11629 - skin %t() issues. %t should now work properly ins...
Jonathan Gordon
2010-10-10
*
Fix FS#1159 - stack overflow in the skin engine when there is too many nested...
Jonathan Gordon
2010-09-26
*
Another major skin backend update/hopefully bugfix:
Jonathan Gordon
2010-09-14
*
fix FS#11588 - %t(0) inside conditionals wasnt making that subline skip
Jonathan Gordon
2010-09-02
*
Should fix the line alternator issue described in http://forums.rockbox.org/i...
Jonathan Gordon
2010-08-31
*
fix FS#11519 - clock tags wernt updating like they should
Jonathan Gordon
2010-08-15
*
*really* fix the last warning
Jonathan Gordon
2010-08-14
*
last warning and fix manual
Jonathan Gordon
2010-08-14
*
fix warnings and errors
Jonathan Gordon
2010-08-14
*
Rework the skin playlist viewer so it uses the same drawing code as everythin...
Jonathan Gordon
2010-08-14
*
Change %xl/%xd to use proper labels instead of single letter labels. i.e %xl(...
Jonathan Gordon
2010-08-14
*
New feature for the %xl (image load) tag. If you give it the filename __list_...
Jonathan Gordon
2010-08-12
*
When using the tag argument in %%xd(): 1) clear the image first, so that imag...
Magnus Holmgren
2010-08-12
*
Dont redraw the AA every single update, only when needed
Jonathan Gordon
2010-08-05
*
New feature for the %xd() (display a preloaded image) skin tag.
Jonathan Gordon
2010-08-05
*
Allow viewport labels to be mostly free text instead of only one character. I...
Jonathan Gordon
2010-08-02
*
Make some global function/variables local (by making them static)
Bertrik Sikken
2010-07-30
*
FS#11470 - new skin code, finally svn uses the new parser from the theme edit...
Jonathan Gordon
2010-07-29