summaryrefslogtreecommitdiffstats
path: root/apps/gui
AgeCommit message (Expand)AuthorFilesLines
2015-11-10Fix scrolling left button inadvertently cancels listtreeSebastian Leonhardt1-6/+8
2015-10-25AB repeat: fix bug that prevents to jump to beginning of trackSebastian Leonhardt1-6/+3
2015-10-07iPod Classic: reads HDD S.M.A.R.T. dataCástor Muñoz1-0/+4
2015-01-08Clarify usb_powered() and fix some code.Amaury Pouly1-4/+2
2014-12-20Fix broken buflib_handle check in backdrop settings loaderThomas Jarosch1-1/+1
2014-09-08Correct some file permissions.Szymon Dziok1-0/+0
2014-08-05Fix up some more redMichael Sevakis1-6/+8
2014-07-21add supports for x,y value in percentage to several tags.Chiwen Chang1-16/+100
2014-06-29skin_engine: kill scrolling if the buffer movesJonathan Gordon1-0/+10
2014-06-21lcd-24bit: Introduce a 24-bit mid-level LCD driverThomas Martitz3-17/+31
2014-06-02fix indenting, editor went nutsJonathan Gordon1-8/+8
2014-06-02skin_engine: Don't double free buflib handles shared by skin imagesJonathan Gordon1-0/+12
2014-05-18Also make sure progressbars don't tihnk their images are loadedJonathan Gordon1-0/+1
2014-05-18fix skin buffer crashes, img's are not loaded initialyJonathan Gordon1-0/+1
2014-05-14don't load the same bmp image more than once in a skinJonathan Gordon1-2/+22
2014-04-18skin_engine: Make %Vs affect the whole line.Thomas Martitz1-9/+9
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-14events: Rework event subsystem (add_event, send_event) to be more versatile.Thomas Martitz5-47/+40
2014-03-10ab_repeat: Move GUI bits to the skin engine. This allows ab_repeat to be comp...Thomas Martitz1-0/+67
2014-03-10Implement time-based resume and playback start.Michael Sevakis2-2/+5
2014-03-03Fix greyscale and mono builds.Thomas Martitz1-2/+2
2014-03-03Touchscreen: Show a line separator in lists.Thomas Martitz3-6/+42
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-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-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 Martitz1-0/+4
2014-01-15usb: Do not disable themes in the USB screen.Thomas Martitz1-21/+14
2014-01-15skins: Update SBS when changing activities.Thomas Martitz1-3/+3
2014-01-13Always check, if the USB logo for remotes overrides their physical size.Szymon Dziok1-2/+4
2014-01-13Implement volume limiter featurePurlingNayuki1-2/+4
2014-01-12skin_engine: Stricter checking for x, y, width, height for bar tags.Thomas Martitz1-4/+17
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 Martitz1-8/+4
2014-01-12put_line/scrolling: Make the scroll engine inform custom scrollers about star...Thomas Martitz1-15/+34
2014-01-11icons: When loading mono icons keep them in mono format.Thomas Martitz1-1/+1
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-07Fix Player red and icons on mono displays.Thomas Martitz1-1/+1
2014-01-07Oops, pasted to the wrong place.Thomas Martitz1-1/+1