rockbox/apps/gui/skin_engine
Karl Kurbjun 7bb7c5f0cc Add stride defines to support vertical strides
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22546 a1c6a512-1295-4272-9138-f99709370657
2009-08-29 19:31:29 +00:00
..
skin_buffer.c Make sure that skin_buffer.c #includes its own skin_buffer.h 2009-08-24 13:40:37 +00:00
skin_buffer.h move the statically allocated tokens array into the skin buffer. this is done with a little bit of magic with the buffer... explanation in the comments but breifly, tokens + images are stored at the front of the buffer, everything else (constant sizes) are stored at the back, the 2 ends meet when the buffer is full. 2009-08-19 04:19:08 +00:00
skin_display.c Add stride defines to support vertical strides 2009-08-29 19:31:29 +00:00
skin_engine.h Fix skin engine calling wps code to draw the statusbars (add a pointer to viewportmanager-suitable statusbar values, which are the same for all screens), and re-arrange statusbar related code slightly. No functional change. 2009-08-26 00:06:27 +00:00
skin_parser.c Fix/hack checkwps + add Onda VX747/VX777 targets 2009-08-21 18:15:20 +00:00
skin_tokens.c more wps->skin engine work.. 2009-08-16 18:23:00 +00:00
skin_tokens.h more wps->skin engine work.. 2009-08-16 18:23:00 +00:00
wps_debug.c hopefully fix the yellow 2009-08-19 05:14:58 +00:00
wps_internals.h Fix skin engine calling wps code to draw the statusbars (add a pointer to viewportmanager-suitable statusbar values, which are the same for all screens), and re-arrange statusbar related code slightly. No functional change. 2009-08-26 00:06:27 +00:00