summaryrefslogtreecommitdiffstats
path: root/apps/plugins/text_viewer
AgeCommit message (Expand)AuthorFilesLines
2020-09-13Xduoo X3 Add tree scrolling FS#13240, Emulate Multibutton pressesWilliam Wilgus1-1/+1
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy9-127/+2
2020-07-24[2/4] get rid of HAVE_LCD_CHARCELLSSolomon Peachy1-5/+0
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy1-39/+1
2020-04-13av300: Continue cleaning out keymaps.Solomon Peachy1-15/+0
2020-04-06xDuoo X3II and X20 portMarcin Bukat1-0/+24
2019-01-02Add Xuelin iHIFI 770/770C/800 supportSolomon Peachy1-0/+26
2018-07-28Add cleaned-up xDuoo X3 supportSolomon Peachy1-0/+12
2018-07-04Textviewer night modeMoshe Piekarski6-6/+52
2018-06-12Agptek Rocker: Build pluginsMarcin Bukat1-0/+10
2018-04-03Zen XFi2: Enable PluginsSebastian Leonhardt1-0/+5
2016-01-25Replace SAMSUNG_YH920_PAD with YH92XSebastian Leonhardt1-1/+1
2015-11-15YH8xx,YH9xx: Keymap improvementSebastian Leonhardt2-7/+30
2014-12-20text_viewer plugin: Fix two out-of-bounds buffer accessesThomas Jarosch1-2/+2
2014-09-18Introducing Targets iBasso DX50 & iBasso DX90Simon Rothen1-0/+10
2014-07-17zen/zenxfi/zenxfistyle/zenmozaic: implement plugin keymaps and enable pluginsAmaury Pouly1-0/+10
2014-06-30Introduce plugin keymaps for the Sony NWZ SeriesNils Stec1-0/+10
2014-05-24Separate keymaps for YH-820 and YH-920/925Sebastian Leonhardt1-1/+2
2014-04-06Complete Plugin Keymaps for Creative Zen X-Fi3David Jilke1-0/+13
2014-04-01Boost CPU before loading operations in textviewerAvi Eisenberg2-0/+32
2014-02-07Fixed bug where exiting textviewer after using up all the bookmarks caused th...Avi Eisenberg1-0/+3
2012-04-19hm801: Add support for plugins.Andrew Ryabinin1-0/+10
2012-04-19hm60x: Add support for plugins.Andrew Ryabinin1-0/+10
2012-02-02MPIOs: keymap tweaksMarcin Bukat1-10/+12
2012-01-02fuze+: keymap cleanup, correction and simplification (FS #12504 by Jean-Louis...Amaury Pouly1-3/+7
2011-12-24Initial commit of the Samsung YP-R0 port.Thomas Martitz1-0/+10
2011-11-30Text viewer plugin: Fix info viewport font not being set to user selected fontMichael Chicoine1-1/+1
2011-11-16Sandisk Sansa Connect port (FS #12363)Tomasz Moń1-0/+12
2011-10-02fuze+: add text viewer keymapAmaury Pouly1-0/+11
2011-09-24FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon5-10/+26
2011-05-01Fix nearly all residual 'variable set but not used' warnings reported from GC...Andree Buschmann1-0/+4
2011-03-02RaaA: Fix write locations of pluginsThomas Jarosch1-5/+5
2011-01-17FS#11822: use rockbox_browse() in plugins to select file.Teruaki Kawashima1-42/+17
2010-12-14Commit FS#11799 by Alexander Meshcheryakov. Improves the text viewer plugin t...Michael Giacomelli8-63/+130
2010-12-14FS#11777: enhancement for rockbox_browse()Teruaki Kawashima1-0/+1
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