rockbox/apps/gui/skin_engine
Jonathan Gordon 58ca43dc9d fix FS#10674 - make skin debugger count the lines correctly so the line number in the output is actually useful!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23825 a1c6a512-1295-4272-9138-f99709370657
2009-12-03 05:36:23 +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 some drawing problems when displaying the WPS initially with sbs enabled. Move initial display of the wps to wps.c too. Should fix bug 3 of FS#10771. 2009-11-16 01:38:30 +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 fix FS#10674 - make skin debugger count the lines correctly so the line number in the output is actually useful! 2009-12-03 05:36:23 +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