rockbox/apps/gui/skin_engine
Jonathan Gordon a7d784b1d5 Fix viewport "UI area" to work based on what was agreed on last week in the mailing lists and IRC:
* viewport_set_defaults() will always set the viewport to the intersection of the user setting and any sbs set user viewport
* viewport_set_fullscreen() will always set the viewport to the full display, take care to disable the statusbars if you use this!

This patch is from FS#10709 and contains code which will be removed once the current inbuilt statusbar is finally removed. This *may* break themes which dont use the %we or %wd token.. follow up commit to fix this coming...


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23507 a1c6a512-1295-4272-9138-f99709370657
2009-11-04 05:10:53 +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 Fix viewport "UI area" to work based on what was agreed on last week in the mailing lists and IRC: 2009-11-04 05:10:53 +00:00
skin_engine.h Initial custom statusbar commit. 2009-10-19 15:28:15 +00:00
skin_parser.c Initial recording screen skin support (usable in .sbs skins only for now) 2009-11-03 07:58:10 +00:00
skin_tokens.c Initial recording screen skin support (usable in .sbs skins only for now) 2009-11-03 07:58:10 +00:00
skin_tokens.h Initial recording screen skin support (usable in .sbs skins only for now) 2009-11-03 07:58:10 +00:00
wps_debug.c * code police on a macro which has no reason for being 2009-10-29 03:27:13 +00:00
wps_internals.h Remove a wps function call from skin engine, hopefully the last one. 2009-11-01 13:36:52 +00:00