summaryrefslogtreecommitdiffstats
path: root/apps/plugins
AgeCommit message (Expand)AuthorFilesLines
2013-12-14scroll_engine: Rename scroll_stop* functions to be more consistent with the l...Thomas Martitz6-8/+8
2013-11-17Fix typo in apps/plugins/lib/pluginlib_actions.cBenjamin Brown1-1/+1
2013-11-14sonynwz: add pluginlib keymapAmaury Pouly1-1/+8
2013-11-14sonynwz: add battery_bench keymapAmaury Pouly1-0/+6
2013-08-26lua: Switch memory allocator from dl to tlsfMarcin Bukat9-5174/+43
2013-08-12Cube plugin fixLorenzo Miori1-1/+1
2013-07-29[ONDAV VX777][simulator] fix missing keymaps in test_touchscreenJean-Louis Biasini1-0/+3
2013-07-18[Fuze+][Keymaps] Application and viewer keymaps updateJean-Louis Biasini6-26/+28
2013-07-11Fix .ncbss from possibly overlapping .ncdata in plugins/codecs.Michael Sevakis1-32/+53
2013-07-11Revert "Fix .ncbss from possibly overlapping .ncdata in plugins/codecs."Michael Sevakis1-30/+35
2013-07-10Fix .ncbss from possibly overlapping .ncdata in plugins/codecs.Michael Sevakis1-35/+30
2013-07-05Oops, two test plugins were left in apps/plugins/SOURCES.Michael Sevakis1-2/+0
2013-07-06Enable setting of global output samplerate on certain targets.Michael Sevakis6-8/+29
2013-06-16plugin_midi: expand gustable[] to 128 entriesFrank Gevaerts1-1/+2
2013-06-16Silence some (harmless) warnings.Frank Gevaerts1-1/+1
2013-06-13test_mem: silence -Wunused-but-set-variable warningRafaël Carré1-0/+1
2013-06-09Fix rockblox instadrop behaviourMax Zerzouri1-1/+4
2013-05-21Fix CPU boosting in test_codec.Michael Sevakis1-7/+11
2013-05-05Purge the usage of DSP_SWITCH_FREQUENCY.Michael Sevakis1-1/+1
2013-04-26Make fixepoint.c as a shared library (libfixedpoint.a).Michael Sevakis13-40/+10
2013-04-18imageviewer: fix animated gifs handlingMarcin Bukat2-23/+10
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-02-23Make the git viewer use the global libtlsf.aFrank Gevaerts2-3/+2
2013-02-21Fix FS#12824 : Malfunctioning FFT plugin in Sansa Clip ZipMichael Sevakis1-12/+11
2013-02-18snake2: clip/m200 use same keypad than e200/c200Rafaël Carré1-10/+2
2013-02-18blackjack: c200 keymap is identical to clip keymapRafaël Carré1-17/+1
2013-02-18blackjack: adapt to narrow clip zip screenRafaël Carré1-8/+14
2013-02-14[Fuze+] redo osciloscope keymaps update that was canceled latelyJean-Louis Biasini1-1/+1
2013-02-09EQ settings: Rework the settings to clean up the config file.Jonathan Gordon1-0/+2
2013-02-04Additional colors for lamp.rockHayden Pearce1-1/+8
2013-01-27Created graphics for the numbers in Sudoku and fixed layout for Sansa Clip Zip.Kirill Stryaponoff4-1/+5
2013-01-25gif viewer: remove max frames count constraintMarcin Bukat3-24/+53
2013-01-24Deprecate the EXTRA_LIBS variable.Björn Stenberg3-3/+3
2013-01-02Use crc32 of filename to resume tracksRichard Quirk3-3/+6
2012-12-26[Fuze+] imageviewer: update/complete keymapsJean-Louis Biasini1-3/+4
2012-12-26[Fuze+] PictureFlow: complete keys mappingJean-Louis Biasini1-1/+5
2012-12-26[FUZE+] Rockblox plugin slight keymaps updateJean-Louis Biasini1-3/+1
2012-12-18Adapt FFT plugin to use floating on-screen display.Michael Sevakis1-583/+652
2012-12-18Adapt OSD in plugin lib to be greylib compatible.Michael Sevakis9-353/+1057
2012-12-04Revert a couple keymaps from 0f8aedb.Michael Sevakis1-10/+4
2012-12-05Add a true waveform display to the oscilloscope plugin.Michael Sevakis4-434/+2041
2012-11-21Pacbox: add fuze+ to the targets that can manage full framesJean-Louis Biasini1-2/+4
2012-11-21Fuze+ demo plugin's keymaps upgradeJean-Louis Biasini2-3/+4
2012-11-21imageviewer: compile gif addon with -O2Marcin Bukat1-1/+1
2012-11-13imageviewer: gif viewer based on giflib-5.0.2Marcin Bukat23-15/+3006
2012-10-24Revert "SH gcc 4.6.3 with link-time optimization, for Archos targets"Marcin Bukat1-4/+4
2012-10-24SH gcc 4.6.3 with link-time optimization, for Archos targetsBoris Gjenero1-4/+4
2012-10-19Implements exponential and logarithm in calculator pluginOphir LOJKINE1-1/+74