summaryrefslogtreecommitdiffstats
path: root/apps/plugins/lib
AgeCommit message (Expand)AuthorFilesLines
2020-07-24plugins: Fix the builds for targets lacking HAVE_BACKLIGHTSolomon Peachy1-0/+2
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy11-110/+8
2020-07-24[2/4] get rid of HAVE_LCD_CHARCELLSSolomon Peachy7-605/+2
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy7-364/+4
2020-07-22keyboard add ability to specify temporary custom layoutsWilliam Wilgus3-0/+92
2020-06-27button: allow disabling software poweroffFranklin Wei2-0/+25
2020-04-13av300: Continue cleaning out keymaps.Solomon Peachy1-7/+0
2020-04-06xDuoo X3II and X20 portMarcin Bukat2-0/+46
2019-07-20FS#7704 - Talk support for pluginsSolomon Peachy1-8/+8
2019-07-19Silence warning in stdio_compat.hFranklin Wei1-1/+1
2019-07-19Quake!Franklin Wei1-0/+2
2019-01-02Add Xuelin iHIFI 770/770C/800 supportSolomon Peachy2-7/+52
2018-07-28Add cleaned-up xDuoo X3 supportSolomon Peachy2-0/+23
2018-06-12Agptek Rocker: Build pluginsMarcin Bukat3-2/+17
2018-04-03Zen XFi2: Enable PluginsSebastian Leonhardt1-3/+6
2017-12-24fix red once moreFranklin Wei1-5/+0
2017-12-24Undef potentially conflicting macros in stdio_compat.hFranklin Wei1-0/+3
2017-12-24fix redFranklin Wei2-4/+5
2017-12-23Port of Duke Nukem 3DFranklin Wei2-12/+44
2017-12-23stdio compat layer for pluginsMarcin Bukat3-0/+299
2017-12-16Fix last commitFranklin Wei1-3/+6
2017-12-16Change button mappings in plugins/lib/keymaps.hFranklin Wei1-4/+4
2017-09-30xworld: support diagonal buttons on Zen X-FiFranklin Wei1-0/+11
2017-09-30Harmonize plugin keymapsFranklin Wei1-0/+222
2017-02-04Fix dangerous castsAmaury Pouly2-2/+3
2017-01-15Renamed defines UNALIGNED to ROCKBOX_UNALIGNED - UNALIGNED is alreadyMatthias Mohr1-2/+2
2016-12-18Add circle drawing/filling to xlcdFranklin Wei2-0/+105
2016-06-28Fix endianness handling for sha1 (used by the otp plugin)Frank Gevaerts1-1/+1
2016-06-05One-Time Password client (HOTP and TOTP)Franklin Wei3-0/+551
2016-01-25Replace SAMSUNG_YH920_PAD with YH92XSebastian Leonhardt1-2/+2
2015-11-15YH8xx,YH9xx: Keymap improvementSebastian Leonhardt1-3/+3
2015-02-22Lamp plugin: Allow toggling the button light using "select".Frank Gevaerts2-0/+7
2015-01-12Fix red/yellowMarcin Bukat1-2/+2
2015-01-12Get rid of stupid _backlight_* function namesMarcin Bukat1-2/+2
2014-09-18Introducing Targets iBasso DX50 & iBasso DX90Simon Rothen1-0/+7
2014-07-17zen/zenxfi/zenxfistyle/zenmozaic: implement plugin keymaps and enable pluginsAmaury Pouly1-2/+3
2014-06-21lcd-24bit: Introduce a 24-bit mid-level LCD driverThomas Martitz4-98/+109
2014-05-24Separate keymaps for YH-820 and YH-920/925Sebastian Leonhardt1-2/+4
2014-04-06Complete Plugin Keymaps for Creative Zen X-Fi3David Jilke1-5/+5
2014-03-10Implement time-based resume and playback start.Michael Sevakis1-0/+1
2014-01-07lcd/grey: Enable viewport fg_pattern and bg_pattern for all bitmap targets.Thomas Martitz4-40/+26
2014-01-07lcd-common: Remove support for custom line heights from viewport.Thomas Martitz1-2/+1
2013-11-17Fix typo in apps/plugins/lib/pluginlib_actions.cBenjamin Brown1-1/+1
2013-11-14sonynwz: add pluginlib keymapAmaury Pouly1-1/+8
2013-04-26Make fixepoint.c as a shared library (libfixedpoint.a).Michael Sevakis3-28/+0
2013-04-14Use equivalent puts_scroll() call.Thomas Martitz1-1/+1
2013-04-10Move fixedpoint.h to be accessible in /firmware.Michael Sevakis1-50/+2
2013-04-09Consolidate identical fixedpoint exp and ln functions.Michael Sevakis1-50/+2
2013-01-02Use crc32 of filename to resume tracksRichard Quirk1-1/+2
2012-12-18Adapt OSD in plugin lib to be greylib compatible.Michael Sevakis8-351/+1048