rockbox/apps/gui
Jonathan Gordon 2111c105c0 fix player's red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22603 a1c6a512-1295-4272-9138-f99709370657
2009-09-02 03:02:00 +00:00
..
bitmap Touchscreen list handling: use icon width instead of scrollbar width for the 'ignoring' zone + correct comment that shouldn't be true anymore (and never was AFAIK) 2009-08-22 23:35:27 +00:00
charcell Make the formatter functions used by the settings return a pointer to avoid usless copying of lang strings, this brought with it a long chain of const correctness and a few random cleanups 2009-08-20 16:47:44 +00:00
skin_engine fix player's red 2009-09-02 03:02:00 +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/hack checkwps + add Onda VX747/VX777 targets 2009-08-21 18:15:20 +00:00
buttonbar.c FS#10080 2009-07-14 13:57:45 +00:00
buttonbar.h
color_picker.c
color_picker.h
icon.c Add stride defines to support vertical strides 2009-08-29 19:31:29 +00:00
icon.h
list.c Make the formatter functions used by the settings return a pointer to avoid usless copying of lang strings, this brought with it a long chain of const correctness and a few random cleanups 2009-08-20 16:47:44 +00:00
list.h Make the formatter functions used by the settings return a pointer to avoid usless copying of lang strings, this brought with it a long chain of const correctness and a few random cleanups 2009-08-20 16:47:44 +00:00
option_select.c Make the formatter functions used by the settings return a pointer to avoid usless copying of lang strings, this brought with it a long chain of const correctness and a few random cleanups 2009-08-20 16:47:44 +00:00
option_select.h Make the formatter functions used by the settings return a pointer to avoid usless copying of lang strings, this brought with it a long chain of const correctness and a few random cleanups 2009-08-20 16:47:44 +00:00
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 Added a missing line for spoken QUICKSCREEN_TOP item in Quick Screen. 2009-09-01 09:40:32 +00:00
quickscreen.h Quickscreen: 4th item 2009-08-29 14:42:03 +00:00
scrollbar.c Add stride defines to support vertical strides 2009-08-29 19:31:29 +00:00
scrollbar.h
splash.c
splash.h
statusbar.c Slightly change parts of the previous commit to reuse existing code, and enforce enum statusbar_values instead of just int, 2009-08-24 00:03:59 +00:00
statusbar.h Slightly change parts of the previous commit to reuse existing code, and enforce enum statusbar_values instead of just int, 2009-08-24 00:03:59 +00:00
viewport.c Respect UI viewport per screen in viewport_set_defaults() also. 2009-08-29 16:36:40 +00:00
viewport.h User definable UI viewport, to be able to restrict the UI into a viewport for all bitmap displays. 2009-08-16 22:20:11 +00:00
wps.c fix FS#10465 and return GO_TO_ROOT instead of SYS_USB_CONNECTED in gui_wps_show. 2009-08-29 16:25:04 +00:00
wps.h Fix reds for IAP and a missing #include. 2009-08-03 15:46:21 +00:00
yesno.c
yesno.h