index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
menu.c
Age
Commit message (
Expand
)
Author
2007-09-17
minor update to gui_synclist_do_button() which will hopefully simplify things...
Jonathan Gordon
2007-08-20
Make MENUITEM_STRINGLIST() menus talk (if ID2P() is used for the string)
Jonathan Gordon
2007-08-05
Redraw the menu when stopping playback, in case the bookmarking code left som...
Magnus Holmgren
2007-08-04
dont redraw the menu if we are about to quit anyway (noticable when backing o...
Jonathan Gordon
2007-08-02
Finally use the rec button to get to the rec screen on sansa and iriver hxxx....
Jonathan Gordon
2007-07-23
Fix the text for settings which have a different title than what is shown in ...
Jonathan Gordon
2007-07-22
remove the need for action_signalscreenchange().
Jonathan Gordon
2007-07-11
Rearrange and cleanup settings code
Jonathan Gordon
2007-07-11
same as previous commit, but more forgotten cases
Jonathan Gordon
2007-07-11
woops, menus stopped getting redrawn when the setting screen exited
Jonathan Gordon
2007-07-11
If the action handler for the menu returns ACTION_REDRAW the list will be red...
Jonathan Gordon
2007-07-11
Redraw the menus once every action, not 3 times
Jonathan Gordon
2007-06-21
Accept FS#7313 - make the menus talk more often
Jonathan Gordon
2007-06-11
When recording, disable voice menus without actually modifying user settings....
Steve Bavin
2007-05-20
Fix FS#7176 - wps context menu doesnt set the correct selection.
Jonathan Gordon
2007-05-19
Remove unused function and unused header
Nils Wallménius
2007-05-08
Move the old api out of the core and into the plugin lib.
Jonathan Gordon
2007-05-08
fix the menus again, this time it stopped redrawing after coming out of setti...
Jonathan Gordon
2007-05-07
Fix my previous commit... menus will redraw correctly again
Jonathan Gordon
2007-05-07
Fix the menus so lines scroll again
Jonathan Gordon
2007-04-30
Convert onplay.c to the new manu API. only plugins are still using the old AP...
Jonathan Gordon
2007-04-22
fix a bug which made menus using the old API and a callback function to not w...
Jonathan Gordon
2007-04-16
Customizable icons for all bitmap targets. (FS#7013)
Jonathan Gordon
2007-04-14
Fix an off-by-one bug (hitting when menu titles are enabled) in the oldmenu w...
Jens Arnold
2007-04-12
Give most of the items in the main menu a context menu
Jonathan Gordon
2007-04-11
Moved SH1 system code to target tree. * First shot at hwcompat cleanup.
Jens Arnold
2007-04-09
Stop/shutdown logic rework in browsers and menus. Recorder V1: Double-Off shu...
Jens Arnold
2007-04-08
fix yellow
Jonathan Gordon
2007-04-08
Give all menus using the old API a nice title and icons (except plugins)
Jonathan Gordon
2007-04-08
minor actions cleanup:
Jonathan Gordon
2007-03-30
Check if a new version got installed after usb disconnect and ask if user wan...
Peter D'Hoye
2007-03-27
Move all valid menu return codes to a single file (root_menu.h) so we don't n...
Jonathan Gordon
2007-03-25
convert the xobox menu to the new API so it can be used as an example for plu...
Jonathan Gordon
2007-03-18
Remove buffer overflow in solatiare menu
Jonathan Gordon
2007-03-18
Remove the exit_value variable.. set the MENU_FUNC_CHECK_RETVAL fla and
Jonathan Gordon
2007-03-18
Fix improper shift and mask order causing FS#6842
Jonathan Gordon
2007-03-17
Fix it dropping back to the file browser.
Jonathan Gordon
2007-03-17
Reload the menu if do_menu() is called while another menu is running
Jonathan Gordon
2007-03-17
Unify the way functions are called from menus.
Jonathan Gordon
2007-03-15
put action_signalscreenchange(); in before exiting do_menu(), fixes
Jonathan Gordon
2007-03-15
This one should not have been "fixed"
Jonathan Gordon
2007-03-15
Change anywhere where do_menu()'s return value was checked and expected
Jonathan Gordon
2007-03-08
Fix 64 bit warnings for real.
Jens Arnold
2007-03-08
Really fix the yellow this time
Jonathan Gordon
2007-03-08
fix yellow
Jonathan Gordon
2007-03-07
dont crash if play is pressed in menus using the old api
Jonathan Gordon
2007-03-07
Make the old menu aPI use the new API. Both are avialable to core and
Jonathan Gordon
2007-03-07
Fix the various bugs associated with pressing MENU to move in and out of
Jonathan Gordon
2007-03-06
Pressing Menu in the Rockbox Menu puts you back in the previous screen.
Jonathan Gordon
2007-03-05
Allow dynamic menu items to be spoken, especially the resume/now playing item
Linus Nielsen Feltzing
[next]