rockbox/apps/recorder
Bertrik Sikken db2d61f4ea Killed unnecessary global variables by making them static.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17184 a1c6a512-1295-4272-9138-f99709370657
2008-04-20 10:24:15 +00:00
..
albumart.c When looking for album art in /.rockbox/albumart/, use album artist rather than artist, if available. 2008-04-19 15:21:09 +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 Remove some more simulator debugging output. 2008-04-07 17:19:53 +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 Make vkeyboard usable on M3. 2008-03-18 22:59:39 +00:00
peakmeter.c Killed unnecessary global variables by making them static. 2008-04-20 10:24:15 +00:00
peakmeter.h Killed unnecessary global variables by making them static. 2008-04-20 10:24:15 +00:00
radio.c Use file_exists and dir_exists functions where appropriate, fix one wrong file descriptor check and one possible dir descriptor leak 2008-04-16 19:51:43 +00:00
radio.h Do some planned radio interface cleanup since adding in the LV24020LP. 2007-07-14 11:20:31 +00:00
recording.c Simplify that clip indicator reset code a bit 2008-03-08 20:32:37 +00:00
recording.h Implement FS #2976: Clip Counter for recording screen. If enabled in peak meter settings, it shows the number of times clipping occurred (clip indicator going on). Count is reset on recording start and only counts during actual recording. Stays on screen when stopping or pauzing. Also fix a drawing bug when peakmeters start at a non-zero x offset. 2007-08-25 15:53:54 +00:00