summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2014-04-09plugins: Add plugin_release_audio_buffer().Thomas Martitz4-13/+20
2014-04-07Fix redAmaury Pouly1-5/+11
2014-04-06Complete Plugin Keymaps for Creative Zen X-Fi3David Jilke51-11/+503
2014-04-03buffering.c: Patch up some straggling strlcpy warningsMichael Sevakis1-0/+1
2014-04-02Apparently some builds still need string.h in buffering.cMichael Sevakis1-0/+1
2014-04-03Buffering: Remove buf_ridx and buf_widx; these data are verbose.Michael Sevakis2-480/+457
2014-04-02Revert "Update lua plugin to 5.2.3"Marcin Bukat64-8838/+5483
2014-04-02Update lua plugin to 5.2.3Richard Quirk64-5483/+8838
2014-04-01Boost CPU before loading operations in textviewerAvi Eisenberg2-0/+32
2014-03-27Add Cabbiev2 port for 128x96x16 targets (Samsung YH-820), made by me.Szymon Dziok1-1/+2
2014-03-27HDD6330: enable AB repeat.Szymon Dziok1-2/+5
2014-03-18Fix build reds caused by typos.Thomas Martitz1-2/+2
2014-03-18usb screen: Stop scrolling the entire display.Thomas Martitz1-1/+5
2014-03-18quickscreen: return true on USB connection.Thomas Martitz1-7/+13
2014-03-18fix quick screen write to configDmitry Gamza1-1/+1
2014-03-14Fix reds.Thomas Martitz1-2/+2
2014-03-14events: Rework event subsystem (add_event, send_event) to be more versatile.Thomas Martitz20-118/+119
2014-03-10ab_repeat: Move GUI bits to the skin engine. This allows ab_repeat to be comp...Thomas Martitz3-62/+79
2014-03-10Implements starting playback from a cuesheet.Michael Sevakis2-26/+80
2014-03-10Implement time-based resume and playback start.Michael Sevakis28-109/+241
2014-03-06Oscilloscope: Fix loading of the speed setting for waveform viewMichael Sevakis1-1/+1
2014-03-03kernel: Break out kernel primitives into separate files and move to separate ...Thomas Martitz1-1/+1
2014-03-03Fix greyscale and mono builds.Thomas Martitz2-3/+6
2014-03-03Touchscreen: Show a line separator in lists.Thomas Martitz7-13/+98
2014-03-03Fix regression introduced by eec89a9.Thomas Martitz1-3/+3
2014-03-03Fix FS#12951: The icons could be a pixel to far down.Thomas Martitz1-1/+5
2014-02-25test_disk: Add an additional dirscan test that calls dir_get_info() also.Thomas Martitz1-0/+25
2014-02-23hosted: Rename a bit in functions to avoid name clashes with unix headers.Thomas Martitz2-18/+17
2014-02-23Fix for HAVE_MULTIDRIVE on application builds.Thomas Martitz1-1/+2
2014-02-23storage: Add STORAGE_HOSTFSThomas Martitz1-1/+1
2014-02-23Move VOL_NAMES definition to mv.hThomas Martitz2-2/+2
2014-02-17fix russian translate in 0f72c73b5bDmitry Gamza1-12/+13
2014-02-13fix red, strtok_r being annoying on sim buildsJonathan Gordon2-2/+3
2014-02-13main_menu_config: New plugin to configur the main menu orderJonathan Gordon7-6/+233
2014-02-11FS#12949 - Diff to fill in incomplete Russian translation items.Jeremy Goodwin1-3/+93
2014-02-07Fixed bug where exiting textviewer after using up all the bookmarks caused th...Avi Eisenberg1-0/+3
2014-02-05Samsung YP-R1 target portLorenzo Miori7-24/+202
2014-02-03talk: On hwcodec disabling DMA interrupt is required during buflib moveThomas Martitz1-1/+9
2014-02-03Fix warnings.Thomas Martitz2-1/+3
2014-02-02talk/voice: Reduce the size of the commit buffer.Thomas Martitz2-6/+36
2014-02-02talk.c: The new cache management is good enough to use it for .talk clips as ...Thomas Martitz1-165/+104
2014-02-02talk.c: The new cache management is good enough to use it on all targets.Thomas Martitz1-183/+189
2014-02-02talk: Smarter cache management for TALK_PARTIAL_LOAD.Thomas Martitz1-282/+373
2014-02-02talk: Add debug menu entry to view statistics about talk engine.Thomas Martitz3-2/+135
2014-02-02talk: Make talk_voice_required() local to talk.cThomas Martitz3-22/+13
2014-02-02talk/hwcodec: Do always free the clip buffer in shrink_callback().Thomas Martitz1-1/+10
2014-02-02talk: Remove superflous call to talk_init().Thomas Martitz3-9/+3
2014-01-27Correct the number of codepages on charcell.Dominik Riebeling1-1/+1
2014-01-27talk: When no voice file is loaded don't even attempt to load the clip, it's ...Thomas Martitz1-1/+3
2014-01-26hwcodec/talk.c: Give the thumbnail buffer regardless of the talk buffer policy.Thomas Martitz2-21/+32