summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-12put_line(): Do not lock up if the scroll engine runs out of lines.Thomas Martitz1-2/+10
2014-01-12touchscreen/skin_engine: The touchregion handler didn't handle that vertical ...Thomas Martitz1-2/+2
2014-01-12Fix remote warnings and charcell reds, and remove minor left-over tuff.Thomas Martitz2-9/+5
2014-01-12put_line/scrolling: Make the scroll engine inform custom scrollers about star...Thomas Martitz3-18/+37
2014-01-11cuesheet: Fix another possible buffer overflow with long filenames.Thomas Martitz1-1/+3
2014-01-11cuesheet: Fix possible buffer overflow with long filenames.Thomas Martitz1-7/+11
2014-01-11cuesheet: Search for /path/to/music.mp3.cue as well if all fails.Konstantin Kudakov1-1/+6
2014-01-11icons: When loading mono icons keep them in mono format.Thomas Martitz1-1/+1
2014-01-11bmp loader: Fix loading of monochrome/greyscale BMPs with newer headers.Thomas Martitz1-2/+4
2014-01-11playlist_viewer: Reset icon callback after leaving the playlist viewer settings.Thomas Martitz1-0/+5
2014-01-11playlist_viewer: Resurrect playlist viewer settings submenu in the playlist v...Thomas Martitz2-3/+9
2014-01-10skin engine: Fix FS#12884.Thomas Martitz3-27/+27
2014-01-09skin_engine: Pass string to put_line() via $t because they can be very large.Thomas Martitz1-4/+6
2014-01-09put_line(): Limit and truncate inline strings to MAX_PATH+32.Thomas Martitz2-6/+20
2014-01-09put_line: Be more careful with changing fg and bg colors.Thomas Martitz1-5/+16
2014-01-08Fix put_line via multiscreen API on remotes. Stupid me.Thomas Martitz1-2/+2
2014-01-07Fix Player red and icons on mono displays.Thomas Martitz1-1/+1
2014-01-07Bump plugin API and ABI for put_line and struct viewport related changes.Thomas Martitz1-2/+2
2014-01-07reversi: Update viewport initialization to new member fields.Thomas Martitz1-12/+9
2014-01-07Oops, pasted to the wrong place.Thomas Martitz1-1/+1
2014-01-07Fix a few reds and yellows.Thomas Martitz2-4/+6
2014-01-07lcd/grey: Enable viewport fg_pattern and bg_pattern for all bitmap targets.Thomas Martitz4-40/+26
2014-01-07lcd-16bit: Remove {lss,lse,lst}_pattern fields from struct viewport.Thomas Martitz9-54/+3
2014-01-07lcd-common: Remove direct style (line decorations) from lcd-puts* functions.Thomas Martitz2-3/+24