summaryrefslogtreecommitdiffstats
path: root/apps/menu.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-20Make MENUITEM_STRINGLIST() menus talk (if ID2P() is used for the string)Jonathan Gordon1-0/+11
2007-08-05Redraw the menu when stopping playback, in case the bookmarking code left som...Magnus Holmgren1-1/+1
2007-08-04dont redraw the menu if we are about to quit anyway (noticable when backing o...Jonathan Gordon1-1/+2
2007-08-02Finally use the rec button to get to the rec screen on sansa and iriver hxxx....Jonathan Gordon1-0/+8
2007-07-23Fix the text for settings which have a different title than what is shown in ...Jonathan Gordon1-2/+6
2007-07-22remove the need for action_signalscreenchange().Jonathan Gordon1-5/+0
2007-07-11Rearrange and cleanup settings codeJonathan Gordon1-114/+4
2007-07-11same as previous commit, but more forgotten casesJonathan Gordon1-2/+8
2007-07-11woops, menus stopped getting redrawn when the setting screen exitedJonathan Gordon1-2/+2
2007-07-11If the action handler for the menu returns ACTION_REDRAW the list will be red...Jonathan Gordon1-0/+10
2007-07-11Redraw the menus once every action, not 3 timesJonathan Gordon1-4/+4
2007-06-21Accept FS#7313 - make the menus talk more oftenJonathan Gordon1-3/+10
2007-06-11When recording, disable voice menus without actually modifying user settings....Steve Bavin1-1/+1
2007-05-20Fix FS#7176 - wps context menu doesnt set the correct selection.Jonathan Gordon1-0/+9
2007-05-19Remove unused function and unused headerNils Wallménius1-6/+1
2007-05-08Move the old api out of the core and into the plugin lib.Jonathan Gordon1-201/+1
2007-05-08fix the menus again, this time it stopped redrawing after coming out of setti...Jonathan Gordon1-0/+1
2007-05-07Fix my previous commit... menus will redraw correctly againJonathan Gordon1-0/+1
2007-05-07Fix the menus so lines scroll againJonathan Gordon1-3/+2
2007-04-30Convert onplay.c to the new manu API. only plugins are still using the old AP...Jonathan Gordon1-6/+17
2007-04-22fix a bug which made menus using the old API and a callback function to not w...Jonathan Gordon1-1/+1
2007-04-16Customizable icons for all bitmap targets. (FS#7013)Jonathan Gordon1-29/+24
2007-04-14Fix an off-by-one bug (hitting when menu titles are enabled) in the oldmenu w...Jens Arnold1-1/+1
2007-04-12Give most of the items in the main menu a context menuJonathan Gordon1-0/+6
2007-04-11Moved SH1 system code to target tree. * First shot at hwcompat cleanup.Jens Arnold1-1/+0
2007-04-09Stop/shutdown logic rework in browsers and menus. Recorder V1: Double-Off shu...Jens Arnold1-7/+1
2007-04-08fix yellowJonathan Gordon1-1/+2
2007-04-08Give all menus using the old API a nice title and icons (except plugins)Jonathan Gordon1-4/+18
2007-04-08minor actions cleanup:Jonathan Gordon1-2/+2
2007-03-30Check if a new version got installed after usb disconnect and ask if user wan...Peter D'Hoye1-0/+3
2007-03-27Move all valid menu return codes to a single file (root_menu.h) so we don't n...Jonathan Gordon1-1/+1
2007-03-25convert the xobox menu to the new API so it can be used as an example for plu...Jonathan Gordon1-10/+22
2007-03-18Remove buffer overflow in solatiare menuJonathan Gordon1-1/+14
2007-03-18Remove the exit_value variable.. set the MENU_FUNC_CHECK_RETVAL fla and Jonathan Gordon1-1/+1
2007-03-18Fix improper shift and mask order causing FS#6842Jonathan Gordon1-5/+8
2007-03-17Fix it dropping back to the file browser.Jonathan Gordon1-1/+1
2007-03-17Reload the menu if do_menu() is called while another menu is running Jonathan Gordon1-1/+5
2007-03-17Unify the way functions are called from menus.Jonathan Gordon1-7/+13
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