summaryrefslogtreecommitdiffstats
path: root/apps/settings.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-27FS#13220: Allow sound settings to be saved againSolomon Peachy1-8/+1
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy1-21/+0
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy1-10/+2
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy1-16/+0
2020-07-22keyboard add ability to specify temporary custom layoutsWilliam Wilgus1-1/+1
2020-07-20Fix the sea of red introduced in bf546fbSolomon Peachy1-1/+2
2020-07-21Run-time validation of INT settings.Solomon Peachy1-1/+7
2020-06-30Fixed system state information loss when it is saved in fileIgor B. Poretsky1-1/+5
2019-01-08Fix potential buffer overflow in settings.cWilliam Wilgus1-6/+9
2018-10-18Fix menu warningsWilliam Wilgus1-1/+1
2017-11-24Do playback restarts the proper wayMichael Sevakis1-41/+3
2017-02-04Implement speaker enable/disable on jack (un)plugAmaury Pouly1-1/+1
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