summaryrefslogtreecommitdiffstats
path: root/apps/menus
AgeCommit message (Expand)AuthorFilesLines
2012-03-19Option to constrain get_next_dir() to directories below global_settings.start...Nick Peskett1-1/+3
2012-03-12Change EQ settings to use a struct array in global_settings.Michael Sevakis1-35/+53
2012-01-07apps: lcd-remote.h is not needed if HAVE_REMOTE_LCD is not definedRafaël Carré2-0/+4
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz2-3/+9
2011-12-26Option to restart running sleep timer on keypress.Nick Peskett1-1/+4
2011-12-26New General Settings submenu: Startup/ShutdownNick Peskett4-101/+105
2011-12-08shortcuts: talk the time and configure the sleep timeoutJonathan Gordon2-2/+2
2011-11-29FS#12412 : Delete old buffer allocation code which has been replaced by core_...Boris Gjenero1-1/+0
2011-11-27Don't load the icons unless show_icons is actually enabled. And respect that ...Jonathan Gordon1-1/+20
2011-11-20Rename global_settings member glyphs to glyphs_to_cache and add descriptive c...Fred Bauer1-1/+1
2011-11-19FS#12293 Global default glyph setting in System > Limits > Glyphs To Cache. D...Fred Bauer1-1/+8
2011-11-19Get rid of a really annoying #ifdef line to check if backdrop support should ...Jonathan Gordon1-2/+2
2011-11-17Buflib: Make shrinking and buflib_available() smarter.Thomas Martitz1-2/+2
2011-11-16Finally commit FS#5111 - piezo clicker for ipods!Jonathan Gordon1-0/+6
2011-11-15Use buflib for all skin engine allocations.Jonathan Gordon1-18/+1
2011-10-29Fix FS#12356 : next track advances when skip in repeat one mode. audio_flush_...Michael Sevakis1-3/+23
2011-10-29Better fix for FS#12337. Use 0 to make the line height calculated from the fo...Thomas Martitz1-1/+1
2011-10-22Fix buttonbar and line padding in time&date screen.Thomas Martitz1-2/+2
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 Martitz2-4/+13
2011-10-17Move Time & Date menu from System to settings.Thomas Martitz1-8/+7
2011-10-17Commit FS#12321 - Touchscreen: List line padding, to more easily select linesThomas Martitz1-1/+12
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg3-5/+4
2011-10-04Make function calc_db in peakmeter.c staticBertrik Sikken1-3/+0
2011-09-24FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon1-0/+1
2011-09-09Add "USB Hide Internal Drive" option for multidrive devices with software usb.Frank Gevaerts1-0/+6
2011-08-30Dircache: Allow dircache to be enabled without reboot.Thomas Martitz1-9/+7
2011-08-30GSoC/Buflib: Enable compaction in buflib.Thomas Martitz1-1/+1
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-08-13Properly export sleep_timer_call from main_menu.c in exported_menus.hMichael Hohmuth2-4/+1
2011-08-07%cs (current screen) changes:Jonathan Gordon1-0/+3
2011-07-20FS#11808 - Major playlist handling changes (on disk playlists)Jonathan Gordon1-13/+40
2011-06-16Fix FS#12158 - Make the "Mode: " line in the radio menu voice.Jonathan Gordon1-1/+14
2011-06-05Make the histogram code usable for playback as well. Move the recording histo...Peter D'Hoye2-23/+27
2011-05-13FS#11931 part 2: Allow a short rewind when playback is paused. PatchMichael Hohmuth1-2/+3
2011-04-27Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis1-0/+4
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
2011-02-11autoresume: Match full directory path names only in autoresumable()Michael Hohmuth1-1/+1
2011-02-08Add option to resume next track on automatic track changeMichael Hohmuth1-26/+60
2011-02-08Make enable-autoresume option more consistent with other settings.Michael Hohmuth1-1/+21
2011-01-29Fix yellowThomas Martitz1-1/+3
2011-01-29Fix oops in r29160 (apps went into games and vice versa).Thomas Martitz1-1/+1
2011-01-29Move fm radio related menus out of radio.c into apps/menus/.Thomas Martitz2-0/+148
2011-01-29Re-factor code for the plugins main menu item, enabling better icons in that ...Thomas Martitz1-0/+74