mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-19 13:07:38 -04:00
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:
parent
be70fd89be
commit
ac622c6d67
6 changed files with 567 additions and 156 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue