rockbox/apps/gui/skin_engine
Bertrik Sikken 5698674ece Code police: add missing header file, make some local functions static
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24083 a1c6a512-1295-4272-9138-f99709370657
2009-12-20 16:28:15 +00:00
..
skin_buffer.c Remove some trailing whitespaces in in the skin engine files. 2009-09-13 12:24:14 +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 FS#10824 - viewport/statusbar API rework. 2009-12-09 07:25:46 +00:00
skin_engine.h Fix the WPS to work properly with the statusbar for the previous change.. Side effect is it fixes FS#10721 where %pb didnt work 2009-11-04 05:24:30 +00:00
skin_parser.c Code police: add missing header file, make some local functions static 2009-12-20 16:28:15 +00:00
skin_tokens.c fix segfault on %Rb token 2009-11-30 02:16:36 +00:00
skin_tokens.h fix mono recording token, 2009-11-22 19:09:54 +00:00
wps_debug.c FS#10783 - WPS translation 2009-11-15 21:39:39 +00:00
wps_internals.h Remove wps_data.remote_wps. It's redundant with the new global curr_screen. 2009-11-04 07:14:02 +00:00