summaryrefslogtreecommitdiff
path: root/apps/plugins/text_viewer/SOURCES
diff options
context:
space:
mode:
authorYoshihisa Uchida <uchida@rockbox.org>2010-06-26 09:14:53 +0000
committerYoshihisa Uchida <uchida@rockbox.org>2010-06-26 09:14:53 +0000
commitac622c6d673c708d48527db8a189401422a5d03c (patch)
treefb6bbde022027ccf24b2cb1be49a3c7369cf45e0 /apps/plugins/text_viewer/SOURCES
parentbe70fd89be787e2b24604f9ba785b87c1f8f1d22 (diff)
downloadrockbox-ac622c6d673c708d48527db8a189401422a5d03c.tar.gz
rockbox-ac622c6d673c708d48527db8a189401422a5d03c.zip
text viewer: reworks screen access logics and some bugs fix.
- screen access logics separte from tv_window. (new tv_display.[ch]) - using multi screen api. - (bug fix) the head of the each line is not normally displayed when the alignment is RIGHT. - (bug fix) unnecessary blank line is not displayed. (a part of FS#11400). - (bug fix) the order by which callback functions were called was not correct. (FIFO->FILO) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27138 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/text_viewer/SOURCES')
-rw-r--r--apps/plugins/text_viewer/SOURCES1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/text_viewer/SOURCES b/apps/plugins/text_viewer/SOURCES
index 7e45d1fb68..80fec09c5f 100644
--- a/apps/plugins/text_viewer/SOURCES
+++ b/apps/plugins/text_viewer/SOURCES
@@ -1,6 +1,7 @@
1text_viewer.c 1text_viewer.c
2tv_action.c 2tv_action.c
3tv_bookmark.c 3tv_bookmark.c
4tv_display.c
4tv_menu.c 5tv_menu.c
5tv_pager.c 6tv_pager.c
6tv_preferences.c 7tv_preferences.c