summaryrefslogtreecommitdiff
path: root/apps/menus/main_menu.c
AgeCommit message (Expand)Author
2007-06-11When recording, disable voice menus without actually modifying user settings....Steve Bavin
2007-06-07show the version in the rockbox info screenJonathan Gordon
2007-05-29this adds 2 options to the recording settings menu to let you save all the re...Jonathan Gordon
2007-05-19More header and dead code cleanup.Nils Wallménius
2007-04-12If credits.rock isnt loadable manually show the logo and version.Jonathan Gordon
2007-04-09Player: Fix screen update in Rockbox Info and Runtime display,Jens Arnold
2007-04-02Simulator logf builds don't need two ways to access logfSteve Bavin
2007-03-18Remove the exit_value variable.. set the MENU_FUNC_CHECK_RETVAL fla and Jonathan Gordon
2007-03-17Unify the way functions are called from menus.Jonathan Gordon
2007-03-16Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W...Jens Arnold
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold
2007-03-03Remove the need to double up the MENU macros in manu.h.Jonathan Gordon
2007-03-02Include debug menu on simulatorSteve Bavin
2007-03-02Move Sleep Timer function from the settings into the System menuDave Chapman
2007-03-01Introducing the root menu!Jonathan Gordon
2007-02-27fix "hide radio menu if no tuner is detected"; wrong constant was usedRobert Kukla
2007-02-27Code Police: Remove tabs throught apps/ . Hopefully no actual code Jonathan Gordon
2007-02-21save config.cfg after resetting settings (from the menu)Jonathan Gordon
2007-02-18Explicilty set CONFIG_ defines to 0 which are not used.. because doing Jonathan Gordon
2007-02-17Convert the Display menu to the new system. Jonathan Gordon
2007-02-17fix payer buildJonathan Gordon
2007-02-17fix margin problem in "view runtime" and "rockbox info" screensJonathan Gordon
2007-02-15Fix 64 bit warning.Jens Arnold
2007-02-15Fix simulator builds with logf enabled.Magnus Holmgren
2007-02-15fix buildsJonathan Gordon
2007-02-15Move the info and manage settings menus to the new systemJonathan Gordon
2007-02-14Icons in the menus. Thanks midkay for them.Jonathan Gordon
2007-02-13Fix the keywords on some recently added files.Jonathan Gordon
2007-02-08unstatic the string buffer, fix the recording setting lang, change the Jonathan Gordon
2007-02-08beginning of the new menu system. This commit shouldnt break anything, Jonathan Gordon