rockbox/apps/gui
Thomas Martitz 7b6e166c77 Protect viewport.h against multiple inclusion.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22274 a1c6a512-1295-4272-9138-f99709370657
2009-08-12 15:34:41 +00:00
..
bitmap Remove some unused #includes 2009-08-06 08:20:06 +00:00
charcell Remove some unused #includes 2009-08-06 08:20:06 +00:00
skin_engine Don't set the drawmode twice and simplify two cases in viewport_parse_viewport. 2009-08-09 18:44:49 +00:00
backdrop.c Correct yet another typo causing reds and greater shame on me. 2009-08-06 00:48:08 +00:00
backdrop.h Fix iaudio reds and crazy deltas, both caused by stupid typos. 2009-08-06 00:37:52 +00:00
buttonbar.c FS#10080 2009-07-14 13:57:45 +00:00
buttonbar.h
color_picker.c
color_picker.h
icon.c
icon.h
list.c Various files: make functions static if they're local or make sure there is a proper #include if not 2009-08-06 09:28:25 +00:00
list.h Various files: make functions static if they're local or make sure there is a proper #include if not 2009-08-06 09:28:25 +00:00
option_select.c FS#10080 2009-07-14 13:57:45 +00:00
option_select.h
pitchscreen.c Remove various ABS() definitions with a single one using typeof (if using gcc) to avoid multiple evaluations of the input expressions. Speex still uses its own as I didn't want to change this imported code too much. 2009-08-03 01:38:58 +00:00
pitchscreen.h Fix red in bootloaders 2009-07-11 17:16:23 +00:00
quickscreen.c get the quickscreen working on the mr500. hold "mode" on the remote to get to it, then you can use the 4 directions on the remote, or the touchscreen to change the values. "mode" will exit, as will pressing in the top or middle of the main screen 2009-05-15 05:08:28 +00:00
quickscreen.h Clean up some more #includes 2009-03-08 18:37:32 +00:00
scrollbar.c Slightly more compact boundary check. 2009-04-11 23:07:02 +00:00
scrollbar.h
splash.c Fix splash on greyscale (was showing only a black or grey box, no text) by reverting to lcd_set_foreground(). That does a bit more on greyscale than just setting the current's viewports fg_pattern :/ 2009-05-15 15:27:32 +00:00
splash.h
statusbar.c FS#10080 2009-07-14 13:57:45 +00:00
statusbar.h cleanup the remote+main statusbar handling a bit, and fix the bug where the remote wps might reserve the space for the statusbar even if its disabled 2009-07-08 00:51:03 +00:00
viewport.c Remove unneeded symbols and improve the comment to the VP parsing function 2009-08-12 13:37:07 +00:00
viewport.h Protect viewport.h against multiple inclusion. 2009-08-12 15:34:41 +00:00
wps.c r22135 overwrote mcuelenaere's changes in r22068 to add slider-type regions for the touchscreen... so bring them back (spotted by kkurbjun) 2009-08-10 03:48:27 +00:00
wps.h Fix reds for IAP and a missing #include. 2009-08-03 15:46:21 +00:00
yesno.c
yesno.h Clean up some more #includes 2009-03-08 18:37:32 +00:00