rockbox/apps/gui
Teruaki Kawashima 221cae987f fix page up/down in list (FS# 10435).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22082 a1c6a512-1295-4272-9138-f99709370657
2009-07-29 13:45:10 +00:00
..
bitmap Remove unneeded #include "backdrop.h" 2009-05-09 18:09:14 +00:00
charcell Remove unneeded #include "backdrop.h" 2009-05-09 18:09:14 +00:00
wps_engine this file isnt used anymore and should have been removed with the rest of the cleanup 2009-07-27 15:47:32 +00:00
backdrop.c
backdrop.h
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 fix page up/down in list (FS# 10435). 2009-07-29 13:45:10 +00:00
list.h Fix type mismatch warnings and errors exposed when building with EABI toolchain. 2009-07-11 00:22:26 +00:00
music_screen.c Touchscreen targets: add basic progress bar & volume handling 2009-07-27 13:27:38 +00:00
music_screen.h Start of some apps/ and wps cleanup work... Move everything related to the actual drawing of the wps into apps/gui/wps_engine, things related to the actual screen are in apps/gui/music_screen.c (names are temporary unless noone comes up with anything better) 2009-07-27 07:21:05 +00:00
option_select.c FS#10080 2009-07-14 13:57:45 +00:00
option_select.h
pitchscreen.c Slightly reduce the bin size by using ushort instead of int in arrays 2009-07-13 14:48:02 +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 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.h Convert a number of places in core and plugins to use the BIT_N() macro instead of 1<<n. Speeds up things on SH1, and also reduces core binsize. Most notable speedups: 1 bit lcd driver: drawpixel +20%, drawline + 27%, hline +5%; jpeg viewer: +8% for 1/8 scaling. Other targets are unaffected. 2009-06-07 21:27:05 +00:00
yesno.c
yesno.h Clean up some more #includes 2009-03-08 18:37:32 +00:00