rockbox/apps/recorder
Peter D'Hoye 0ecdb37e99 Fix FS #8514 (remote peakmeter issue) by separating the peak release times for the screens. Thanks to amiconn for pointing in the right direction.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16234 a1c6a512-1295-4272-9138-f99709370657
2008-02-06 21:53:07 +00:00
..
albumart.c Prevent possible buffer overflow when locating album art. 2008-02-06 19:51:19 +00:00
albumart.h Initial commit of the PictureFlow plugin, a nice visualization for album covers. 2007-12-09 18:48:02 +00:00
bmp.c BMP loader: Handle top-down BMP files (height is negative). Note that the e200 example pictures still don't work, as they are larger than the screen (not a loader problem). 2007-11-30 08:51:18 +00:00
bmp.h Add read_bmp_fd and make the first parameter of read_bmp_file ("filename") const. 2007-11-10 13:26:11 +00:00
icons.c
icons.h
keyboard.c FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just menus), hopefully save some space. 2007-10-19 15:31:42 +00:00
peakmeter.c Fix FS #8514 (remote peakmeter issue) by separating the peak release times for the screens. Thanks to amiconn for pointing in the right direction. 2008-02-06 21:53:07 +00:00
peakmeter.h Make a few private functins static and use fewer bytes for constants 2007-09-20 16:44:28 +00:00
radio.c bandaid fix for FS#8168 - statusbar would be enabled if poweroff happened while in fm screen. a proper fix is to not force the statusbar on in the fm screen, but untill that happens this is fine. 2008-01-10 06:46:04 +00:00
radio.h
recording.c Quick fix to prevent freezing of H10 (possibly others too) when left at the disk full message. Needs more investigation to find the cause of the freeze. 2007-12-15 23:51:13 +00:00
recording.h