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
*
skin_engine: fix scrolling lines with dynamic content
Jonathan Gordon
2012-03-26
*
Fix FS#12606 - next track can cause the screen to be cleared
Jonathan Gordon
2012-03-20
*
Fix compile errors
Jonathan Gordon
2012-03-15
*
skin_engine: New tag to draw a rectangle (optionally with a gradient)
Jonathan Gordon
2012-03-15
*
Revert "Fix FS#12606 - next track can cause the screen to be cleared"
Jonathan Gordon
2012-03-15
*
Fix FS#12606 - next track can cause the screen to be cleared
Jonathan Gordon
2012-03-14
*
Call skinlist_set_cfg() unconditionally, i.e. also if do_refresh==false
Frank Gevaerts
2012-02-29
*
skin_engine: Clean up %x() handling - beware theme issues
Jonathan Gordon
2012-02-28
*
Fix build errors
Jonathan Gordon
2012-02-28
*
lcd/skin_engine: Add the ability to draw onto the backdrop layer
Jonathan Gordon
2012-02-28
*
skin engine: Make %vs() dynamic so it updated every screen update
Jonathan Gordon
2012-02-21
*
Allow scrolling lines to have their content changed without restarting the sc...
Jonathan Gordon
2011-12-14
*
Use buflib for all skin engine allocations.
Jonathan Gordon
2011-11-15
*
Redo r30826 (and hopefully not reintroduce font issues) which cleans up the f...
Jonathan Gordon
2011-11-08
*
Fix a 'set but not used' warning.
Andree Buschmann
2011-09-28
*
FS#12273 - use buflib for font storage. thanks to the testers :)
Jonathan Gordon
2011-09-24
*
fix the last of the error
Jonathan Gordon
2011-09-06
*
Lists can now be completly draw using the skin engine!
Jonathan Gordon
2011-09-06
*
New skin tags: %Vs() to set the text style and %Vg() to get the viewports gra...
Jonathan Gordon
2011-08-14
*
Remove a couple of dead inits and assignments found by the clang-static-analy...
Nils Wallménius
2011-06-12
*
FS#11925 - Add a proper system to keep track of the current screen/activity t...
Jonathan Gordon
2011-06-01
*
Skin variables for touchscreen targets (origional implementation by Jens Theeß)
Jonathan Gordon
2011-03-27
*
Merge a bunch of code which is 99% identical so it makes it easier to add mor...
Jonathan Gordon
2011-03-07
*
FS#11867 - Add 2 new tags to allow skins to display themed peakmeters
Jonathan Gordon
2011-01-13
*
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