summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-26Fix incorrect language string reference in eq_menu.cPurling Nayuki4-137/+18
2014-01-22Fix red on monochrome.Thomas Martitz1-0/+2
2014-01-22skin_engine/backdrops: Have to reload default backdrops from setting when it ...Thomas Martitz2-2/+5
2014-01-18rockbox: Improve button repeat handling.Thomas Martitz1-6/+16
2014-01-18There are 15 codepages to choose from, not 14.Frank Gevaerts1-1/+1
2014-01-18rockboy: Fix button read method.Thomas Martitz1-24/+14
2014-01-17rockblox: Fix compilation under recent mingw-w64-gcc.Thomas Martitz1-4/+4
2014-01-16Fix chinese-trad translationPurling Nayuki1-4/+272
2014-01-16buflib: Add crc field protecting buflib cookie integrityMarcin Bukat1-1/+1
2014-01-16ipods: fix DEBUG buildsMarcin Bukat1-2/+2
2014-01-16Fix Player warning.Thomas Martitz1-0/+1
2014-01-16usb screen: Crop logo to the UI viewport dimensions.Thomas Martitz1-4/+7
2014-01-16usb screen: Push the usb screen onto the activity stack. This enables %cs tag...Thomas Martitz2-1/+6
2014-01-16menus: Stop scrolling before entering the USB screen or remnants of the previ...Thomas Martitz1-0/+4
2014-01-15usb: Do not disable themes in the USB screen.Thomas Martitz1-21/+14
2014-01-15tagtree: Use strnatcasecmp() for the database browser too.Thomas Martitz1-1/+14
2014-01-15Fix PlayerThomas Martitz1-5/+4
2014-01-15Fix checkwps.Thomas Martitz1-2/+8
2014-01-15skins: Update SBS when changing activities.Thomas Martitz2-5/+13
2014-01-15radio: Fix crash with radioart after skipping some stationsThomas Martitz1-2/+2
2014-01-14FMS: Load/update the skin at last, when fully initialzed, so that it can disp...Thomas Martitz1-2/+5
2014-01-13Always check, if the USB logo for remotes overrides their physical size.Szymon Dziok1-2/+4
2014-01-13Don't try to set default_val in volume_limit_is_changed().Frank Gevaerts1-3/+1
2014-01-13Implement volume limiter featurePurlingNayuki8-3/+122
2014-01-12skin_engine: Stricter checking for x, y, width, height for bar tags.Thomas Martitz1-4/+17
2014-01-12fuze+: Fix pitchscreen keymap.Thomas Martitz1-2/+5
2014-01-12put_line(): Add another check against possible buffer overflow (see 193911a).Thomas Martitz1-0/+2
2014-01-12put_line(): Fix buffer overflow.Thomas Martitz1-3/+5
2014-01-12skin_engine: New param "noborder" for the bar tags.Thomas Martitz5-12/+38