rockbox/apps/gui/skin_engine
Frank Gevaerts b9bf6cdb2c Call skinlist_set_cfg() unconditionally, i.e. also if do_refresh==false
This call is cheap (except if the list config changes, but then it should
be called anyway), and do_refresh isn't always set appropriately, e.g.
when the screen has just changed, which could cause the list config to be
null at bad times, which caused the standard list to be shown instead of
the desired skinned list.

Change-Id: I47dd2552d6d1062456ede4529c4891e80a8159ea
Reviewed-on: http://gerrit.rockbox.org/113
Reviewed-by: Frank Gevaerts <frank@gevaerts.be>
2012-02-29 14:11:33 +01: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 fix warning 2012-02-29 00:18:56 +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 Call skinlist_set_cfg() unconditionally, i.e. also if do_refresh==false 2012-02-29 14:11:33 +01: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