FS#10535: bmp viewer plugin.
commit84840963730aaae3cebf69e0cc7a5b39cf0392fd
authorteru <teru@a1c6a512-1295-4272-9138-f99709370657>
Thu, 18 Feb 2010 15:10:31 +0000 (18 15:10 +0000)
committerteru <teru@a1c6a512-1295-4272-9138-f99709370657>
Thu, 18 Feb 2010 15:10:31 +0000 (18 15:10 +0000)
tree965493dbe6468ac3d7c0d4c5ede9eb76a7b72630
parent86e4d2c4b92cf652d8740297e0930800e27444b4
FS#10535: bmp viewer plugin.
* changed bmp.c so that it loads bitmap larger than LCD correctly.
* removed bmp entry form inbuilt_filetypes in filetypes.c so that bmp files will be opened with bmp viewer when selected in browser.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24754 a1c6a512-1295-4272-9138-f99709370657
apps/filetypes.c
apps/plugins/CATEGORIES
apps/plugins/imageviewer/SUBDIRS
apps/plugins/imageviewer/bmp/SOURCES [new file with mode: 0644]
apps/plugins/imageviewer/bmp/bmp.c [new file with mode: 0644]
apps/plugins/imageviewer/bmp/bmp.make [new file with mode: 0644]
apps/plugins/imageviewer/bmp/bmp_ui.c [new file with mode: 0644]
apps/plugins/imageviewer/jpeg/jpeg.c
apps/plugins/imageviewer/png/png.c
apps/plugins/viewers.config
apps/recorder/bmp.c