summaryrefslogtreecommitdiff
path: root/apps/menu.c (follow)
Commit message (Expand)AuthorAge
* Fix buffer overflow in the title padding code (FS#8163)Linus Nielsen Feltzing2007-11-16
* git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15546 a1c6a512-1295-4272-9138...Jonathan Gordon2007-11-09
* fix redJonathan Gordon2007-11-07
* fix FS#7288 - pad the title of the scrolling settings so they actually scrollJonathan Gordon2007-11-05
* revert my previous commit and do it in a much less hacky way (both of these w...Jonathan Gordon2007-11-04
* return to the main menu if stop is pressed in the wps context menu, (blame po...Jonathan Gordon2007-11-04
* From FS#7774: use list voice callback in menus.Stéphane Doyon2007-10-21
* FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin2007-10-19
* Add a voice callback to dynamic menus, along side the text_callback.Stéphane Doyon2007-10-09
* minor update to gui_synclist_do_button() which will hopefully simplify things...Jonathan Gordon2007-09-17
* Make MENUITEM_STRINGLIST() menus talk (if ID2P() is used for the string)Jonathan Gordon2007-08-20
* Redraw the menu when stopping playback, in case the bookmarking code left som...Magnus Holmgren2007-08-05
* dont redraw the menu if we are about to quit anyway (noticable when backing o...Jonathan Gordon2007-08-04
* Finally use the rec button to get to the rec screen on sansa and iriver hxxx....Jonathan Gordon2007-08-02
* Fix the text for settings which have a different title than what is shown in ...Jonathan Gordon2007-07-23
* remove the need for action_signalscreenchange().Jonathan Gordon2007-07-22
* Rearrange and cleanup settings codeJonathan Gordon2007-07-11
* same as previous commit, but more forgotten casesJonathan Gordon2007-07-11
* woops, menus stopped getting redrawn when the setting screen exitedJonathan Gordon2007-07-11
* If the action handler for the menu returns ACTION_REDRAW the list will be red...Jonathan Gordon2007-07-11
* Redraw the menus once every action, not 3 timesJonathan Gordon2007-07-11
* Accept FS#7313 - make the menus talk more oftenJonathan Gordon2007-06-21
* When recording, disable voice menus without actually modifying user settings....Steve Bavin2007-06-11
* Fix FS#7176 - wps context menu doesnt set the correct selection.Jonathan Gordon2007-05-20
* Remove unused function and unused headerNils Wallménius2007-05-19
* 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