rockbox/apps/gui/skin_engine
Jonathan Gordon b2eb44ce0e FS#10824 - viewport/statusbar API rework.
Hopefully the only user visible changes are:
- fm and recording screens go by the statusbar setting (sbs or inbuilt)
- plugins go back to using the theme as they should for menus and lists
- splash screens might get cut a bit... entirely theme and splash dependant.. if there is a problematic one we can look at it later.
- hopefully nothing more than very minor screen flickerings... let me know exactly where they are so they can be fixed

New GUI screen rules:
* Screens assume that the theme (sbs+ui viewport+ maybe background image) are always enabled. They may be disabled on a per display basis, but MUST be re-enabled on exit
* Screens must not be coded in a way that requires a statusbar of any type.. the inbuilt bar will be removed shortly.
ALWAYS RESPECT THE USERS SETTINGS unless the screen requires the full display to fit.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23904 a1c6a512-1295-4272-9138-f99709370657
2009-12-09 07:25:46 +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 Skin parser: Use parse_list() when possible 2009-12-04 13:10:06 +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