1. 26ff697 clean up and fix comments. no actual code change by Jonathan Gordon · 17 years ago
  2. 3a7760c Convert onplay.c to the new manu API. only plugins are still using the old API now by Jonathan Gordon · 17 years ago
  3. 21b415d Give all menus using the old API a nice title and icons (except plugins) by Jonathan Gordon · 18 years ago
  4. 91e726a Move all valid menu return codes to a single file (root_menu.h) so we don't need to rely on GO_TO_ROOT == MENU_ATTACHED_USB. by Jonathan Gordon · 18 years ago
  5. 1f5ee2a convert the xobox menu to the new API so it can be used as an example for plugin devs by Jonathan Gordon · 18 years ago
  6. e54d8e1 Remove the exit_value variable.. set the MENU_FUNC_CHECK_RETVAL fla and by Jonathan Gordon · 18 years ago
  7. b5e587c Fix improper shift and mask order causing FS#6842 by Jonathan Gordon · 18 years ago
  8. daf6694 Unify the way functions are called from menus. by Jonathan Gordon · 18 years ago
  9. 3452146 Make the old menu aPI use the new API. Both are avialable to core and by Jonathan Gordon · 18 years ago
  10. 9709086 Allow settings to have a different title in the setting screen than they by Jonathan Gordon · 18 years ago
  11. 02a8717 Remove the need to double up the MENU macros in manu.h. by Jonathan Gordon · 18 years ago
  12. 91cb68a Introducing the root menu! by Jonathan Gordon · 18 years ago
  13. 8ca99d3 Code Police: Remove tabs throught apps/ . Hopefully no actual code change by Jonathan Gordon · 18 years ago
  14. 2801a87 Convert the EQ menus by Jonathan Gordon · 18 years ago
  15. 5599d68 Icons in the menus. Thanks midkay for them. by Jonathan Gordon · 18 years ago
  16. 37d246a Comment the macros a bit, no actual code change by Jonathan Gordon · 18 years ago
  17. ee430ac fix typo which causes the macro to cause compile errors by Jonathan Gordon · 18 years ago
  18. 4718a1e beginning of the new menu system. This commit shouldnt break anything, by Jonathan Gordon · 18 years ago
  19. 780f79e Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately. by Jens Arnold · 18 years ago
  20. 1e88be5 Barry Wardell's keymappings for H10 by Daniel Stenberg · 18 years ago
  21. b322af2 iAudio X5: Allow joystick SELECT in menus by Linus Nielsen Feltzing · 18 years ago
  22. 338e2bb first gigabeat commit by Marcoen Hirschberg · 19 years ago
  23. 568ac3e Button driver for iAudio X5 by Linus Nielsen Feltzing · 19 years ago
  24. cbfe90e Use the iPod 4G button mappings for the iPod 3G as well (at least for now) by Dave Chapman · 19 years ago
  25. 20debbf iPod: Fix some button-mapping bugs and inconsistencies by Dave Chapman · 19 years ago
  26. cedba88 Matt v.d. Westhuizen's iAudio X5 keypad adjustments by Daniel Stenberg · 19 years ago
  27. d83e929 Work-in-progress iriver iFP-7xx port by Tomasz Malesinski by Dave Chapman · 19 years ago
  28. 0dc63c1 Remove IPOD_NANO_PAD definition - the Nano's keypad has turned out to be identical to the other 4G models by Dave Chapman · 19 years ago
  29. 64e5239 iPod: Add placeholder button definitions - these need reviewing when the button usage for the iPod is decided by Dave Chapman · 19 years ago
  30. c43822d Fixed a bug whith the multi-screen menus : when entering / leaving a menu, the selected item was not voiced by Kevin Ferrare · 19 years ago
  31. b83dc38 Corrected a small bug about status bar not refreshing the clock in menus on archos, added some H1x0 remote key bindings (thanks Stephan Wezel for the patch ! ) by Kevin Ferrare · 19 years ago
  32. db8415c Partial menus support on remote (only browsing is working, changing option isn't), corrected a bug in gui_list about scrollbar beeing displayed sometimes when it musn't by Kevin Ferrare · 19 years ago
  33. 6c2af7c On popular demand, the arrow cursor is reintroduced by Linus Nielsen Feltzing · 19 years ago
  34. f43216f Removed the line selector option, it is now always an inverse bar (except for the Player/Studio of course) by Linus Nielsen Feltzing · 19 years ago
  35. 01377e2 Hristo Kovachev's keypad fixes for the H300 build by Daniel Stenberg · 19 years ago
  36. da2b45f When exiting the context menu with the menu button, call the main menu. Mainly useful on Ondio which can't have both main menu and context menu bound in wps. Holding MODE on Ondio will now bring up the wps context menu instead of the main menu. by Jens Arnold · 19 years ago
  37. 9ed26cb Button adjustments for H1x0: added mode button for leaving menus and cancelling settings, removed unnecessary soft keylock from wps. by Jens Arnold · 19 years ago
  38. c19e0f0 Add remote control support to tree and menu. Move defines from wps.c to wps.h by Marcoen Hirschberg · 19 years ago
  39. cef15c6 FM preset menu: Set cursor to the current preset on enter. Added a generic function to the menu system which allows for setting the position. by Jens Arnold · 20 years ago
  40. 259e354 Added button definitions for gmini build. Prettified formatting. by Jens Arnold · 20 years ago
  41. e68ccbd Added iRiver button codes by Linus Nielsen Feltzing · 20 years ago
  42. ff4b21d Moved most actions off of button release events. by Björn Stenberg · 20 years ago
  43. 593cc00 a hell of a commit: changed several HAVE_xx configuration flags into multiple choice values (keypad, tuner, CPU, h/w codec) by Jörg Hohensohn · 20 years ago
  44. 6c33c51 Redesigned the button handling. The code now uses symbolic function defines instead of checking for specific buttons. This makes it easier to add support for new devices with different button layouts. by Björn Stenberg · 20 years ago
  45. 8fb3361 Const policed pointer arguments to functions, part 3 by Jens Arnold · 20 years ago
  46. b1403ee New way of defining menus and options allows to declare them static const, which saves the code to runtime-assemble them. Rockbox just got 6 KB smaller. by Jörg Hohensohn · 20 years ago
  47. 82586a6 Added menu_insert() by Linus Nielsen Feltzing · 20 years ago
  48. 77936e6 First shot at a nice little button bar at the bottom of the recorder LCD. Enable Button Bar in the Display settings. Only the dir browser uses it at the moment. by Linus Nielsen Feltzing · 21 years ago
  49. 42ffbf9 Second step of the voice-UI: Option values are spoken, if they are translatable strings. by Jörg Hohensohn · 21 years ago
  50. 4f36ea8 First step of the voice-UI: the menus can talk. You need a "voicefont" file in .rockbox to use this. by Jörg Hohensohn · 21 years ago
  51. 10b92c4 First step towards context sensitive and configurable menus, by Brent Coutts by Linus Nielsen Feltzing · 21 years ago
  52. 5cd393c New onplay-menu for the Player. by Kjell Ericson · 22 years ago
  53. b1b8bd4 Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to a new file: screens.c. by Björn Stenberg · 22 years ago
  54. f2873d2 use an unsigned char * for the string by Daniel Stenberg · 22 years ago
  55. aa458aa MENU_DISK_CHANGED is the new value for telling disk content might have changed by Daniel Stenberg · 22 years ago
  56. b285076 Remade the menu system slightly. All functions invoked from menus now use by Daniel Stenberg · 22 years ago
  57. 60b356e Abstracted settings user interface into set_bool, set_int and set_option. by Björn Stenberg · 22 years ago
  58. 91f743f killed off a warning by Daniel Stenberg · 22 years ago
  59. 2ac0572 Added support for nested menus by Björn Stenberg · 22 years ago
  60. 7785d55 Oh, wrong API by Björn Stenberg · 22 years ago
  61. b21a3bd Abstracted the menu interface by Björn Stenberg · 22 years ago
  62. 7ec9aa3 made the logo display a true splash screen by Robert Hak · 22 years ago
  63. 1c0c861 moved from the simulator dir by Daniel Stenberg · 22 years ago