summaryrefslogtreecommitdiffstats
path: root/apps/shortcuts.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-03[Feature] run filebrowser automatically for out of tree shortcutsWilliam Wilgus1-5/+0
2023-11-25[Feature] run .link shortcuts within menu shortcutsWilliam Wilgus1-0/+9
2023-05-27PictureFlow: Make Shuffle options availableChristian Soffke1-1/+4
2023-01-13Remove buflib allocation names, part twoAidan MacDonald1-6/+3
2022-12-17Remove browse_context_init()Aidan MacDonald1-3/+5
2022-12-17settings: Remove setting ID return from find_setting()Aidan MacDonald1-1/+1
2022-12-14wps.c cleanup gui_show_wpsWilliam Wilgus1-2/+2
2022-12-11Eliminate skin updates in between activitiesChristian Soffke1-1/+4
2022-11-24move confirm delete prompt to misc.cWilliam Wilgus1-1/+1
2022-11-14replace strlcpy with strmemccpyWilliam Wilgus1-5/+5
2022-11-02Exit Shortcuts on ACTION_STD_MENUroman.artiukhin1-1/+1
2022-10-27shortcuts: Reduce SHORTCUTS_PER_HANDLE to 4Aidan MacDonald1-1/+1
2022-10-27shortcuts: Increase max shortcut name to 64 bytesAidan MacDonald1-1/+1
2022-05-03add const to const * stringsWilliam Wilgus1-1/+1
2022-03-13replace more strcmp if then trees with string_option()William Wilgus1-5/+9
2022-02-06Fix glitches with custom list title viewportsChristian Soffke1-0/+4
2022-01-22Option to switch off album art or to prefer file over embeddedChristian Soffke1-1/+10
2022-01-04PictureFlow: Utilize "Current Playlist" menu (+ GS fixes)Christian Soffke1-1/+1
2021-12-02Fix FS#13319Christian Soffke1-1/+8
2021-11-10Fix: Shortcuts Menu data loss & crashChristian Soffke1-0/+14
2021-07-25shortcuts: fix file handle leak on OOM conditionAidan MacDonald1-1/+4
2021-04-10misc: Only include rbpaths.h and string-extra.h in places that need itSolomon Peachy1-0/+1
2021-04-07Fix: Directory stream not closed in Shortcuts menuChristian Soffke1-0/+2
2021-03-09Shortcuts Menu -- remove debug statementsWilliam Wilgus1-2/+1
2021-03-09Shortcuts Menu -- Update2William Wilgus1-1/+8
2021-03-08Shortcuts Menu UpdateWilliam Wilgus1-1/+3
2021-03-07Shortcuts.c -- UpdateWilliam Wilgus1-3/+10
2020-08-17Add open_plugin to coreWilliam Wilgus1-0/+7
2019-08-13Enhanced shortcuts speech feedbackIgor B. Poretsky1-2/+69
2018-12-10Shortcuts, Fix FS#13151 Deleting shortcut removes name, icon, talkclipWilliam Wilgus1-0/+6
2015-01-02Shortcuts: Add move callback for buflib allocationsThomas Jarosch1-6/+48
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis1-1/+1
2014-03-14events: Rework event subsystem (add_event, send_event) to be more versatile.Thomas Martitz1-3/+2
2012-10-06Add set_sleeptimer_duration function in minutesRichard Quirk1-1/+1
2012-07-26shortcuts: Remove the selected shortcut with the context menu buttonJonathan Gordon1-2/+40
2012-03-28shortcuts: Don't enter shortcuts menu if there are noneJonathan Gordon1-0/+5
2012-01-01oops, somehow a leading \ went missing making these checks a bit silly!Jonathan Gordon1-2/+2
2011-12-29Fix shortcut to talk time: force enqueuing otherwise it interrupts itself rig...Stéphane Doyon1-2/+3
2011-12-20Another round of making local functions staticBertrik Sikken1-3/+3
2011-12-11Add talk support to the shortcuts menu.Jonathan Gordon1-0/+18
2011-12-08Fix redJonathan Gordon1-3/+1
2011-12-08shortcuts: talk the time and configure the sleep timeoutJonathan Gordon1-7/+47
2011-12-06Fix warningsJonathan Gordon1-0/+3
2011-12-06Add a shortcut type 'shutdown' which will turn off the playerJonathan Gordon1-0/+18
2011-12-05Missed one const.Nils Wallménius1-2/+2
2011-12-05Sprinkle around some static and const.Nils Wallménius1-10/+12
2011-11-27Don't load the icons unless show_icons is actually enabled. And respect that ...Jonathan Gordon1-1/+2
2011-11-15FS#12251 - User shortcuts in the main menu.Jonathan Gordon1-0/+421