summaryrefslogtreecommitdiff
path: root/apps/menu.c (follow)
Commit message (Expand)AuthorAge
* Move the old api out of the core and into the plugin lib.Jonathan Gordon2007-05-08
* fix the menus again, this time it stopped redrawing after coming out of setti...Jonathan Gordon2007-05-08
* Fix my previous commit... menus will redraw correctly againJonathan Gordon2007-05-07
* Fix the menus so lines scroll againJonathan Gordon2007-05-07
* Convert onplay.c to the new manu API. only plugins are still using the old AP...Jonathan Gordon2007-04-30
* fix a bug which made menus using the old API and a callback function to not w...Jonathan Gordon2007-04-22
* Customizable icons for all bitmap targets. (FS#7013)Jonathan Gordon2007-04-16
* Fix an off-by-one bug (hitting when menu titles are enabled) in the oldmenu w...Jens Arnold2007-04-14
* Give most of the items in the main menu a context menuJonathan Gordon2007-04-12
* Moved SH1 system code to target tree. * First shot at hwcompat cleanup.Jens Arnold2007-04-11
* Stop/shutdown logic rework in browsers and menus. Recorder V1: Double-Off shu...Jens Arnold2007-04-09
* fix yellowJonathan Gordon2007-04-08
* Give all menus using the old API a nice title and icons (except plugins)Jonathan Gordon2007-04-08
* minor actions cleanup:Jonathan Gordon2007-04-08
* Check if a new version got installed after usb disconnect and ask if user wan...Peter D'Hoye2007-03-30
* Move all valid menu return codes to a single file (root_menu.h) so we don't n...Jonathan Gordon2007-03-27
* convert the xobox menu to the new API so it can be used as an example for plu...Jonathan Gordon2007-03-25
* Remove buffer overflow in solatiare menuJonathan Gordon2007-03-18
* Remove the exit_value variable.. set the MENU_FUNC_CHECK_RETVAL fla and Jonathan Gordon2007-03-18
* Fix improper shift and mask order causing FS#6842Jonathan Gordon2007-03-18
* Fix it dropping back to the file browser.Jonathan Gordon2007-03-17
* Reload the menu if do_menu() is called while another menu is running Jonathan Gordon2007-03-17
* Unify the way functions are called from menus.Jonathan Gordon2007-03-17
* put action_signalscreenchange(); in before exiting do_menu(), fixes Jonathan Gordon2007-03-15
* This one should not have been "fixed"Jonathan Gordon2007-03-15
* Change anywhere where do_menu()'s return value was checked and expected Jonathan Gordon2007-03-15
* Fix 64 bit warnings for real.Jens Arnold2007-03-08
* Really fix the yellow this timeJonathan Gordon2007-03-08
* fix yellowJonathan Gordon2007-03-08
* dont crash if play is pressed in menus using the old apiJonathan Gordon2007-03-07
* Make the old menu aPI use the new API. Both are avialable to core and Jonathan Gordon2007-03-07
* Fix the various bugs associated with pressing MENU to move in and out of Jonathan Gordon2007-03-07
* Pressing Menu in the Rockbox Menu puts you back in the previous screen.Jonathan Gordon2007-03-06
* Allow dynamic menu items to be spoken, especially the resume/now playing itemLinus Nielsen Feltzing2007-03-05
* Allow settings to have a different title in the setting screen than they Jonathan Gordon2007-03-03
* Remove the need to double up the MENU macros in manu.h.Jonathan Gordon2007-03-03
* Centralise icon enabling to hopefully save a few bytesSteve Bavin2007-03-01
* Introducing the root menu!Jonathan Gordon2007-03-01
* returning ACTION_EXIT_AFTER_THIS_MENUITEM from a menu callback will exit Jonathan Gordon2007-02-27
* Convert the radio menus to the new system.Jonathan Gordon2007-02-27
* get the button bar working like it used to (hopefully)Jonathan Gordon2007-02-26
* woops, allow the user to quit menusJonathan Gordon2007-02-21
* Dont load the menu callback so often. Jonathan Gordon2007-02-21
* Flip the order of some of the setting screens. (If any more are Jonathan Gordon2007-02-19
* Convert the EQ menusJonathan Gordon2007-02-19
* Convert the Display menu to the new system. Jonathan Gordon2007-02-17
* Removed some unused menu codeLinus Nielsen Feltzing2007-02-16
* fix menu exiting bug I introduced in the last commitJonathan Gordon2007-02-16
* Remove the menu title on the player.Jonathan Gordon2007-02-15
* Icons in the menus. Thanks midkay for them.Jonathan Gordon2007-02-14