summaryrefslogtreecommitdiff
path: root/apps/menus/main_menu.c
AgeCommit message (Expand)Author
2008-05-05scroll all lines in read-only info listsJonathan Gordon
2008-04-26Const police raid, making a lot of pointers to lang strings const and removin...Nils Wallménius
2008-04-20Nicer handling of unset clock in the 'Rockbox Info' screenNils Wallménius
2008-04-09Some small binsize savingsNils Wallménius
2008-04-09Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius
2008-03-31Fix for FS#8820 by Christopher Williams - Misformatted time in Rockbox InfoLinus Nielsen Feltzing
2008-03-25So, I've been sick these last few days, and I'm trying to not take drugs to g...Jonathan Gordon
2008-03-25well we suck! how could something seemingly simple be fubar'ed so much! KISS ...Jonathan Gordon
2008-03-25ok, redo that last commit.. always write /.rockbox/oldconfig.cfg when you loa...Jonathan Gordon
2008-03-25write the current settings to .rockbox/config.cfg.bak before resetting settingsJonathan Gordon
2008-03-06there is no need to load the filename settings unless reading from a .cfg, so...Jonathan Gordon
2007-12-24FS#8353 - add a quick way to make a .cfg from the sound settings.Jonathan Gordon
2007-12-17remove the duplicated gui_list struct and only duplicate the members which ar...Jonathan Gordon
2007-11-03Fix my mess in r15419: LANG_BATTERY_TOPOFF_CHARGE is only definedStéphane Doyon
2007-11-03Info screen: charging and battery.Stéphane Doyon
2007-11-03Info screen fixups:Stéphane Doyon
2007-10-30* For a better access to the information of the Rockbox Info menu by visuallyAlessio Lenzi
2007-10-24Try and save some bytes, seeing as we already assumed LANG_ constants for mon...Steve Bavin
2007-10-24Use some consts...Steve Bavin
2007-10-24Improved enum naming.Steve Bavin
2007-10-24Complete info screen voicing; now consistent with displayed screenSteve Bavin
2007-10-23Small voice-related tweaks and fixes to simplelists.Stéphane Doyon
2007-10-21convert the rockbox info screen to use the list. you need to move up/down in ...Jonathan Gordon
2007-10-19FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin
2007-10-07Accept FS#7897 with some changes by me. moves the code to talk time/date out ...Jonathan Gordon
2007-10-06Accept FS#7864 - minor menu cleanup to move theme settings into a new themes ...Jonathan Gordon
2007-08-23Patch FS#7641 by Daniel Dalton, talking clock improvementsLinus Nielsen Feltzing
2007-08-22Don't say 'hours' and 'minutes' in the 24 hour time announcement, and use 'o'...Jens Arnold
2007-08-22Simplify a tiny bit more.Jens Arnold
2007-08-22Simplified 12 hour time voicing.Jens Arnold
2007-08-21Voice the time in the format the user selects in the time format setting. Pat...Jonas Häggqvist
2007-08-19Use size_t type for the buffer_size parameter to formatter functions, static ...Nils Wallménius
2007-08-10Remove the 'USB' menu item from the sim system menu, press the 'u' key to dis...Nils Wallménius
2007-08-06Accept FS#5464 - organise the rocks directory. Jonathan Gordon
2007-08-06Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...Nils Wallménius
2007-08-05*** Lang v2 cleanup (FS#6574) ***Nils Wallménius
2007-07-22remove the need for action_signalscreenchange().Jonathan Gordon
2007-06-11When recording, disable voice menus without actually modifying user settings....Steve Bavin
2007-06-07show the version in the rockbox info screenJonathan Gordon
2007-05-29this adds 2 options to the recording settings menu to let you save all the re...Jonathan Gordon
2007-05-19More header and dead code cleanup.Nils Wallménius
2007-04-12If credits.rock isnt loadable manually show the logo and version.Jonathan Gordon
2007-04-09Player: Fix screen update in Rockbox Info and Runtime display,Jens Arnold
2007-04-02Simulator logf builds don't need two ways to access logfSteve Bavin
2007-03-18Remove the exit_value variable.. set the MENU_FUNC_CHECK_RETVAL fla and Jonathan Gordon
2007-03-17Unify the way functions are called from menus.Jonathan Gordon
2007-03-16Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W...Jens Arnold
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold
2007-03-03Remove the need to double up the MENU macros in manu.h.Jonathan Gordon
2007-03-02Include debug menu on simulatorSteve Bavin