summaryrefslogtreecommitdiffstats
path: root/apps/menus/main_menu.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-05Fix rockbox info screen on non-MULTIVOLUME targetsSolomon Peachy1-3/+6
2019-08-01Make info screen properly multi-volume aware.Solomon Peachy1-92/+73
2019-07-28Ninety-nine bugs on the wall, Fix one bug, pass it around, 101 bugs on the wa...Solomon Peachy1-1/+3
2019-07-28volume_ismounted is gated by HAVE_DIRCACHE rather than HAVE_MULTIVOLUMESolomon Peachy1-1/+1
2019-07-28Show time, date, and recording directory in the info screenSolomon Peachy1-2/+146
2018-12-09Fix possible truncation misc.c->output_dyn_value + use KibytesWilliam Wilgus1-16/+16
2018-10-18Fix menu warningsWilliam Wilgus1-8/+12
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis1-11/+7
2014-02-23Fix for HAVE_MULTIDRIVE on application builds.Thomas Martitz1-1/+2
2013-08-17Cleanup MV/MD macros a little.Michael Sevakis1-1/+1
2012-05-06Remove extraneous parensRafaël Carré1-1/+1
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz1-2/+4
2011-12-26New General Settings submenu: Startup/ShutdownNick Peskett1-88/+0
2011-12-08shortcuts: talk the time and configure the sleep timeoutJonathan Gordon1-1/+1
2011-11-29FS#12412 : Delete old buffer allocation code which has been replaced by core_...Boris Gjenero1-1/+0
2011-11-17Buflib: Make shrinking and buflib_available() smarter.Thomas Martitz1-2/+2
2011-11-15Use buflib for all skin engine allocations.Jonathan Gordon1-18/+1
2011-10-17Simplify seconds_to_min(), and don't safeguard used parameter.Jens Arnold1-6/+1
2011-10-17Remake the sleep timer menu item, so that selecting it while the timer is run...Thomas Martitz1-7/+57
2011-10-17Sleep timer options: persistent duration and start on boot.Thomas Martitz1-3/+9
2011-10-17Move Time & Date menu from System to settings.Thomas Martitz1-8/+7
2011-08-30GSoC/Buflib: Add buflib memory alocator to the core.Thomas Martitz1-2/+2
2011-08-14GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.Thomas Martitz1-2/+2
2011-02-20FS#11939: Simplify talk_time_unit().Andree Buschmann1-1/+1
2011-02-15Undo unwanted commit r29310.Andree Buschmann1-1/+1
2011-02-15All AAC-HE files will double the frame sample count, not only AAC-HE files wi...Andree Buschmann1-1/+1
2011-02-13Explicitely say 'minutes' when speaking the battery time, fixes FS#11932.Nils Wallménius1-1/+1
2011-02-11Use menu layout for sleep timer that is consistent to other timers. Closes FS...Andree Buschmann1-1/+1
2010-11-05Undo the part of r28480 that caused the simulator to also use host malloc.Thomas Martitz1-4/+4
2010-11-04RaaA: Use the host's malloc() for the skin engine.Jonathan Gordon1-0/+8
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz1-1/+4
2010-07-29FS#11470 - new skin code, finally svn uses the new parser from the theme edit...Jonathan Gordon1-1/+1
2010-07-24Delete useless include.Nils Wallménius1-3/+0
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz1-1/+1
2010-06-06Use SYS_FS_CHANGED and a slight rework in the recalculation of free disk spac...Thomas Martitz1-9/+10
2010-05-27Generate C file / header for svn version stringRafaël Carré1-2/+2
2010-03-06Restore the 'read_disk' flag for settings_apply that was removed in r24922. I...Magnus Holmgren1-1/+1
2010-02-26split the theme settings apply() sutff out of settings_apply(). this should f...Jonathan Gordon1-1/+2
2010-02-11fix text scrolling handling in do_menu, set_time_screen and time_screen.Teruaki Kawashima1-3/+3
2009-10-17Const correctness for output_dyn_value and unify some identical constantsNils Wallménius1-16/+1
2009-10-16Change the icon used for the System menu to the same as the System Settings m...Torne Wuff1-1/+1
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius1-14/+14
2009-08-19show the skin buffer size as well as the used amount in the rockbox info screenJonathan Gordon1-3/+3
2009-08-16remove the rockbox info line saying the AA size and replace it with skin RAM ...Jonathan Gordon1-36/+18
2009-08-06Remove some unused #includesBertrik Sikken1-1/+0
2009-08-03A bit mroe wps/skin engine cleanup so that the structs the wps uses can be st...Thomas Martitz1-7/+12
2009-08-03part two of the grand overall wps/skinning engine cleanup work:Jonathan Gordon1-1/+1
2009-07-27Start of some apps/ and wps cleanup work... Move everything related to the ac...Jonathan Gordon1-1/+1
2009-07-14FS#10080Nils Wallménius1-1/+1
2009-01-28Forget Info screen auto refresh for now since it messes with text scrolling.Michael Sevakis1-8/+0