summaryrefslogtreecommitdiffstats
path: root/apps/menus
AgeCommit message (Expand)AuthorFilesLines
2014-01-13Implement volume limiter featurePurlingNayuki1-0/+41
2014-01-11playlist_viewer: Resurrect playlist viewer settings submenu in the playlist v...Thomas Martitz1-1/+1
2014-01-07lcd-common: Remove support for custom line heights from viewport.Thomas Martitz1-1/+1
2013-12-15DSP Compressor: Sidechain, Exponential Atk/RlsRyan Billing1-1/+4
2013-08-17Cleanup MV/MD macros a little.Michael Sevakis1-1/+1
2013-07-13Get rid of some superfluous single-purpose functions in playback.Michael Sevakis1-1/+1
2013-07-12Fix whitespace in files for following commit.Michael Sevakis1-9/+9
2013-07-06Reuse frequency string from recording for playback frequency.Michael Sevakis1-3/+3
2013-07-06Enable setting of global output samplerate on certain targets.Michael Sevakis1-3/+24
2013-05-24Add DAC's oversampling filter roll-off selection to sound settings.Andrew Ryabinin1-0/+7
2013-03-05EQ: - Fine grained EQ configurationHayden Pearce1-2/+2
2013-02-18Fix advanced EQ menuJonathan Gordon1-1/+3
2013-02-09EQ settings: Rework the settings to clean up the config file.Jonathan Gordon1-238/+314
2013-01-2910 Band EQ w/PresetsHayden Pearce1-18/+101
2012-12-26Revert 64d048be. It breaks h300.Frank Gevaerts1-2/+2
2012-12-26Make code that depends on HAVE_USB_CHARGING_ENABLE check HAVE_USBSTACK.Frank Gevaerts1-2/+2
2012-10-06Fix read caused by 71f7011.Dominik Riebeling1-1/+1
2012-10-06Add set_sleeptimer_duration function in minutesRichard Quirk1-2/+2
2012-07-30Database: Support for multiple search roots.Thomas Martitz1-1/+20
2012-07-30autoresume: Use GUI browser instead of text entry to select autoresumable fol...Thomas Martitz1-2/+3
2012-05-09Rename HAVE_PITCHSCREEN to HAVE_PITCHCONTROLNils Wallménius1-2/+2
2012-05-06Remove extraneous parensRafaël Carré1-1/+1
2012-04-30Make DSP's replaygain independent of global_settings.Michael Sevakis1-7/+13
2012-04-29Make rbcodec/dsp includes more specific.Michael Sevakis4-4/+1
2012-04-29Fundamentally rewrite much of the audio DSP.Michael Sevakis1-8/+4
2012-04-27rbcodec refactoring: dsp_set_eq_coefsSean Bartell1-4/+8
2012-04-26Consolidate compressor settings into a struct.Michael Sevakis1-5/+10
2012-03-29Split sleep timer activation and default duration setting.Nick Peskett1-44/+52
2012-03-28quickscreen: optionally display the shortcuts menu instead of the QSJonathan Gordon1-0/+7
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