summaryrefslogtreecommitdiffstats
path: root/apps/root_menu.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-05revert my commit from a few days ago.. It doesnt actually do anythingJonathan Gordon1-3/+0
2008-10-03fix yellow... should also actyually fix the issue...Jonathan Gordon1-1/+1
2008-10-03Hopefully fix crashes if the start screen is set to previous and nvram.bin be...Jonathan Gordon1-0/+3
2008-09-24Clean up use of snprintf where strncpy if suited, avoid useless copying of co...Nils Wallménius1-1/+1
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius1-6/+6
2008-07-16Make a couple of locally used callbacks staticBertrik Sikken1-2/+2
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-22FS#9019 - Tidied up WPS context menu. Moved playlist to the top, added Playb...Steve Bavin1-1/+1
2008-05-11more textarea to viewport conversion... yes/no screen...Jonathan Gordon1-1/+0
2008-05-03Made source files #include the header file that they implement to make sure t...Bertrik Sikken1-1/+1
2008-04-26Const police raid, making a lot of pointers to lang strings const and removin...Nils Wallménius1-2/+3
2008-03-29Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h",...Dave Chapman1-4/+0
2008-03-26Major cleanup of checkwps - fix all warnings and add a script to build versio...Dave Chapman1-0/+1
2008-03-26the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon1-4/+4
2008-02-09Fix FS#7334, make Follow Playlist work when STOP is pressed.Steve Bavin1-1/+1
2007-10-19FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin1-2/+2
2007-10-12Fix a bug whereby ACTION_TREE_WPS (GO_TO_PREVIOUS_MUSIC) brings us to theStéphane Doyon1-1/+8
2007-10-12Go to the WPS on a successful bookmark_mrb_load() from the MRB,Stéphane Doyon1-1/+2
2007-10-12Voice already gets shutup when starting playback. It's also appropriateStéphane Doyon1-0/+1
2007-10-09Add a voice callback to dynamic menus, along side the text_callback.Stéphane Doyon1-1/+1
2007-08-06Accept FS#5464 - organise the rocks directory. Jonathan Gordon1-1/+32
2007-08-06Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...Nils Wallménius1-3/+21
2007-08-05*** Lang v2 cleanup (FS#6574) ***Nils Wallménius1-2/+2
2007-07-22remove the need for action_signalscreenchange().Jonathan Gordon1-1/+0
2007-07-11Give the plugin menu its own title (when configured). Fixes FS #7371Peter D'Hoye1-1/+1
2007-07-11If the action handler for the menu returns ACTION_REDRAW the list will be red...Jonathan Gordon1-1/+3
2007-07-03Accept FS #7303 by Christoph Reiter: add context menu to FM radio entry in ma...Peter D'Hoye1-3/+4
2007-07-03Fix FS#7387 - trying to go into the file browser when the last folder was on ...Jonathan Gordon1-0/+7
2007-05-19Remove unused function and unused headerNils Wallménius1-1/+0
2007-04-25Change some ifdefs for the recent backdrop changes (fixes the yellow builds) ...Nicolas Pennequin1-3/+4
2007-04-25Add backdrop support for LCD remotes with depth > 1-bit. Only WPS backdrops, ...Nicolas Pennequin1-0/+3
2007-04-25fix a stupid bug which didnt check the flag correctly (caused the player to c...Jonathan Gordon1-2/+2
2007-04-18Fix build for those who don't want to build tagcacheBrandon Low1-0/+4
2007-04-12Give most of the items in the main menu a context menuJonathan Gordon1-11/+40
2007-04-09Fix yellow player build. Sims have no charging...Jens Arnold1-0/+2
2007-04-09Stop/shutdown logic rework in browsers and menus. Recorder V1: Double-Off shu...Jens Arnold1-1/+6
2007-04-05Fix the root menu for any targets without a radio (we are using #if not #ifde...Jonathan Gordon1-1/+1
2007-03-31FS#6948 - Fix the broken 'follow playlist' featureRobert Kukla1-1/+1
2007-03-30Check if a new version got installed after usb disconnect and ask if user wan...Peter D'Hoye1-16/+0
2007-03-29set correct eol-style and keywords propertiesPeter D'Hoye1-1/+1
2007-03-29Hopefully fix FS#6863 for good. (possible to get into infinite loop in the me...Jonathan Gordon1-50/+48
2007-03-27Move all valid menu return codes to a single file (root_menu.h) so we don't n...Jonathan Gordon1-4/+5
2007-03-23Temporary workaround hard lockup with "nothing to resume" splash at end of th...Dominik Riebeling1-1/+1
2007-03-21Fix FS#6863 - infinite looping with "Nothing to resume"Jonathan Gordon1-0/+2
2007-03-18fix redJonathan Gordon1-1/+1
2007-03-17Fix it dropping back to the file browser.Jonathan Gordon1-1/+1
2007-03-17Unify the way functions are called from menus.Jonathan Gordon1-1/+2
2007-03-17Cast some more to keep both 32 bit and 64 bit simulator platforms happy.Jens Arnold1-1/+1
2007-03-17Fix simulator builds, and some debugf() format strings.Jens Arnold1-2/+2
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-5/+5