rockbox/apps/recorder
2008-03-26 23:35:34 +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 Major cleanup of checkwps - fix all warnings and add a script to build versions for all supported targets (plus some unsupported ones). You now need to run the version of checkwps that matches the device your WPS is for. 2008-03-26 23:35:34 +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 Customizable icons for all bitmap targets. (FS#7013) 2007-04-16 09:14:36 +00:00
icons.h Customizable icons for all bitmap targets. (FS#7013) 2007-04-16 09:14:36 +00:00
keyboard.c Make vkeyboard usable on M3. 2008-03-18 22:59:39 +00:00
peakmeter.c Commit viewports-in-WPS patch (FS#8385). This adds the %V tag - see the CustomWPS page for details (shortly...). There is still some work to do - decide how to handle font references, decide how to handle conditionals. Plus checkwps is broken - I'll fix that in a separate commit. 2008-03-21 19:38:00 +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 the menu and list now accepts a parent viewport to draw in (and the menu can be told to not show status/button bars). This lays the groundwork to fix colour problems with plugin menus (see star.c for an example.) This hopefully fixes some button bar issues as well as theme problems. 2008-03-26 03:35:24 +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