summaryrefslogtreecommitdiffstats
path: root/apps/settings_list.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-08Don't ask me how that happened.Thom Johansen1-1/+1
2007-12-08Crossfeed settings used to be stored inverted in the cfg file for legacy reas...Thom Johansen1-23/+17
2007-12-07Save some bytes and reuse the settings saving code for eq preset saving.Dan Everton1-38/+41
2007-11-30Fix setting name in the menu for remote backlight timeout when plugged.Jens Arnold1-2/+3
2007-11-29Make more sound related settings that might damage your ears not wrap.Dan Everton1-31/+37
2007-11-26Fix Player warning.Jens Arnold1-2/+2
2007-11-26Allow (almost) arbitrary backlight fade in and fade out times (on targets wit...Jens Arnold1-72/+34
2007-11-25Convert 2 more settings to table settings. * Fix duplicate value display if t...Jens Arnold1-23/+9
2007-11-25New way of handling integer settings with variable steps: table settings (FS ...Jens Arnold1-45/+52
2007-11-24Commit FS#7440. The iPod Video doesn't actually have a hardware equalizer. It...Dan Everton1-57/+6
2007-11-23Patch FS#8203 - Fixes the Stop split setting not being savedLinus Nielsen Feltzing1-1/+1
2007-11-22New USB stackBjörn Stenberg1-12/+0
2007-11-20Make id's created with the TALK_ID macro work in 64 bit simsNils Wallménius1-7/+7
2007-11-07Add a setting to control whether or not to speak the file type (r15506).Stéphane Doyon1-0/+2
2007-11-05fix FS#7288 - pad the title of the scrolling settings so they actually scrollJonathan Gordon1-4/+4
2007-11-03Accept FS#7910: spontaneously speak out the battery level when it fallsStéphane Doyon1-0/+3
2007-11-01fix FS#8064 - screen scroll step and screen scroll out of view needed a resta...Jonathan Gordon1-2/+2
2007-10-16Allow people to waste lots of memory and have 32000 tracks in a single playli...Steve Bavin1-1/+1
2007-10-15Integer setting changes to make all those settings consistant on the target.Jonathan Gordon1-21/+11
2007-10-15Fix int settings being backwards on the playerJonathan Gordon1-1/+3
2007-10-15Fix FS#7952 - flip list settings didnt work properlyJonathan Gordon1-6/+6
2007-10-07Name all button light functions and variables consistently starting with butt...Jens Arnold1-3/+3
2007-10-01FS#7712 by Przemysław Hołubowski: New codepage (CP1250 - WIN1250) addedMarcoen Hirschberg1-8/+9
2007-10-01Turn on 'Recursively insert directories' by defaultNils Wallménius1-1/+1
2007-09-30Fix cliplight setting being saved twice to -cfg files, closes FS#7857Nils Wallménius1-2/+0
2007-09-27FS#7808 by Tom Ross, Ken Fazzone and me, with help from Antoine Cellerier.Nicolas Pennequin1-2/+16
2007-09-19Remove the ID3 tag version priority setting on the grounds of it being pretty...Thom Johansen1-3/+0
2007-09-15Disable wrapping of the bass and treble settings and do the same for volume i...Nils Wallménius1-3/+3
2007-08-27Usb Stack: only setup packet handling, and not enabled by default as there is...Christian Gmeiner1-0/+11
2007-08-26only build the clipcounter for targets with recordingPeter D'Hoye1-1/+3
2007-08-25Implement FS #2976: Clip Counter for recording screen. If enabled in peak met...Peter D'Hoye1-0/+2
2007-08-19Oops forgot oneNils Wallménius1-1/+1
2007-08-19Use size_t type for the buffer_size parameter to formatter functions, static ...Nils Wallménius1-8/+8
2007-08-18Make peakmeter release setting work in units per tick (was units per read), a...Peter D'Hoye1-1/+1
2007-08-17Fix crash in peak meter release setting, and set the limits back to a reasona...Peter D'Hoye1-1/+1
2007-08-13Add another file extension viewing option that mimics the old behaviour and m...Peter D'Hoye1-3/+4
2007-08-13Accept FS #7346 and take it a whole step further. Gives a separate setting to...Peter D'Hoye1-0/+3
2007-08-13Const-police, use less bytes where possible, get rid of duplicated backlight ...Nils Wallménius1-7/+5
2007-08-12Enable a lot more features for simulators and add stubs where necessary, simu...Nils Wallménius1-2/+0
2007-08-12Revert my filetypes commits from today. the nvram buffer is 44bytes of which ...Jonathan Gordon1-1/+0
2007-08-12Flip the balance setting list on scrollwheel targets so it feels more naturalJonathan Gordon1-1/+9
2007-08-12Change the way the MAX_FILETYPES define works. It now allocates enough filety...Jonathan Gordon1-0/+1
2007-08-07Fix the headphone unplug autoresume menu entryRobert Keevil1-2/+2
2007-08-05*** Lang v2 cleanup (FS#6574) ***Nils Wallménius1-45/+47
2007-08-01Make the statusbar setting use a temp variable so it doesnt look wierd when c...Jonathan Gordon1-1/+2
2007-08-01Oops, forgot one checkNils Wallménius1-1/+1
2007-08-01Disable 'Disk spindown' and 'Anti skip buffer' settings and some related stuf...Nils Wallménius1-3/+3
2007-07-22Wheel acceleration for e200. A general acceleration interface intended for us...Michael Sevakis1-0/+4
2007-07-15e200 doesnt have multiple batt capacities, so remove the option.Jonathan Gordon1-1/+2
2007-07-11Rearrange and cleanup settings codeJonathan Gordon1-94/+97