rockbox/apps/gui/skin_engine
Thomas Martitz 13209604c1 Add new lcd_bmp and lcd_bmp_part APIs.
This new APIs wrap around lcd_[mono|transparent]_bitmap/_part calls and
handle all kinds bitmaps. The intended use is to draw bitmaps that
come from read_bmp_fd/_file.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30936 a1c6a512-1295-4272-9138-f99709370657
2011-11-08 21:34:46 +00:00
..
skin_backdrops.c Fix FS#12357 - New backdrop not displayed after set backdrop from context menu 2011-10-28 17:09:38 +00:00
skin_display.c Add new lcd_bmp and lcd_bmp_part APIs. 2011-11-08 21:34:46 +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 Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. 2011-10-15 19:35:02 +00:00
skin_engine.h fix FS#12295 2011-09-28 01:02:48 +00:00
skin_parser.c Redo r30826 (and hopefully not reintroduce font issues) which cleans up the font API. FONT_UI is deprecated, use screens[screen].getuifont() instead (and .setuifont() to set it after a font has been loaded) 2011-11-08 10:09:33 +00:00
skin_render.c Redo r30826 (and hopefully not reintroduce font issues) which cleans up the font API. FONT_UI is deprecated, use screens[screen].getuifont() instead (and .setuifont() to set it after a font has been loaded) 2011-11-08 10:09:33 +00:00
skin_tokens.c Fix silly mistake 2011-09-24 19:12:37 +00:00
skin_tokens.h Fix FS#12320 - need substitute to /.rockbox/skin_buffer_size.txt 2011-10-16 15:55:12 +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 Fix FS#12320 - need substitute to /.rockbox/skin_buffer_size.txt 2011-10-16 15:55:12 +00:00