rockbox/apps/recorder
Jonathan Gordon b2eb44ce0e FS#10824 - viewport/statusbar API rework.
Hopefully the only user visible changes are:
- fm and recording screens go by the statusbar setting (sbs or inbuilt)
- plugins go back to using the theme as they should for menus and lists
- splash screens might get cut a bit... entirely theme and splash dependant.. if there is a problematic one we can look at it later.
- hopefully nothing more than very minor screen flickerings... let me know exactly where they are so they can be fixed

New GUI screen rules:
* Screens assume that the theme (sbs+ui viewport+ maybe background image) are always enabled. They may be disabled on a per display basis, but MUST be re-enabled on exit
* Screens must not be coded in a way that requires a statusbar of any type.. the inbuilt bar will be removed shortly.
ALWAYS RESPECT THE USERS SETTINGS unless the screen requires the full display to fit.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23904 a1c6a512-1295-4272-9138-f99709370657
2009-12-09 07:25:46 +00:00
..
albumart.c Remove wps_data.remote_wps. It's redundant with the new global curr_screen. 2009-11-04 07:14:02 +00:00
albumart.h Rework albumart buffering internally to allow for mutliple albumart sizes. 2009-10-16 19:14:41 +00:00
bmp.c fix checkwps breakage caused by r229900 2009-10-06 22:02:06 +00:00
bmp.h Inline output_row_8_native when building bmp.c in core without HAVE_JPEG or HAVE_BMP_SCALING. 2009-05-09 10:32:07 +00:00
icons.c
icons.h
jpeg_common.h Move YUV->RGB in JPEG load from before scaler to after scaler. Required change to struct custom_format, so sorted the plugin API as well. 2009-05-06 04:53:56 +00:00
jpeg_idct_arm.S Fix a typo in jpeg_idct8h which could cause display corruption on ARMv5+ 2009-08-31 21:46:31 +00:00
jpeg_load.c Commit part of FS#9873 - Utilise buttons for playlisting 2009-07-22 22:10:25 +00:00
jpeg_load.h Add core JPEG reader, adapted from the JPEG plugin's decoder, with some changes to prevent include conflicts between the two decoders. 2009-05-01 23:24:23 +00:00
keyboard.c FS#10824 - viewport/statusbar API rework. 2009-12-09 07:25:46 +00:00
pcm_record.c FS#10080 2009-07-14 13:57:45 +00:00
pcm_record.h
peakmeter.c Clean up some unused #includes 2009-05-17 11:56:06 +00:00
peakmeter.h continuation of last nights statusbar cleanup. 2009-02-02 03:14:51 +00:00
radio.c FS#10824 - viewport/statusbar API rework. 2009-12-09 07:25:46 +00:00
radio.h
recording.c FS#10824 - viewport/statusbar API rework. 2009-12-09 07:25:46 +00:00
recording.h
resize.c Vertical Stride: Add support for yuv to native output. 2009-10-09 03:49:53 +00:00
resize.h Fix yellow when building with HAVE_ALBUMART, without HAVE_JPEG/HAVE_BMP_SCALING. 2009-05-26 20:26:05 +00:00