summaryrefslogtreecommitdiffstats
path: root/apps/gui
AgeCommit message (Expand)AuthorFilesLines
2021-11-24touchscreen: improved pixelwise scrolling in listsAidan MacDonald1-18/+56
2021-11-21touchscreen: make quickscreen easier to useAidan MacDonald1-8/+16
2021-11-21touchscreen: change odd sentinel value for time of last touchAidan MacDonald2-4/+4
2021-11-20quickscreen: fix non-intuitive behavior of top/bottom itemsAidan MacDonald1-11/+7
2021-11-13Stop audio before applying skinChristian Soffke1-0/+3
2021-11-11Add setting for disabling wrap-around listsChristian Soffke1-3/+3
2021-11-10pitchscreen make it a pluginWilliam Wilgus1-1053/+2
2021-11-10folder_select.c partial rewrite -- remove static, add full notificationWilliam Wilgus1-159/+270
2021-10-30Have ACTION_TREE_ROOT_INIT cause ACTION_STD_MENUChristian Soffke1-1/+1
2021-10-21whitespace fixesChristian Soffke1-8/+8
2021-10-13skin engine - fail gracefully when %Sx is used on non lang id stringWilliam Wilgus2-2/+3
2021-08-29bugfix: redraw yes/no screen after a full skin updateAidan MacDonald1-12/+24
2021-08-22touchscreen: fix smooth scrolling in listsAidan MacDonald3-28/+47
2021-08-22touchscreen: handle scrollbar properly when UI viewport is usedAidan MacDonald1-7/+4
2021-08-15Drop HAVE_RTC_RAMAidan MacDonald1-2/+2
2021-08-15icon.c bug fix handle read errorsWilliam Wilgus1-28/+38
2021-08-10touchscreen: Respect list item selection sizeAidan MacDonald1-2/+6
2021-08-10touchscreen: Use pointing mode in the yes/no screenAidan MacDonald1-2/+19
2021-08-10skin engine: handle bitmap read errors appropriatelyAidan MacDonald1-2/+8
2021-08-04Document intentional fallthroughs + fix harmless unintended onesAidan MacDonald3-0/+3
2021-08-03mask_select guard against null pointersWilliam Wilgus1-27/+35
2021-08-02icon.c guard against negative error values bytesread is copied to an unsigne...William Wilgus1-1/+1
2021-08-03folder_select prevent directory handle leak on errorWilliam Wilgus1-0/+3
2021-08-03list-skinned.c check label pointer for validityWilliam Wilgus1-0/+3
2021-07-07RFC: Fix a couple more dangling stack-allocated viewportsSolomon Peachy1-0/+8
2021-06-22Touchscreen: absolute point mode scrolling bugfixAidan MacDonald1-1/+1
2021-06-22Touchscreen: adjust how bar padding is handledAidan MacDonald3-12/+29
2021-06-22Touchscreen: adjust calculation of bar touch positionAidan MacDonald2-8/+17
2021-06-22Touchscreen: make volume bars respect volume step incrementAidan MacDonald1-0/+2
2021-05-27Yes/No Screen: Allow accept to be button releaseDana Conrad1-0/+5
2021-04-10Fix red in bc416ff590Solomon Peachy1-0/+1
2021-04-10misc: Only include rbpaths.h and string-extra.h in places that need itSolomon Peachy2-0/+2
2021-04-09Skin engine: respect volume decimalizationAidan MacDonald1-1/+13
2021-04-07list: After drawing scrollbars, explcitly switch back to old viewport.Solomon Peachy1-1/+2
2021-04-04QuickScreen: Update status bar after changing volumeChristian Soffke1-0/+4
2021-03-28New port: FiiO M3K on bare metalAidan MacDonald1-1/+1
2021-03-09Shortcuts Menu -- Update2William Wilgus1-1/+2
2021-03-07Shortcuts.c -- UpdateWilliam Wilgus3-4/+9
2021-03-03iPods: Allow using scroll wheel to change volume on QuickScreenChristian Soffke1-1/+9
2021-03-03Battery Icon, Remove Hardcoded Overall WidthWilliam Wilgus1-6/+8
2021-01-27skin_engine: Fix %if() when comparing against a negative number.Georg Gadinger1-1/+1
2020-12-13skinengine: Make sure logical IF operator doesn't compare a garbage valueSolomon Peachy1-0/+1
2020-12-12list: reset viewport to avoid corrupting the text in the first lineGeorg Gadinger1-1/+1
2020-11-14synclist add method for setting selection colorWilliam Wilgus3-5/+79
2020-11-13Skin_engine optimize element switchesWilliam Wilgus2-279/+287
2020-11-12Quickscreen: don't apply glabal settingsMoshe Piekarski1-1/+0
2020-11-11YesNo: Clear the button queue so a latent keypress doesn't skip the promptSolomon Peachy1-0/+1
2020-11-01Skin engine Onda Vx747William Wilgus2-5/+17
2020-10-29Volume adjustment in LISTS ignored AUDIOHW_SETTING valuesJohannes Rauh1-3/+4
2020-10-28Fix display regression from c85d8e2William Wilgus1-2/+9