new text viewer
commitea0418d4f18347a9f3ce6a966c278d768e20c86e
authoruchida <uchida@a1c6a512-1295-4272-9138-f99709370657>
Wed, 14 Apr 2010 10:16:00 +0000 (14 10:16 +0000)
committeruchida <uchida@a1c6a512-1295-4272-9138-f99709370657>
Wed, 14 Apr 2010 10:16:00 +0000 (14 10:16 +0000)
tree9e7733fbdc4b3022c8bb084921699e1eb34f3ec4
parentd76b1faa20b70159cfd3203887214fe355c2707e
new text viewer

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25644 a1c6a512-1295-4272-9138-f99709370657
14 files changed:
apps/plugins/textviewer/textviewer.c [new file with mode: 0644]
apps/plugins/textviewer/textviewer.h [new file with mode: 0644]
apps/plugins/textviewer/tv_bookmark.c [new file with mode: 0644]
apps/plugins/textviewer/tv_bookmark.h [new file with mode: 0644]
apps/plugins/textviewer/tv_button.h [new file with mode: 0644]
apps/plugins/textviewer/tv_menu.c [new file with mode: 0644]
apps/plugins/textviewer/tv_menu.h [new file with mode: 0644]
apps/plugins/textviewer/tv_readtext.c [new file with mode: 0644]
apps/plugins/textviewer/tv_readtext.h [new file with mode: 0644]
apps/plugins/textviewer/tv_screen.c [new file with mode: 0644]
apps/plugins/textviewer/tv_screen.h [new file with mode: 0644]
apps/plugins/textviewer/tv_settings.c [new file with mode: 0644]
apps/plugins/textviewer/tv_settings.h [new file with mode: 0644]
apps/plugins/textviewer/tv_text_processor.c [new file with mode: 0644]