rockbox/apps/recorder
Jonathan Gordon bdbdb97f19 FS#9051 - remove LCD margins... use viewports if you need them...
NOTE to WPS people....
%m has been removed, but (i think) because of the other %m tags it wont fail if you try loading a wps with %m|..|, it will just be ignored.
Also note that if the statusbar is enabled the default viewport is 8 pixels shorter than when its not, i.e (0,0) is really (0,8) if the statusbar is shown... I dont think this will be a major issue because almost no WPS show the bar and use bitmaps... text only WPS shouldnt be affected.

Please report problem screens in http://forums.rockbox.org/index.php?topic=17358.0


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17763 a1c6a512-1295-4272-9138-f99709370657
2008-06-23 13:20:35 +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 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 Accept FS #9052 by Alexander Levin with a fix by me. Changes HAS_BUTTONBAR into HAVE_BUTTONBAR to bring it in line with the other defines 2008-05-29 20:32:39 +00:00
peakmeter.c Updated recording trigger screen (seems to be a feature almost noone uses?) 2008-05-28 10:55:39 +00:00
peakmeter.h Updated recording trigger screen (seems to be a feature almost noone uses?) 2008-05-28 10:55:39 +00:00
radio.c Accept FS #9052 by Alexander Levin with a fix by me. Changes HAS_BUTTONBAR into HAVE_BUTTONBAR to bring it in line with the other defines 2008-05-29 20:32:39 +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 FS#9051 - remove LCD margins... use viewports if you need them... 2008-06-23 13:20:35 +00:00
recording.h Accept FS #8994: add another recording filesplit option: stop recording and shutdown 2008-05-15 22:47:07 +00:00