rockbox/apps/gui
Bertrik Sikken 05945074d1 Fix FS#8689 (the peak meter does not work during a playing after a recording not followed by a reboot) by applying the patch from FS#9227.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18249 a1c6a512-1295-4272-9138-f99709370657
2008-08-11 22:12:40 +00:00
..
bitmap
charcell
backdrop.c
backdrop.h
buttonbar.c
buttonbar.h
color_picker.c
color_picker.h
gwps-common.c Fix FS#8689 (the peak meter does not work during a playing after a recording not followed by a reboot) by applying the patch from FS#9227. 2008-08-11 22:12:40 +00:00
gwps-common.h
gwps.c
gwps.h
icon.c
icon.h
list.c fix FS#9144 hopefully for good... only update the screen if the time line is selected, or if talking menus are disabled, only update if the time line is actually on the screen. Also only update every 5s so scrolling lines still scroll. (turns out scroll_all was broken! fixed now) 2008-07-05 12:31:04 +00:00
list.h
option_select.c
option_select.h
pitchscreen.c Remove a viewport ambiguity by changing the screens width/heigth members into lcdwidth/lcdheight. Normal usercode should always use getwidth()/getheigth() as that returns the viewport width/height. Fixes issues that would have appeared in many places when introducing viewports with sizes != lcd sizes. 2008-06-28 20:45:21 +00:00
quickscreen.c
quickscreen.h
scrollbar.c
scrollbar.h
splash.c
splash.h
statusbar.c
statusbar.h
viewport.c
viewport.h
wps_debug.c
wps_parser.c
yesno.c
yesno.h