rockbox/apps/gui/skin_engine
Jonathan Gordon f7c2978cc4 Check for the magic file "/.rockbox/skin_buffer_size.txt" on bootup which can have a number which is the amount of kilobytes to allocate for the skin buffer. This is only checked on boot so if you need to change it you must reboot to enable.
Currently the default size is 80KB on colour targets which can be way too much or not enough for users.
The format of the /.rockbox/skin_buffer_size.txt file is simply a number (so 120 if you want 120 kilobytes), NO trainling spaces or text of any kind

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30599 a1c6a512-1295-4272-9138-f99709370657
2011-09-25 12:55:40 +00:00
..
skin_backdrops.c Make sure to set the current lcd backdrop id so the buflib move callback can reset the correct backdrop 2011-09-13 13:20:17 +00:00
skin_display.c Use buflib for skin images. Allows much more images to be loaded 2011-09-08 12:38:21 +00: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 Check for the magic file "/.rockbox/skin_buffer_size.txt" on bootup which can have a number which is the amount of kilobytes to allocate for the skin buffer. This is only checked on boot so if you need to change it you must reboot to enable. 2011-09-25 12:55:40 +00:00
skin_engine.h FS#12273 - use buflib for font storage. thanks to the testers :) 2011-09-24 13:19:34 +00:00
skin_parser.c fix checkwps 2011-09-24 14:57:30 +00:00
skin_render.c FS#12273 - use buflib for font storage. thanks to the testers :) 2011-09-24 13:19:34 +00:00
skin_tokens.c Fix silly mistake 2011-09-24 19:12:37 +00:00
skin_tokens.h New skin tags: %Vs() to set the text style and %Vg() to get the viewports gradient colours 2011-08-14 13:50:07 +00:00
skin_touchsupport.c skin-touchscreen: make %T(..., setting_set, ...) apply sound settings 2011-09-15 06:51:47 +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 FS#12273 - use buflib for font storage. thanks to the testers :) 2011-09-24 13:19:34 +00:00