rockbox/apps/recorder
Magnus Holmgren 4599ca3240 iRiver: Stop disabling the peak meter when stopping the radio.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9137 a1c6a512-1295-4272-9138-f99709370657
2006-03-20 21:24:24 +00:00
..
backdrop.c Patch #1421422 - Backdrop image patch started by Linus, finished by me. Adds ability to set backdrop images for file browser and menus (store full-screen bitmaps in /.rockbox/backdrops/) and also the ability to set a full-screen background image in a WPS using the %X|filename.bmp| WPS tag. Currently only implemented for targets with colour LCDs. 2006-02-02 20:42:56 +00:00
backdrop.h Patch #1421422 - Backdrop image patch started by Linus, finished by me. Adds ability to set backdrop images for file browser and menus (store full-screen bitmaps in /.rockbox/backdrops/) and also the ability to set a full-screen background image in a WPS using the %X|filename.bmp| WPS tag. Currently only implemented for targets with colour LCDs. 2006-02-02 20:42:56 +00:00
bmp.c Correct pallette->RGB565 conversion when loading 1-bit BMP files. 2006-03-18 20:34:45 +00:00
bmp.h Color BMP support 2006-01-28 12:12:42 +00:00
icons.c Initial attempt at using bmp2rb in the build system. Don't forget to re-run configure 2006-01-22 21:30:32 +00:00
icons.h First attempt at generating and using .h files from bitmaps using bmp2rb. The .h files are generated for both the core bitmaps and the plugins, but are only currently being used in the core. 2006-02-21 01:23:30 +00:00
keyboard.c Patch #2839 by Christian Marg - Always show the buttonbar in the keyboard screen 2006-03-11 22:31:53 +00:00
peakmeter.c Make clipping detection more sensitive for swcodec platforms by triggering on the first peak value 2006-03-08 20:38:16 +00:00
peakmeter.h
radio.c iRiver: Stop disabling the peak meter when stopping the radio. 2006-03-20 21:24:24 +00:00
radio.h refactored radio status code 2005-11-19 19:23:44 +00:00
recording.c Always stop recording when performing shutdown in the recording screen. Fixes the file corruption reported by bmmpxf in the forums. 2006-03-01 22:27:11 +00:00
recording.h
widgets.c
widgets.h