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
This commit is contained in:
Yoshihisa Uchida 2010-06-26 09:14:53 +00:00
parent be70fd89be
commit ac622c6d67
6 changed files with 567 additions and 156 deletions

View file

@ -1,6 +1,7 @@
text_viewer.c
tv_action.c
tv_bookmark.c
tv_display.c
tv_menu.c
tv_pager.c
tv_preferences.c