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
/
root_menu.h
Age
Commit message (
Expand
)
Author
2020-08-17
Add open_plugin to core
William Wilgus
2014-04-15
root_menu: Remove previous_music_is_wps() and change previous_music via event...
Thomas Martitz
2014-02-13
main_menu_config: New plugin to configur the main menu order
Jonathan Gordon
2012-02-25
main menu: Add the ability to hide and reorder the main menu items.
Jonathan Gordon
2011-11-15
FS#12251 - User shortcuts in the main menu.
Jonathan Gordon
2011-06-01
FS#11925 - Add a proper system to keep track of the current screen/activity t...
Jonathan Gordon
2011-01-29
Change the way how playlists and system menu items in the main menu are inter...
Thomas Martitz
2010-08-12
Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...
Thomas Martitz
2010-06-09
FS#11270 by Chris Savery - WPS integration for pictureflow
Jonathan Gordon
2010-05-09
FS#11250: Hotkey setting method changed to menu item vs button pres in contex...
Jeffrey Goode
2010-04-01
FS#11081 - Hotkey patch. Many targets supported, but some keymaps need work ...
Jeffrey Goode
2010-02-20
Playlist Viewer Changes to bring consistency:
Thomas Martitz
2009-11-03
root_menu() can't return, tell gcc about it
Rafaël Carré
2009-10-16
Add %cs tag.
Thomas Martitz
2008-12-10
add some missing ifdef HAVE_TAGCACHE checks spooted by funman
Jonathan Gordon
2008-12-01
FS#9173 - move all time/clock related settings in the menus into system > "ti...
Jonathan Gordon
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2007-10-12
Fix a bug whereby ACTION_TREE_WPS (GO_TO_PREVIOUS_MUSIC) brings us to the
Stéphane Doyon
2007-04-12
Give most of the items in the main menu a context menu
Jonathan Gordon
2007-04-05
Fix the root menu for any targets without a radio (we are using #if not #ifde...
Jonathan Gordon
2007-03-29
set correct eol-style and keywords properties
Peter D'Hoye
2007-03-27
Move all valid menu return codes to a single file (root_menu.h) so we don't n...
Jonathan Gordon
2007-03-04
Fix the start screen option - recording now works, and allow the
Jonathan Gordon
2007-03-01
Introducing the root menu!
Jonathan Gordon