reworks text viewer plugin. (FS#11209)
commit74c4803b08ca176bd93d9356a30632e7a9d262bf
authoruchida <uchida@a1c6a512-1295-4272-9138-f99709370657>
Sat, 5 Jun 2010 10:30:08 +0000 (5 10:30 +0000)
committeruchida <uchida@a1c6a512-1295-4272-9138-f99709370657>
Sat, 5 Jun 2010 10:30:08 +0000 (5 10:30 +0000)
treebb15677a7a720675ac2666f11e62042f3b2639ad
parent990d9c3c030e0fd58dda6a743f826ff52e64409c
reworks text viewer plugin. (FS#11209)
new text viewer plugin: text_viewer.rock.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26571 a1c6a512-1295-4272-9138-f99709370657
30 files changed:
apps/plugins/CATEGORIES
apps/plugins/SUBDIRS
apps/plugins/text_viewer/SOURCES [new file with mode: 0644]
apps/plugins/text_viewer/readme.txt [new file with mode: 0644]
apps/plugins/text_viewer/text_viewer.c [new file with mode: 0644]
apps/plugins/text_viewer/text_viewer.make [new file with mode: 0644]
apps/plugins/text_viewer/tv_action.c [new file with mode: 0644]
apps/plugins/text_viewer/tv_action.h [new file with mode: 0644]
apps/plugins/text_viewer/tv_bookmark.c [new file with mode: 0644]
apps/plugins/text_viewer/tv_bookmark.h [new file with mode: 0644]
apps/plugins/text_viewer/tv_button.h [new file with mode: 0644]
apps/plugins/text_viewer/tv_menu.c [new file with mode: 0644]
apps/plugins/text_viewer/tv_menu.h [new file with mode: 0644]
apps/plugins/text_viewer/tv_pager.c [new file with mode: 0644]
apps/plugins/text_viewer/tv_pager.h [new file with mode: 0644]
apps/plugins/text_viewer/tv_preferences.c [new file with mode: 0644]
apps/plugins/text_viewer/tv_preferences.h [new file with mode: 0644]
apps/plugins/text_viewer/tv_reader.c [new file with mode: 0644]
apps/plugins/text_viewer/tv_reader.h [new file with mode: 0644]
apps/plugins/text_viewer/tv_screen_pos.c [new file with mode: 0644]
apps/plugins/text_viewer/tv_screen_pos.h [new file with mode: 0644]
apps/plugins/text_viewer/tv_settings.c [new file with mode: 0644]
apps/plugins/text_viewer/tv_settings.h [new file with mode: 0644]
apps/plugins/text_viewer/tv_text_processor.c [new file with mode: 0644]
apps/plugins/text_viewer/tv_text_processor.h [new file with mode: 0644]
apps/plugins/text_viewer/tv_text_reader.c [new file with mode: 0644]
apps/plugins/text_viewer/tv_text_reader.h [new file with mode: 0644]
apps/plugins/text_viewer/tv_window.c [new file with mode: 0644]
apps/plugins/text_viewer/tv_window.h [new file with mode: 0644]
apps/plugins/viewers.config