summaryrefslogtreecommitdiffstats
path: root/apps/menu.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-15put action_signalscreenchange(); in before exiting do_menu(), fixes Jonathan Gordon1-0/+1
2007-03-15This one should not have been "fixed"Jonathan Gordon1-1/+1
2007-03-15Change anywhere where do_menu()'s return value was checked and expected Jonathan Gordon1-2/+2
2007-03-08Fix 64 bit warnings for real.Jens Arnold1-2/+2
2007-03-08Really fix the yellow this timeJonathan Gordon1-2/+2
2007-03-08fix yellowJonathan Gordon1-2/+2
2007-03-07dont crash if play is pressed in menus using the old apiJonathan Gordon1-3/+6
2007-03-07Make the old menu aPI use the new API. Both are avialable to core and Jonathan Gordon1-222/+168
2007-03-07Fix the various bugs associated with pressing MENU to move in and out of Jonathan Gordon1-7/+10
2007-03-06Pressing Menu in the Rockbox Menu puts you back in the previous screen.Jonathan Gordon1-0/+2
2007-03-05Allow dynamic menu items to be spoken, especially the resume/now playing itemLinus Nielsen Feltzing1-1/+13
2007-03-03Allow settings to have a different title in the setting screen than they Jonathan Gordon1-9/+18
2007-03-03Remove the need to double up the MENU macros in manu.h.Jonathan Gordon1-9/+9
2007-03-01Centralise icon enabling to hopefully save a few bytesSteve Bavin1-7/+3
2007-03-01Introducing the root menu!Jonathan Gordon1-18/+53
2007-02-27returning ACTION_EXIT_AFTER_THIS_MENUITEM from a menu callback will exit Jonathan Gordon1-0/+7
2007-02-27Convert the radio menus to the new system.Jonathan Gordon1-0/+3
2007-02-26get the button bar working like it used to (hopefully)Jonathan Gordon1-127/+143
2007-02-21woops, allow the user to quit menusJonathan Gordon1-0/+2
2007-02-21Dont load the menu callback so often. Jonathan Gordon1-16/+10
2007-02-19Flip the order of some of the setting screens. (If any more are Jonathan Gordon1-3/+14
2007-02-19Convert the EQ menusJonathan Gordon1-106/+126
2007-02-17Convert the Display menu to the new system. Jonathan Gordon1-0/+3
2007-02-16Removed some unused menu codeLinus Nielsen Feltzing1-47/+2
2007-02-16fix menu exiting bug I introduced in the last commitJonathan Gordon1-1/+3
2007-02-15Remove the menu title on the player.Jonathan Gordon1-3/+4
2007-02-14Icons in the menus. Thanks midkay for them.Jonathan Gordon1-2/+46
2007-02-13remove put_cursorxy() which is not usedJonathan Gordon1-38/+0
2007-02-12* Move playback menu to the new sysetm Jonathan Gordon1-2/+3
2007-02-08unstatic the string buffer, fix the recording setting lang, change the Jonathan Gordon1-1/+1
2007-02-08OK, this was crazy overkill... the worst setting current Jonathan Gordon1-2/+2
2007-02-08Convert the sound menu to the new systemJonathan Gordon1-22/+49
2007-02-08beginning of the new menu system. This commit shouldnt break anything, Jonathan Gordon1-0/+336
2006-12-12More static'ing, and a few fixes resulting from that.Jens Arnold1-2/+2
2006-11-06dont allow the volume setting to wrapJonathan Gordon1-1/+1
2006-09-16Somebody found a way to nest 6 menus deep. Congratulations. Fixes FS#5970Peter D'Hoye1-1/+1
2006-08-15Finally, the new button action system is here, thanks to Jonathan Gordon. Som...Linus Nielsen Feltzing1-35/+7
2006-08-12Committing FS#5182 - One button hold for Horizontal screen scrolling.Shachar Liberman1-3/+14
2006-07-02added support remote support for the id3 infos screen (had to slightly change...Kevin Ferrare1-1/+1
2005-12-05kill gcc4 warningsDaniel Stenberg1-2/+2
2005-11-16show/hide icons now works properly in playlist viewerKevin Ferrare1-1/+2
2005-11-09Fixed the icon for unknown file types on the archos Player, and the bug when ...Kevin Ferrare1-1/+0
2005-11-04Fixed a bug in the multi-screen menus, the statusbar wasn't refreshed when co...Kevin Ferrare1-0/+1
2005-11-03Fixed a bug whith the multi-screen menus : when entering / leaving a menu, th...Kevin Ferrare1-18/+21
2005-10-31Corrected a small bug about status bar not refreshing the clock in menus on a...Kevin Ferrare1-2/+10
2005-10-30A small visual bug fixed with menus when in some cases the status bar was not...Kevin Ferrare1-7/+3
2005-10-30oops a little warning in menu.c, fixedKevin Ferrare1-2/+2
2005-10-30Partial menus support on remote (only browsing is working, changing option is...Kevin Ferrare1-317/+145
2005-10-08Adjust menu scrollbar height to the actual text height. Idea taken from patch...Jens Arnold1-0/+1
2005-09-01On popular demand, the arrow cursor is reintroducedLinus Nielsen Feltzing1-10/+35