summaryrefslogtreecommitdiff
path: root/apps/menu.c
AgeCommit message (Expand)Author
2007-04-09Stop/shutdown logic rework in browsers and menus. Recorder V1: Double-Off shu...Jens Arnold
2007-04-08fix yellowJonathan Gordon
2007-04-08Give all menus using the old API a nice title and icons (except plugins)Jonathan Gordon
2007-04-08minor actions cleanup:Jonathan Gordon
2007-03-30Check if a new version got installed after usb disconnect and ask if user wan...Peter D'Hoye
2007-03-27Move all valid menu return codes to a single file (root_menu.h) so we don't n...Jonathan Gordon
2007-03-25convert the xobox menu to the new API so it can be used as an example for plu...Jonathan Gordon
2007-03-18Remove buffer overflow in solatiare menuJonathan Gordon
2007-03-18Remove the exit_value variable.. set the MENU_FUNC_CHECK_RETVAL fla and Jonathan Gordon
2007-03-18Fix improper shift and mask order causing FS#6842Jonathan Gordon
2007-03-17Fix it dropping back to the file browser.Jonathan Gordon
2007-03-17Reload the menu if do_menu() is called while another menu is running Jonathan Gordon
2007-03-17Unify the way functions are called from menus.Jonathan Gordon
2007-03-15put action_signalscreenchange(); in before exiting do_menu(), fixes Jonathan Gordon
2007-03-15This one should not have been "fixed"Jonathan Gordon
2007-03-15Change anywhere where do_menu()'s return value was checked and expected Jonathan Gordon
2007-03-08Fix 64 bit warnings for real.Jens Arnold
2007-03-08Really fix the yellow this timeJonathan Gordon
2007-03-08fix yellowJonathan Gordon
2007-03-07dont crash if play is pressed in menus using the old apiJonathan Gordon
2007-03-07Make the old menu aPI use the new API. Both are avialable to core and Jonathan Gordon
2007-03-07Fix the various bugs associated with pressing MENU to move in and out of Jonathan Gordon
2007-03-06Pressing Menu in the Rockbox Menu puts you back in the previous screen.Jonathan Gordon
2007-03-05Allow dynamic menu items to be spoken, especially the resume/now playing itemLinus Nielsen Feltzing
2007-03-03Allow settings to have a different title in the setting screen than they Jonathan Gordon
2007-03-03Remove the need to double up the MENU macros in manu.h.Jonathan Gordon
2007-03-01Centralise icon enabling to hopefully save a few bytesSteve Bavin
2007-03-01Introducing the root menu!Jonathan Gordon
2007-02-27returning ACTION_EXIT_AFTER_THIS_MENUITEM from a menu callback will exit Jonathan Gordon
2007-02-27Convert the radio menus to the new system.Jonathan Gordon
2007-02-26get the button bar working like it used to (hopefully)Jonathan Gordon
2007-02-21woops, allow the user to quit menusJonathan Gordon
2007-02-21Dont load the menu callback so often. Jonathan Gordon
2007-02-19Flip the order of some of the setting screens. (If any more are Jonathan Gordon
2007-02-19Convert the EQ menusJonathan Gordon
2007-02-17Convert the Display menu to the new system. Jonathan Gordon
2007-02-16Removed some unused menu codeLinus Nielsen Feltzing
2007-02-16fix menu exiting bug I introduced in the last commitJonathan Gordon
2007-02-15Remove the menu title on the player.Jonathan Gordon
2007-02-14Icons in the menus. Thanks midkay for them.Jonathan Gordon
2007-02-13remove put_cursorxy() which is not usedJonathan Gordon
2007-02-12* Move playback menu to the new sysetm Jonathan Gordon
2007-02-08unstatic the string buffer, fix the recording setting lang, change the Jonathan Gordon
2007-02-08OK, this was crazy overkill... the worst setting current Jonathan Gordon
2007-02-08Convert the sound menu to the new systemJonathan Gordon
2007-02-08beginning of the new menu system. This commit shouldnt break anything, Jonathan Gordon
2006-12-12More static'ing, and a few fixes resulting from that.Jens Arnold
2006-11-06dont allow the volume setting to wrapJonathan Gordon
2006-09-16Somebody found a way to nest 6 menus deep. Congratulations. Fixes FS#5970Peter D'Hoye
2006-08-15Finally, the new button action system is here, thanks to Jonathan Gordon. Som...Linus Nielsen Feltzing