summaryrefslogtreecommitdiff
path: root/apps/menus/main_menu.c
AgeCommit message (Expand)Author
2010-05-27Generate C file / header for svn version stringRafaël Carré
2010-03-06Restore the 'read_disk' flag for settings_apply that was removed in r24922. I...Magnus Holmgren
2010-02-26split the theme settings apply() sutff out of settings_apply(). this should f...Jonathan Gordon
2010-02-11fix text scrolling handling in do_menu, set_time_screen and time_screen.Teruaki Kawashima
2009-10-17Const correctness for output_dyn_value and unify some identical constantsNils Wallménius
2009-10-16Change the icon used for the System menu to the same as the System Settings m...Torne Wuff
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius
2009-08-19show the skin buffer size as well as the used amount in the rockbox info screenJonathan Gordon
2009-08-16remove the rockbox info line saying the AA size and replace it with skin RAM ...Jonathan Gordon
2009-08-06Remove some unused #includesBertrik Sikken
2009-08-03A bit mroe wps/skin engine cleanup so that the structs the wps uses can be st...Thomas Martitz
2009-08-03part two of the grand overall wps/skinning engine cleanup work:Jonathan Gordon
2009-07-27Start of some apps/ and wps cleanup work... Move everything related to the ac...Jonathan Gordon
2009-07-14FS#10080Nils Wallménius
2009-01-28Forget Info screen auto refresh for now since it messes with text scrolling.Michael Sevakis
2009-01-28Make sure 'Battery: Charging' is displayed in the info screen when charging n...Michael Sevakis
2009-01-06Changed lang message for credits item in Rockbox Mainmenu/System and updated ...Alessio Lenzi
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon
2008-12-24Simplify powermgmt thread loops so it calls functions turn (no more power_thr...Michael Sevakis
2008-12-01Static police.Bertrik Sikken
2008-12-01FS#9173 - move all time/clock related settings in the menus into system > "ti...Jonathan Gordon
2008-10-13Move 'Playback Settings' up from 'General Settings' to 'Settings' (FS#9472 by...Nils Wallménius
2008-09-24Clean up use of snprintf where strncpy if suited, avoid useless copying of co...Nils Wallménius
2008-09-23Display the expected album art size in the info screenJonathan Gordon
2008-09-12Make local function static and add missing #includes for Archos playerBertrik Sikken
2008-08-19Rockbox info: restore the 5seconds update delay to allow scrolling,Stéphane Doyon
2008-08-18Fix for issues in speaking the time in Rockbox Info screen (B#9167).Stéphane Doyon
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius
2008-08-03Fix FS#9237 (Mismatch in voiced and displayed buffer size).Bertrik Sikken
2008-07-08fix FS#9162 - the time needs to not talk so often, not the date lineJonathan Gordon
2008-07-05fix FS#9144 hopefully for good... only update the screen if the time line is ...Jonathan Gordon
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-06-25fix redJonathan Gordon
2008-06-25ok, only update the screen if the time is selected... otherwise the scrolling...Jonathan Gordon
2008-06-25fix FS#8969 - rockbox info screen is now redrawn every half secondJonathan Gordon
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