- 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
- 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 · 16 years ago
- ea664e0 Viewported quickscreen (take 2 :D) (FS#8553) by Jonathan Gordon · 16 years ago
- 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 · 16 years ago
- 6d20795 found (and fixed) by Stephane Doyon... by Jonathan Gordon · 16 years ago
- fe9dca3 option_screen() now accepts a viewport by Jonathan Gordon · 16 years ago
- 286d48f enable the quickscreen in menus and neaten up the else if-ing by Jonathan Gordon · 16 years ago
- 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
- a53b85a fix themes not being fully applied to the menu on load (Hopefully fixes FS#8808) by Jonathan Gordon · 17 years ago
- be185a1 fix the buttonbar in the browser and menus. by Jonathan Gordon · 17 years ago
- 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
- cd88e2a Code police raid on the settings code, consting and putting headers alongside their implementation. by Steve Bavin · 17 years ago
- 34d08b2 Fix buffer overflow in the title padding code (FS#8163) by Linus Nielsen Feltzing · 17 years ago
- c586739 by Jonathan Gordon · 17 years ago
- 5cab5da fix red by Jonathan Gordon · 17 years ago
- 91ccc01 fix FS#7288 - pad the title of the scrolling settings so they actually scroll by Jonathan Gordon · 17 years ago
- 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
- 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
- 4e09b78 From FS#7774: use list voice callback in menus. by Stéphane Doyon · 17 years ago
- 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
- 5acf091 Add a voice callback to dynamic menus, along side the text_callback. by Stéphane Doyon · 17 years ago
- cf1cef5 minor update to gui_synclist_do_button() which will hopefully simplify things later. by Jonathan Gordon · 17 years ago
- 94b9804 Make MENUITEM_STRINGLIST() menus talk (if ID2P() is used for the string) by Jonathan Gordon · 17 years ago
- 1d9f693 Redraw the menu when stopping playback, in case the bookmarking code left something on screen. by Magnus Holmgren · 17 years ago
- 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 · 17 years ago
- 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 · 17 years ago
- 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 · 17 years ago
- f7675a2 remove the need for action_signalscreenchange(). by Jonathan Gordon · 17 years ago
- a5278fa Rearrange and cleanup settings code by Jonathan Gordon · 17 years ago
- 50dc0ca same as previous commit, but more forgotten cases by Jonathan Gordon · 17 years ago
- 953e7cf woops, menus stopped getting redrawn when the setting screen exited by Jonathan Gordon · 17 years ago
- 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 · 17 years ago
- b9f22af Redraw the menus once every action, not 3 times by Jonathan Gordon · 17 years ago
- 0baad43 Accept FS#7313 - make the menus talk more often by Jonathan Gordon · 17 years ago
- 24d9f59 When recording, disable voice menus without actually modifying user settings. Patch FS#7272, fixes bug FS #6163 by Steve Bavin · 17 years ago
- fd9d140 Fix FS#7176 - wps context menu doesnt set the correct selection. by Jonathan Gordon · 17 years ago
- f31e123 Remove unused function and unused header by Nils Wallménius · 17 years ago
- 77a458a Move the old api out of the core and into the plugin lib. by Jonathan Gordon · 17 years ago
- cf47875 fix the menus again, this time it stopped redrawing after coming out of setting screens by Jonathan Gordon · 17 years ago
- baf9cf6 Fix my previous commit... menus will redraw correctly again by Jonathan Gordon · 17 years ago
- 1228820 Fix the menus so lines scroll again by Jonathan Gordon · 17 years ago
- 3a7760c Convert onplay.c to the new manu API. only plugins are still using the old API now by Jonathan Gordon · 17 years ago
- cd8870c fix a bug which made menus using the old API and a callback function to not work correctly by Jonathan Gordon · 17 years ago
- 6a5cc0b Customizable icons for all bitmap targets. (FS#7013) by Jonathan Gordon · 17 years ago
- 17c93f9 Fix an off-by-one bug (hitting when menu titles are enabled) in the oldmenu wrapper. by Jens Arnold · 18 years ago
- f9fb492 Give most of the items in the main menu a context menu by Jonathan Gordon · 18 years ago
- 8636e69 Moved SH1 system code to target tree. * First shot at hwcompat cleanup. by Jens Arnold · 18 years ago
- 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
- 9e95e30 fix yellow by Jonathan Gordon · 18 years ago
- 21b415d Give all menus using the old API a nice title and icons (except plugins) by Jonathan Gordon · 18 years ago
- a053e58 minor actions cleanup: by Jonathan Gordon · 18 years ago
- 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
- 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
- 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
- 5b61ebe Remove buffer overflow in solatiare menu by Jonathan Gordon · 18 years ago
- e54d8e1 Remove the exit_value variable.. set the MENU_FUNC_CHECK_RETVAL fla and by Jonathan Gordon · 18 years ago
- b5e587c Fix improper shift and mask order causing FS#6842 by Jonathan Gordon · 18 years ago
- 3d39c4d Fix it dropping back to the file browser. Fix yellow by Jonathan Gordon · 18 years ago
- 208136d Reload the menu if do_menu() is called while another menu is running by Jonathan Gordon · 18 years ago
- daf6694 Unify the way functions are called from menus. by Jonathan Gordon · 18 years ago
- b1a6269 put action_signalscreenchange(); in before exiting do_menu(), fixes FS#6829 by Jonathan Gordon · 18 years ago
- 5dffaf7 This one should not have been "fixed" by Jonathan Gordon · 18 years ago
- b35c1d8 Change anywhere where do_menu()'s return value was checked and expected by Jonathan Gordon · 18 years ago
- b1646ab Fix 64 bit warnings for real. by Jens Arnold · 18 years ago
- 7cb46f2 Really fix the yellow this time by Jonathan Gordon · 18 years ago
- fe3fa14 fix yellow by Jonathan Gordon · 18 years ago
- 1005195 dont crash if play is pressed in menus using the old api by Jonathan Gordon · 18 years ago
- 3452146 Make the old menu aPI use the new API. Both are avialable to core and by Jonathan Gordon · 18 years ago
- 43b2d09 Fix the various bugs associated with pressing MENU to move in and out of by Jonathan Gordon · 18 years ago
- a74eefe Pressing Menu in the Rockbox Menu puts you back in the previous screen. by Jonathan Gordon · 18 years ago
- 298c2bb Allow dynamic menu items to be spoken, especially the resume/now playing item by Linus Nielsen Feltzing · 18 years ago
- 9709086 Allow settings to have a different title in the setting screen than they by Jonathan Gordon · 18 years ago
- 02a8717 Remove the need to double up the MENU macros in manu.h. by Jonathan Gordon · 18 years ago
- 361a60c Centralise icon enabling to hopefully save a few bytes by Steve Bavin · 18 years ago
- 91cb68a Introducing the root menu! by Jonathan Gordon · 18 years ago
- 9144be5 returning ACTION_EXIT_AFTER_THIS_MENUITEM from a menu callback will exit by Jonathan Gordon · 18 years ago
- 2816dc9 Convert the radio menus to the new system. by Jonathan Gordon · 18 years ago
- 1ba493e get the button bar working like it used to (hopefully) Remove tabs by Jonathan Gordon · 18 years ago
- 169e91d woops, allow the user to quit menus by Jonathan Gordon · 18 years ago
- d563cb2 Dont load the menu callback so often. by Jonathan Gordon · 18 years ago
- ac07222 Flip the order of some of the setting screens. (If any more are by Jonathan Gordon · 18 years ago
- 2801a87 Convert the EQ menus by Jonathan Gordon · 18 years ago
- 40a253d Convert the Display menu to the new system. by Jonathan Gordon · 18 years ago
- 6ffd804 Removed some unused menu code by Linus Nielsen Feltzing · 18 years ago
- 1ea4f0d fix menu exiting bug I introduced in the last commit by Jonathan Gordon · 18 years ago
- f8e08f0 Remove the menu title on the player. by Jonathan Gordon · 18 years ago
- 5599d68 Icons in the menus. Thanks midkay for them. by Jonathan Gordon · 18 years ago
- 24c8da0 remove put_cursorxy() which is not used by Jonathan Gordon · 18 years ago
- fb62831 * Move playback menu to the new sysetm by Jonathan Gordon · 18 years ago
- 9bb864b unstatic the string buffer, fix the recording setting lang, change the by Jonathan Gordon · 18 years ago
- 217ad16 OK, this was crazy overkill... the worst setting current by Jonathan Gordon · 18 years ago
- fe3cfcc Convert the sound menu to the new system by Jonathan Gordon · 18 years ago
- 4718a1e beginning of the new menu system. This commit shouldnt break anything, by Jonathan Gordon · 18 years ago
- 314f3b5 More static'ing, and a few fixes resulting from that. by Jens Arnold · 18 years ago
- 6a1161b dont allow the volume setting to wrap by Jonathan Gordon · 18 years ago
- a3d686f Somebody found a way to nest 6 menus deep. Congratulations. Fixes FS#5970 by Peter D'Hoye · 18 years ago
- 224c0a1 Finally, the new button action system is here, thanks to Jonathan Gordon. Some button mappings have changed and other things may break. Comments should go to the forum, http://forums.rockbox.org/index.php?topic=5829.0 or the mailing list. by Linus Nielsen Feltzing · 18 years ago
- f53779d by Shachar Liberman · 18 years ago
- f77ac7a added support remote support for the id3 infos screen (had to slightly change the list engine to use it here as well), corrected a mistake in the french translation by Kevin Ferrare · 18 years ago
- f981ea9 kill gcc4 warnings by Daniel Stenberg · 19 years ago