rockbox/apps/gui/skin_engine
Jonathan Gordon 1c1e1c070c skin_engine: ease the restrictions on %x/%xl
%x and %xl only require the id and filename now.
If you leave off the x,y it will default to 0,0.
If you want to use the default x,y you can still put in the
num_subimages param on the end (e.g %xl(a, file, 3) )

Change-Id: I8eff793dfdd037e302ace8deec9dc16dcea264a7
2012-02-29 00:14:06 +11:00
..
skin_backdrops.c lcd/skin_engine: Add the ability to draw onto the backdrop layer 2012-02-28 23:03:04 +11:00
skin_display.c skin_engine: Clean up %x() handling - beware theme issues 2012-02-28 23:51:01 +11:00
skin_display.h Lists can now be completly draw using the skin engine! 2011-09-06 13:49:41 +00:00
skin_engine.c Another round of making local functions static 2011-12-20 20:35:28 +00:00
skin_engine.h lcd/skin_engine: Add the ability to draw onto the backdrop layer 2012-02-28 23:03:04 +11:00
skin_parser.c skin_engine: ease the restrictions on %x/%xl 2012-02-29 00:14:06 +11:00
skin_render.c skin_engine: Clean up %x() handling - beware theme issues 2012-02-28 23:51:01 +11:00
skin_tokens.c Add %LR and %LC to get at the current row and columm in skinned lists. 2012-02-25 16:43:27 +01:00
skin_touchsupport.c Use buflib for all skin engine allocations. 2011-11-15 14:11:08 +00:00
wps_debug.c Merge a bunch of code which is 99% identical so it makes it easier to add more of these later 2011-03-07 12:45:45 +00:00
wps_internals.h skin_engine: Clean up %x() handling - beware theme issues 2012-02-28 23:51:01 +11:00