1. f14999e Fix redraw sequence when exiting a setting menu, so splashes work properly - see FS#9994. by Steve Bavin · 16 years ago
  2. 66cf3a3 Clean up some #includes by Bertrik Sikken · 16 years ago
  3. 036fb05 Accept a quick patch from Alexander Levin to neaten up the #defines and comments from my earlier commit by Jonathan Gordon · 16 years ago
  4. 80cb355 Statusbar handling fixes. by Jonathan Gordon · 16 years ago
  5. 4b472de a few more button/statusbar fixes... by Jonathan Gordon · 16 years ago
  6. e385ee1 Decouple the statusbar drawing from the rest of the screen drawing. it is not drawn roughly 4x per second automatically. by Jonathan Gordon · 16 years ago
  7. 2c4f406 revert part of r18933 which fixes FS#9600. by Jonathan Gordon · 16 years ago
  8. c7fec13 FS#9173 - move all time/clock related settings in the menus into system > "time & date" (this includes sleep timer, alarm settings) by Jonathan Gordon · 16 years ago
  9. a22749b FS#9525 - The list for the quickscreen items chooser turned out to not really be usable so try this instead. by Jonathan Gordon · 16 years ago
  10. fdd4050 fix some problems with the menu code: by Jonathan Gordon · 16 years ago
  11. c5383c1 Stop scrolling lines when entering or leaving a menu list item. Fixes FS #9478 (Scrolling lines from (menu) lists are drawn over other screens) by Peter D'Hoye · 16 years ago
  12. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 17 years ago
  13. f76122f Accept FS #9052 by Alexander Levin with a fix by me. Changes HAS_BUTTONBAR into HAVE_BUTTONBAR to bring it in line with the other defines by Peter D'Hoye · 17 years ago
  14. ea664e0 Viewported quickscreen (take 2 :D) (FS#8553) by Jonathan Gordon · 17 years ago
  15. e15f8a2 Made source files #include the header file that they implement to make sure they are in sync. Made some local functions static. by Bertrik Sikken · 17 years ago
  16. 6d20795 found (and fixed) by Stephane Doyon... by Jonathan Gordon · 17 years ago
  17. fe9dca3 option_screen() now accepts a viewport by Jonathan Gordon · 17 years ago
  18. 286d48f enable the quickscreen in menus and neaten up the else if-ing by Jonathan Gordon · 17 years ago
  19. 6848961 Pass the buffer length to the list_get_name callback functions instead of using hardcoded MAX_PATH by Nils Wallménius · 17 years ago
  20. a53b85a fix themes not being fully applied to the menu on load (Hopefully fixes FS#8808) by Jonathan Gordon · 17 years ago
  21. be185a1 fix the buttonbar in the browser and menus. by Jonathan Gordon · 17 years ago
  22. 5ca1539 the menu and list now accepts a parent viewport to draw in (and the menu can be told to not show status/button bars). This lays the groundwork to fix colour problems with plugin menus (see star.c for an example.) This hopefully fixes some button bar issues as well as theme problems. by Jonathan Gordon · 17 years ago
  23. cd88e2a Code police raid on the settings code, consting and putting headers alongside their implementation. by Steve Bavin · 17 years ago
  24. 34d08b2 Fix buffer overflow in the title padding code (FS#8163) by Linus Nielsen Feltzing · 17 years ago
  25. c586739 by Jonathan Gordon · 17 years ago
  26. 5cab5da fix red by Jonathan Gordon · 17 years ago
  27. 91ccc01 fix FS#7288 - pad the title of the scrolling settings so they actually scroll by Jonathan Gordon · 17 years ago
  28. a6f2b82 revert my previous commit and do it in a much less hacky way (both of these were for FS#8084) by Jonathan Gordon · 17 years ago
  29. 62decc4 return to the main menu if stop is pressed in the wps context menu, (blame pondlife for the hack :D ) by Jonathan Gordon · 17 years ago
  30. 4e09b78 From FS#7774: use list voice callback in menus. by Stéphane Doyon · 17 years ago
  31. 32a9575 FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just menus), hopefully save some space. by Steve Bavin · 17 years ago
  32. 5acf091 Add a voice callback to dynamic menus, along side the text_callback. by Stéphane Doyon · 17 years ago
  33. cf1cef5 minor update to gui_synclist_do_button() which will hopefully simplify things later. by Jonathan Gordon · 17 years ago
  34. 94b9804 Make MENUITEM_STRINGLIST() menus talk (if ID2P() is used for the string) by Jonathan Gordon · 18 years ago
  35. 1d9f693 Redraw the menu when stopping playback, in case the bookmarking code left something on screen. by Magnus Holmgren · 18 years ago
  36. 75e2f19 dont redraw the menu if we are about to quit anyway (noticable when backing out of the playlist menu from the wps context menu) by Jonathan Gordon · 18 years ago
  37. 73336e9 Finally use the rec button to get to the rec screen on sansa and iriver hxxx. hold rec to get there... short press still is unused by Jonathan Gordon · 18 years ago
  38. fe2b376 Fix the text for settings which have a different title than what is shown in the menu (i.e scroll options) by Jonathan Gordon · 18 years ago
  39. f7675a2 remove the need for action_signalscreenchange(). by Jonathan Gordon · 18 years ago
  40. a5278fa Rearrange and cleanup settings code by Jonathan Gordon · 18 years ago
  41. 50dc0ca same as previous commit, but more forgotten cases by Jonathan Gordon · 18 years ago
  42. 953e7cf woops, menus stopped getting redrawn when the setting screen exited by Jonathan Gordon · 18 years ago
  43. 411f3e2 If the action handler for the menu returns ACTION_REDRAW the list will be redrawn. Fixes the Now Playing/Resume Playback text not updating by Jonathan Gordon · 18 years ago
  44. b9f22af Redraw the menus once every action, not 3 times by Jonathan Gordon · 18 years ago
  45. 0baad43 Accept FS#7313 - make the menus talk more often by Jonathan Gordon · 18 years ago
  46. 24d9f59 When recording, disable voice menus without actually modifying user settings. Patch FS#7272, fixes bug FS #6163 by Steve Bavin · 18 years ago
  47. fd9d140 Fix FS#7176 - wps context menu doesnt set the correct selection. by Jonathan Gordon · 18 years ago
  48. f31e123 Remove unused function and unused header by Nils Wallménius · 18 years ago
  49. 77a458a Move the old api out of the core and into the plugin lib. by Jonathan Gordon · 18 years ago
  50. cf47875 fix the menus again, this time it stopped redrawing after coming out of setting screens by Jonathan Gordon · 18 years ago
  51. baf9cf6 Fix my previous commit... menus will redraw correctly again by Jonathan Gordon · 18 years ago
  52. 1228820 Fix the menus so lines scroll again by Jonathan Gordon · 18 years ago
  53. 3a7760c Convert onplay.c to the new manu API. only plugins are still using the old API now by Jonathan Gordon · 18 years ago
  54. cd8870c fix a bug which made menus using the old API and a callback function to not work correctly by Jonathan Gordon · 18 years ago
  55. 6a5cc0b Customizable icons for all bitmap targets. (FS#7013) by Jonathan Gordon · 18 years ago
  56. 17c93f9 Fix an off-by-one bug (hitting when menu titles are enabled) in the oldmenu wrapper. by Jens Arnold · 18 years ago
  57. f9fb492 Give most of the items in the main menu a context menu by Jonathan Gordon · 18 years ago
  58. 8636e69 Moved SH1 system code to target tree. * First shot at hwcompat cleanup. by Jens Arnold · 18 years ago
  59. 178c565 Stop/shutdown logic rework in browsers and menus. Recorder V1: Double-Off shutdown is now possible from menus and sub-browsers as well. Player, other targets which are always powered during charging: Attempted shutdown from menu with charger plugged now displays the charging splash. by Jens Arnold · 18 years ago
  60. 9e95e30 fix yellow by Jonathan Gordon · 18 years ago
  61. 21b415d Give all menus using the old API a nice title and icons (except plugins) by Jonathan Gordon · 18 years ago
  62. a053e58 minor actions cleanup: by Jonathan Gordon · 18 years ago
  63. d2b3055 Check if a new version got installed after usb disconnect and ask if user wants to reboot. Causes disk spinup before showing the usb logo. Also fixes do_menu() not returning to root_menu after usb disconnect. by Peter D'Hoye · 18 years ago
  64. 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
  65. 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
  66. 5b61ebe Remove buffer overflow in solatiare menu by Jonathan Gordon · 18 years ago
  67. e54d8e1 Remove the exit_value variable.. set the MENU_FUNC_CHECK_RETVAL fla and by Jonathan Gordon · 18 years ago
  68. b5e587c Fix improper shift and mask order causing FS#6842 by Jonathan Gordon · 18 years ago
  69. 3d39c4d Fix it dropping back to the file browser. Fix yellow by Jonathan Gordon · 18 years ago
  70. 208136d Reload the menu if do_menu() is called while another menu is running by Jonathan Gordon · 18 years ago
  71. daf6694 Unify the way functions are called from menus. by Jonathan Gordon · 18 years ago
  72. b1a6269 put action_signalscreenchange(); in before exiting do_menu(), fixes FS#6829 by Jonathan Gordon · 18 years ago
  73. 5dffaf7 This one should not have been "fixed" by Jonathan Gordon · 18 years ago
  74. b35c1d8 Change anywhere where do_menu()'s return value was checked and expected by Jonathan Gordon · 18 years ago
  75. b1646ab Fix 64 bit warnings for real. by Jens Arnold · 18 years ago
  76. 7cb46f2 Really fix the yellow this time by Jonathan Gordon · 18 years ago
  77. fe3fa14 fix yellow by Jonathan Gordon · 18 years ago
  78. 1005195 dont crash if play is pressed in menus using the old api by Jonathan Gordon · 18 years ago
  79. 3452146 Make the old menu aPI use the new API. Both are avialable to core and by Jonathan Gordon · 18 years ago
  80. 43b2d09 Fix the various bugs associated with pressing MENU to move in and out of by Jonathan Gordon · 18 years ago
  81. a74eefe Pressing Menu in the Rockbox Menu puts you back in the previous screen. by Jonathan Gordon · 18 years ago
  82. 298c2bb Allow dynamic menu items to be spoken, especially the resume/now playing item by Linus Nielsen Feltzing · 18 years ago
  83. 9709086 Allow settings to have a different title in the setting screen than they by Jonathan Gordon · 18 years ago
  84. 02a8717 Remove the need to double up the MENU macros in manu.h. by Jonathan Gordon · 18 years ago
  85. 361a60c Centralise icon enabling to hopefully save a few bytes by Steve Bavin · 18 years ago
  86. 91cb68a Introducing the root menu! by Jonathan Gordon · 18 years ago
  87. 9144be5 returning ACTION_EXIT_AFTER_THIS_MENUITEM from a menu callback will exit by Jonathan Gordon · 18 years ago
  88. 2816dc9 Convert the radio menus to the new system. by Jonathan Gordon · 18 years ago
  89. 1ba493e get the button bar working like it used to (hopefully) Remove tabs by Jonathan Gordon · 18 years ago
  90. 169e91d woops, allow the user to quit menus by Jonathan Gordon · 18 years ago
  91. d563cb2 Dont load the menu callback so often. by Jonathan Gordon · 18 years ago
  92. ac07222 Flip the order of some of the setting screens. (If any more are by Jonathan Gordon · 18 years ago
  93. 2801a87 Convert the EQ menus by Jonathan Gordon · 18 years ago
  94. 40a253d Convert the Display menu to the new system. by Jonathan Gordon · 18 years ago
  95. 6ffd804 Removed some unused menu code by Linus Nielsen Feltzing · 18 years ago
  96. 1ea4f0d fix menu exiting bug I introduced in the last commit by Jonathan Gordon · 18 years ago
  97. f8e08f0 Remove the menu title on the player. by Jonathan Gordon · 18 years ago
  98. 5599d68 Icons in the menus. Thanks midkay for them. by Jonathan Gordon · 18 years ago
  99. 24c8da0 remove put_cursorxy() which is not used by Jonathan Gordon · 18 years ago
  100. fb62831 * Move playback menu to the new sysetm by Jonathan Gordon · 18 years ago