index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
shortcuts.c
Age
Commit message (
Expand
)
Author
2021-03-09
Shortcuts Menu -- remove debug statements
William Wilgus
2021-03-09
Shortcuts Menu -- Update2
William Wilgus
2021-03-08
Shortcuts Menu Update
William Wilgus
2021-03-07
Shortcuts.c -- Update
William Wilgus
2020-08-17
Add open_plugin to core
William Wilgus
2019-08-13
Enhanced shortcuts speech feedback
Igor B. Poretsky
2018-12-10
Shortcuts, Fix FS#13151 Deleting shortcut removes name, icon, talkclip
William Wilgus
2015-01-02
Shortcuts: Add move callback for buflib allocations
Thomas Jarosch
2014-08-30
Rewrite filesystem code (WIP)
Michael Sevakis
2014-03-14
events: Rework event subsystem (add_event, send_event) to be more versatile.
Thomas Martitz
2012-10-06
Add set_sleeptimer_duration function in minutes
Richard Quirk
2012-07-26
shortcuts: Remove the selected shortcut with the context menu button
Jonathan Gordon
2012-03-28
shortcuts: Don't enter shortcuts menu if there are none
Jonathan Gordon
2012-01-01
oops, somehow a leading \ went missing making these checks a bit silly!
Jonathan Gordon
2011-12-29
Fix shortcut to talk time: force enqueuing otherwise it interrupts itself rig...
Stéphane Doyon
2011-12-20
Another round of making local functions static
Bertrik Sikken
2011-12-11
Add talk support to the shortcuts menu.
Jonathan Gordon
2011-12-08
Fix red
Jonathan Gordon
2011-12-08
shortcuts: talk the time and configure the sleep timeout
Jonathan Gordon
2011-12-06
Fix warnings
Jonathan Gordon
2011-12-06
Add a shortcut type 'shutdown' which will turn off the player
Jonathan Gordon
2011-12-05
Missed one const.
Nils Wallménius
2011-12-05
Sprinkle around some static and const.
Nils Wallménius
2011-11-27
Don't load the icons unless show_icons is actually enabled. And respect that ...
Jonathan Gordon
2011-11-15
FS#12251 - User shortcuts in the main menu.
Jonathan Gordon