FS#10535: bmp viewer plugin.
commit1a9e79750589113f5d1e019045283c56c1e1dbed
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
parent6e3fbe243c0c2e046da94afee13bbb045fbc3f41
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