summaryrefslogtreecommitdiffstats
path: root/apps/root_menu.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-18BUGFIX root_menu.cWilliam Wilgus1-1/+1
2021-12-24Root menu: prevent infinite loop trying to exit pluginChristian Soffke1-0/+2
2021-11-07plugin_screen don't save settings on every plugin executionWilliam Wilgus1-1/+1
2021-11-07Shortcuts, allow plugins to run through inbuilt file browserWilliam Wilgus1-0/+3
2021-11-07root_menu.c fix recent regression for shortcuts add resume for pluginsWilliam Wilgus1-7/+31
2021-10-31exit file browser before running pluginsWilliam Wilgus1-31/+26
2021-10-29PLUGINBROWSER make resumableWilliam Wilgus1-17/+49
2021-10-24root_menu fix red for devices with RTC_ALARM but no tuner or recordingWilliam Wilgus1-1/+5
2021-10-23root_menu.c code clean up -- stir the ifdef mess?William Wilgus1-54/+84
2021-10-16Open Plugins search by langidsWilliam Wilgus1-1/+2
2021-08-03open_plugins bugfix failure to saveWilliam Wilgus1-2/+2
2021-03-18shortcuts menu bugfix wps context plugin fallthroughWilliam Wilgus1-1/+2
2021-03-18Open Plugin cache plugin entry when possibleWilliam Wilgus1-0/+3
2021-03-08Shortcuts Menu UpdateWilliam Wilgus1-0/+12
2021-03-07Shortcuts.c -- UpdateWilliam Wilgus1-13/+19
2020-09-18Headphone / lineout pause/resume #FS13237William Wilgus1-3/+12
2020-08-17Add open_plugin to coreWilliam Wilgus1-14/+32
2020-08-16root_menu move tag cache init check to pictureflow pluginWilliam Wilgus1-27/+13
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy1-18/+0
2020-07-19do_menu pass internal synclist reference to callbackWilliam Wilgus1-2/+7
2019-09-20Bug fix dynamic menusWilliam Wilgus1-2/+3
2019-08-13Tweak how the pictureflow plugin is invokedSolomon Peachy1-8/+19
2015-02-02iBasso DX50/DX90: Major code cleanup and reorganization.Udo Schläpfer1-2/+2
2014-09-18Introducing Targets iBasso DX50 & iBasso DX90Simon Rothen1-2/+2
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis1-3/+2
2014-04-15root_menu: Remove previous_music_is_wps() and change previous_music via event...Thomas Martitz1-15/+23
2014-03-14events: Rework event subsystem (add_event, send_event) to be more versatile.Thomas Martitz1-2/+3
2014-03-10Implement time-based resume and playback start.Michael Sevakis1-0/+1
2014-02-23Move VOL_NAMES definition to mv.hThomas Martitz1-1/+1
2014-02-13main_menu_config: New plugin to configur the main menu orderJonathan Gordon1-4/+8
2013-11-20Introduce volume_{present,removable} and fix invalid calls in apps/Amaury Pouly1-2/+3
2013-07-13Get rid of some superfluous single-purpose functions in playback.Michael Sevakis1-1/+1
2013-01-02Use crc32 of filename to resume tracksRichard Quirk1-2/+4
2012-12-16root menu setting: make the setting handles whitespaceJonathan Gordon1-41/+44
2012-03-16More meaningful name and type for 'root menu' settingAlexander Levin1-3/+3
2012-02-27root menu: Use - to reset the root menu order from a configJonathan Gordon1-0/+5
2012-02-25main menu: Add the ability to hide and reorder the main menu items.Jonathan Gordon1-12/+104
2011-12-26Moved initial checking of sleeptimer_on_startup from root_menu.c to settings.cNick Peskett1-3/+0
2011-12-20Another round of making local functions staticBertrik Sikken1-2/+0
2011-11-15FS#12251 - User shortcuts in the main menu.Jonathan Gordon1-0/+6
2011-10-17Sleep timer options: persistent duration and start on boot.Thomas Martitz1-0/+3
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg1-1/+0
2011-08-07%cs (current screen) changes:Jonathan Gordon1-3/+7
2011-07-20FS#11808 - Major playlist handling changes (on disk playlists)Jonathan Gordon1-5/+24
2011-06-13Fix the %cs tag for the pitchscreen and playlist viewerJonathan Gordon1-1/+6
2011-06-01FS#11925 - Add a proper system to keep track of the current screen/activity t...Jonathan Gordon1-5/+21
2011-02-28Missed #if change from r29462 - thanks to Thomas Martitz for spotting.Dave Chapman1-1/+1
2011-02-28Fix returning to wps from a plugin.Thomas Martitz1-1/+2
2011-02-28Change the condition for including the shutdown menu item to something more a...Dave Chapman1-1/+1
2011-01-29Move fm radio related menus out of radio.c into apps/menus/.Thomas Martitz1-3/+0