summaryrefslogtreecommitdiffstats
path: root/apps/plugins/text_viewer
AgeCommit message (Expand)AuthorFilesLines
2010-11-30HD300 - plugins keymapsMarcin Bukat1-0/+11
2010-11-03These should be the last of the plugin keymaps requiredRobert Menes1-2/+14
2010-11-02MPIO HD200: rename button defines to adhere how they are labeled on the device.Marcin Bukat1-3/+3
2010-10-06text viewer:Teruaki Kawashima6-66/+71
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz3-14/+8
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz3-8/+14
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz3-14/+8
2010-07-12text_viewer: remove unneeded code.Teruaki Kawashima1-5/+0
2010-07-08text viewer: fix the statusbar is displayed when the global statusbar setting...Yoshihisa Uchida1-2/+5
2010-07-08plugin api: delete sb_skin_update().Yoshihisa Uchida1-1/+1
2010-07-07text viewer: fixed the following bugs.Yoshihisa Uchida3-7/+11
2010-07-05text viewer: fixed StatusBar randomly appears (FS#11455).Yoshihisa Uchida1-2/+4
2010-07-02text viewer: for tv_action and tv_bookmark, the prototype of the initializer ...Yoshihisa Uchida5-25/+83
2010-07-02text viewer: fixed garbage data are not stored in the setting file.Yoshihisa Uchida1-7/+9
2010-07-01text viewer:Yoshihisa Uchida3-25/+42
2010-06-30text viewer: the display of the statusbar is synchronized actual battery, tim...Yoshihisa Uchida1-4/+2
2010-06-29text viewer: some members of preferences change to bool. And simplify menu se...Yoshihisa Uchida6-107/+41
2010-06-29text viewer: move and delete #include.Yoshihisa Uchida3-2/+1
2010-06-29text_viewer: callback functions are changed to the function that returns int ...Yoshihisa Uchida13-25/+56
2010-06-28text viewer: tv_window doesn't depend on the layout of the text viewer.Yoshihisa Uchida3-109/+108
2010-06-27fix yellow.Yoshihisa Uchida1-2/+2
2010-06-27text viewer: display functions more changes.Yoshihisa Uchida4-126/+117
2010-06-27text viewer: simplify display functions.Yoshihisa Uchida3-78/+48
2010-06-26fix red.Yoshihisa Uchida1-0/+2
2010-06-26text viewer: some modify text viewer's layout and preferences.Yoshihisa Uchida6-89/+82
2010-06-26text viewer: reworks screen access logics and some bugs fix.Yoshihisa Uchida6-156/+567
2010-06-24text_viewer: rename preference values.Yoshihisa Uchida7-45/+45
2010-06-23FS#11399 by me: fix r26998 for text_viewerRafaël Carré13-52/+115
2010-06-20text_viewer: cleanup & bugfixRafaël Carré19-383/+275
2010-06-11text viewer: can select the indent spaces when the line mode is reflow.Yoshihisa Uchida6-18/+34
2010-06-10text viewer: fix that the return value's type is wrong.Yoshihisa Uchida1-2/+2
2010-06-10fix the problem that does not jump to selected the bookmark. (FS#11386)Yoshihisa Uchida3-4/+12
2010-06-09text viewer: don't load font if it is the same font currently used.Teruaki Kawashima1-10/+4
2010-06-09text viewer: can select "move to prev/next page" or "move to top page/bottom ...Yoshihisa Uchida6-19/+54
2010-06-08text viewer: 1) fix uisim abends when fonts list is displayed.Yoshihisa Uchida2-12/+11
2010-06-07fix red.Teruaki Kawashima1-0/+2
2010-06-07text viewer: gigabeat f: add buttons to do one line up/down, and one column l...Teruaki Kawashima1-1/+6
2010-06-07text viewer: some fixes related to font.Teruaki Kawashima2-65/+31
2010-06-07text viewer: can selected scroll by column/scroll by screen for the horizonta...Yoshihisa Uchida9-69/+131
2010-06-06text viewer: can display the horizontal scroll bar.Yoshihisa Uchida6-58/+107
2010-06-06text viewer: can be selected the number of screens per page.Yoshihisa Uchida8-87/+84
2010-06-05reworks text viewer plugin. (FS#11209)Yoshihisa Uchida27-0/+4794