summaryrefslogtreecommitdiffstats
path: root/apps/gui
AgeCommit message (Expand)AuthorFilesLines
2020-10-12quickscreen: Get rid of a vestigal remnant of the Archos code.Solomon Peachy2-31/+2
2020-10-08get rid of ACTION_F3 (leftover from Archos days)Solomon Peachy1-10/+0
2020-08-17Add open_plugin to coreWilliam Wilgus2-5/+8
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy24-320/+15
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy8-304/+5
2020-07-24[2/4] get rid of HAVE_LCD_CHARCELLSSolomon Peachy15-427/+1
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy7-236/+4
2020-07-16statusbar: explicitly #include <button.h>Solomon Peachy1-0/+1
2019-09-24Bug fix icon.c crashes with negative icon indexWilliam Wilgus1-1/+1
2019-08-05Speech Feedback improvements on the QuickscreenSolomon Peachy2-7/+8
2019-07-28Show time, date, and recording directory in the info screenSolomon Peachy2-0/+9
2019-07-10Fix truncation warning color_picker.c->draw_screenWilliam Wilgus1-2/+2
2019-07-10Fix possible truncation statusbar.c->gui_statusbar_icon_batteryWilliam Wilgus1-3/+4
2019-02-26Fix skin_engine.c Album Art never dealloc'd on theme changeWilliam Wilgus1-0/+7
2019-02-04pitchscreen: Fix compile on HWCODEC players.Solomon Peachy1-1/+5
2019-02-03Add speech feedback in pitchscreenSolomon Peachy1-0/+75
2019-01-31FS#10311 -- Add beep when navigating to beginning or end of list.Solomon Peachy1-15/+59
2018-12-22Auto-Ranging Time Formatting For Menus (hh:mm:ss:mss)William Wilgus1-18/+23
2018-06-20Volume adjustment in WPS ignored AUDIOHW_SETTING valuesMarcin Bukat1-2/+2
2017-11-24Do playback restarts the proper wayMichael Sevakis1-16/+7
2017-11-21Undo hacks to meant to get around string formatting limitationsMichael Sevakis2-33/+8
2017-09-07Explicitly provide both cases in conditional (fixes warning)Frank Gevaerts1-1/+1
2017-02-11Improve radio RDS driver and frameworkMichael Sevakis1-2/+4
2017-02-04Fix dangerous castsAmaury Pouly1-1/+1
2017-01-17Selective Backlight/Advanced Softlock - Selective actions based on contextWilliam Wilgus2-0/+328
2016-08-12Fix misleading indentation as pointed out by the new gcc warningFrank Gevaerts1-3/+3
2016-04-04Fix reset runtimeMihail Zenkov1-2/+1
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