summaryrefslogtreecommitdiffstats
path: root/apps/settings.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-17Selective Backlight/Advanced Softlock - Selective actions based on contextWilliam Wilgus1-15/+25
2016-04-04Fix reset runtimeMihail Zenkov1-0/+5
2015-02-02iBasso DX50/DX90: User selectable USB mode.Udo Schläpfer1-0/+2
2015-02-02iBasso DX50/DX90: User selectable freq scaling governor.Udo Schläpfer1-0/+9
2015-01-19three new DSPsChiwen Chang1-0/+7
2014-12-22Fix red (pass pointer of 'item')Thomas Jarosch1-1/+1
2014-12-22Always initialize "item"Thomas Jarosch1-0/+1
2014-09-08Fuze+: add a configurable deadzone area for touchpad buttonsAmaury Pouly1-0/+4
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis1-4/+4
2014-03-14events: Rework event subsystem (add_event, send_event) to be more versatile.Thomas Martitz1-5/+2
2014-03-10Implement time-based resume and playback start.Michael Sevakis1-3/+8
2014-02-02talk: Remove superflous call to talk_init().Thomas Martitz1-3/+3
2014-01-07lcd-16bit: Remove {lss,lse,lst}_pattern fields from struct viewport.Thomas Martitz1-3/+0
2013-12-14scroll_engine: Rename scroll_stop* functions to be more consistent with the l...Thomas Martitz1-0/+1
2013-07-06Enable setting of global output samplerate on certain targets.Michael Sevakis1-0/+38
2013-05-24Add DAC's oversampling filter roll-off selection to sound settings.Andrew Ryabinin1-0/+3
2013-05-23Remove dsp_callback because DSP is now library code, not app code.Michael Sevakis1-3/+0
2013-04-15Straighten out the mad twisted state of sound.c and related areas.Michael Sevakis1-1/+1
2013-02-09EQ settings: Rework the settings to clean up the config file.Jonathan Gordon1-0/+2
2012-12-26Revert 64d048be. It breaks h300.Frank Gevaerts1-1/+1
2012-12-26Make code that depends on HAVE_USB_CHARGING_ENABLE check HAVE_USBSTACK.Frank Gevaerts1-1/+1
2012-10-06Add set_sleeptimer_duration function in minutesRichard Quirk1-1/+1
2012-05-28New crossfeed algorithm for Rockbox: "Meier" crossfeedBertrik Sikken1-1/+1
2012-05-09Rename HAVE_PITCHSCREEN to HAVE_PITCHCONTROLNils Wallménius1-1/+1
2012-04-30Make DSP's replaygain independent of global_settings.Michael Sevakis1-1/+1
2012-04-29Make rbcodec/dsp includes more specific.Michael Sevakis1-1/+1
2012-04-29Fundamentally rewrite much of the audio DSP.Michael Sevakis1-7/+4
2012-04-27rbcodec refactoring: dsp_set_eq_coefsSean Bartell1-1/+4
2012-04-26Consolidate compressor settings into a struct.Michael Sevakis1-5/+2
2011-12-26Moved initial checking of sleeptimer_on_startup from root_menu.c to settings.cNick Peskett1-0/+2
2011-12-26Option to restart running sleep timer on keypress.Nick Peskett1-0/+2
2011-11-28Be less smart about when to reload skins as it caused more problems than it w...Jonathan Gordon1-2/+6
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/+1
2011-11-08Redo r30826 (and hopefully not reintroduce font issues) which cleans up the f...Jonathan Gordon1-14/+16
2011-10-22Add functions font_set_ui() and font_get_ui(). The font returned by FONT_UI u...Fred Bauer1-0/+1
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg1-3/+1
2011-10-05Clean up compressor setting codeJeffrey Goode1-5/+1
2011-09-24FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon1-14/+32
2011-09-04Remove duplicated code to search for a setting by its cfg nameJonathan Gordon1-0/+14
2011-03-14Listen to and follow external Android volume changes. (Based on FS#11914 by M...Björn Stenberg1-0/+2
2011-03-01Add an ability to set a setting to a specific value with a touchscreen action.Jonathan Gordon1-1/+1
2011-01-26Fix FS#11904, filename generation was lacking a slash.bootloader_gogearsa9200_v1Thomas Martitz1-1/+1
2011-01-02Don't load the colours file if it's set to '' (partial fix for FS#11847)Alexander Levin1-1/+2
2011-01-02Don't load the keyboard layout '-.kbd' (partial fix for FS#11847)Alexander Levin1-1/+2
2010-12-06Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz1-27/+9
2010-10-03Fix FS#11648 - loading a .cfg doesnt automatically save the new config, cause...Jonathan Gordon1-0/+1
2010-09-20Remove the call to settings_save() from settings_load_config() as it seems un...Marcin Bukat1-1/+0
2010-09-17Make disabling HAVE_PITCHSCREEN actually work without breaking the buildFrank Gevaerts1-0/+2
2010-09-01Fix reds. The battery_capacity setting is used even for fixed-battery targets.Thomas Martitz1-0/+1