index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
root_menu.h
(
unfollow
)
Commit message (
Expand
)
Author
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
2006-11-22
Change if CONFIG_CPU==PP50XX to ifdef CPU_PP where appropriate
Daniel Ankers
2006-04-04
Simplification for user timer on coldfire. We define TIMER_FREQ separately an...
Jens Arnold
2006-03-17
Add timer.c module support for ipods. Remove uneeded SIMULATOR check.
Thom Johansen
2005-10-03
Coldfire: New timer handling on CPU frequency change, adjusting the prescaler...
Jens Arnold
2005-07-26
Moved implementation of user timer to the firmware layer, implemented it for ...
Jens Arnold
2005-07-12
Beginnings of a library complementing the core LCD functions. First function:...
Jens Arnold
2004-06-23
Split grayscale library into several files to make up a real function library...
Jens Arnold