rockbox/apps/gui/skin_engine
2009-09-04 06:17:38 +00:00
..
skin_buffer.c Almost the last of the skin ram wastage fixing... This one moved the line/subline handling into the alloced buffer and links them more sensibly with their viewports. 2009-09-02 02:55:33 +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 Fix STRIDE macro for multiscreen and add stride support for picture lib. 2009-09-04 00:46:24 +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 minor line handling fixes, be smarter (well dumber actually) about increasing the size of the tokens array, that loop isnt the only place the data->num_tokens variable gets increased... also add one last WPS_NO_TOKEN token to the end to make sure we dont accidently overrun into the next skin on the last line of a skin. 2009-09-04 06:17:38 +00:00
skin_tokens.c Almost the last of the skin ram wastage fixing... This one moved the line/subline handling into the alloced buffer and links them more sensibly with their viewports. 2009-09-02 02:55:33 +00:00
skin_tokens.h more wps->skin engine work.. 2009-08-16 18:23:00 +00:00
wps_debug.c rename wps_[sub]line to skin_[sub]line 2009-09-02 06:23:01 +00:00
wps_internals.h rename wps_[sub]line to skin_[sub]line 2009-09-02 06:23:01 +00:00