rockbox/apps/gui/skin_engine
2009-12-21 06:35:31 +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 FS#10215 - peakmeter updates breaks scrolling lines in conditionally enalbed viewports... fix is to not disable conditional viewports during these updates which are *only* touching the pm token anyway 2009-12-21 06:35:31 +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 Make read-only struct const 2009-12-20 18:04:07 +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