summaryrefslogtreecommitdiff
path: root/apps/settings.c (follow)
Commit message (Expand)AuthorAge
* Implement speaker enable/disable on jack (un)plugAmaury Pouly2017-02-04
* Selective Backlight/Advanced Softlock - Selective actions based on contextWilliam Wilgus2017-01-17
* Fix reset runtimeMihail Zenkov2016-04-04
* iBasso DX50/DX90: User selectable USB mode.Udo Schläpfer2015-02-02
* iBasso DX50/DX90: User selectable freq scaling governor.Udo Schläpfer2015-02-02
* three new DSPsChiwen Chang2015-01-19
* Fix red (pass pointer of 'item')Thomas Jarosch2014-12-22
* Always initialize "item"Thomas Jarosch2014-12-22
* Fuze+: add a configurable deadzone area for touchpad buttonsAmaury Pouly2014-09-08
* Rewrite filesystem code (WIP)Michael Sevakis2014-08-30
* events: Rework event subsystem (add_event, send_event) to be more versatile.Thomas Martitz2014-03-14
* Implement time-based resume and playback start.Michael Sevakis2014-03-10
* talk: Remove superflous call to talk_init().Thomas Martitz2014-02-02
* lcd-16bit: Remove {lss,lse,lst}_pattern fields from struct viewport.Thomas Martitz2014-01-07
* scroll_engine: Rename scroll_stop* functions to be more consistent with the l...Thomas Martitz2013-12-14
* Enable setting of global output samplerate on certain targets.Michael Sevakis2013-07-06
* Add DAC's oversampling filter roll-off selection to sound settings.Andrew Ryabinin2013-05-24
* Remove dsp_callback because DSP is now library code, not app code.Michael Sevakis2013-05-23
* Straighten out the mad twisted state of sound.c and related areas.Michael Sevakis2013-04-15
* EQ settings: Rework the settings to clean up the config file.Jonathan Gordon2013-02-09
* Revert 64d048be. It breaks h300.Frank Gevaerts2012-12-26
* Make code that depends on HAVE_USB_CHARGING_ENABLE check HAVE_USBSTACK.Frank Gevaerts2012-12-26
* Add set_sleeptimer_duration function in minutesRichard Quirk2012-10-06
* New crossfeed algorithm for Rockbox: "Meier" crossfeedBertrik Sikken2012-05-28
* Rename HAVE_PITCHSCREEN to HAVE_PITCHCONTROLNils Wallménius2012-05-09
* Make DSP's replaygain independent of global_settings.Michael Sevakis2012-04-30
* Make rbcodec/dsp includes more specific.Michael Sevakis2012-04-29
* Fundamentally rewrite much of the audio DSP.Michael Sevakis2012-04-29
* rbcodec refactoring: dsp_set_eq_coefsSean Bartell2012-04-27
* Consolidate compressor settings into a struct.Michael Sevakis2012-04-26
* Moved initial checking of sleeptimer_on_startup from root_menu.c to settings.cNick Peskett2011-12-26
* Option to restart running sleep timer on keypress.Nick Peskett2011-12-26
* Be less smart about when to reload skins as it caused more problems than it w...Jonathan Gordon2011-11-28
* Rename global_settings member glyphs to glyphs_to_cache and add descriptive c...Fred Bauer2011-11-20
* FS#12293 Global default glyph setting in System > Limits > Glyphs To Cache. D...Fred Bauer2011-11-19
* Redo r30826 (and hopefully not reintroduce font issues) which cleans up the f...Jonathan Gordon2011-11-08
* Add functions font_set_ui() and font_get_ui(). The font returned by FONT_UI u...Fred Bauer2011-10-22
* Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg2011-10-15
* Clean up compressor setting codeJeffrey Goode2011-10-05
* FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon2011-09-24
* Remove duplicated code to search for a setting by its cfg nameJonathan Gordon2011-09-04
* Listen to and follow external Android volume changes. (Based on FS#11914 by M...Björn Stenberg2011-03-14
* Add an ability to set a setting to a specific value with a touchscreen action.Jonathan Gordon2011-03-01
* Fix FS#11904, filename generation was lacking a slash.Thomas Martitz2011-01-26
* Don't load the colours file if it's set to '' (partial fix for FS#11847)Alexander Levin2011-01-02
* Don't load the keyboard layout '-.kbd' (partial fix for FS#11847)Alexander Levin2011-01-02
* Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz2010-12-06
* Fix FS#11648 - loading a .cfg doesnt automatically save the new config, cause...Jonathan Gordon2010-10-03
* Remove the call to settings_save() from settings_load_config() as it seems un...Marcin Bukat2010-09-20
* Make disabling HAVE_PITCHSCREEN actually work without breaking the buildFrank Gevaerts2010-09-17