summaryrefslogtreecommitdiffstats
path: root/apps/settings.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-14FS#10080Nils Wallménius1-20/+14
2009-07-05FS#10406 - split the statusbar setting into one for each display, and allow t...Jonathan Gordon1-0/+1
2009-07-01Provide a context sensitive default file name when saving settings (FS#10399)Alexander Levin1-2/+10
2009-06-29Do not modify the passed in parameter string (FS#10392 by Jonas Häggqvist)Alexander Levin1-3/+2
2009-06-16Touchscreen targets: add calibration screen + rewrite calibration driver (FS#...Maurus Cuelenaere1-0/+1
2009-06-12FS#8894 - Add time stretching feature to all SWCODEC targets - the current al...Steve Bavin1-0/+1
2009-06-08Fix a problem that the statusbar was redrawn to late and not really in sync w...Thomas Martitz1-1/+2
2009-05-21Simplify some redundant boolean expressionsBertrik Sikken1-3/+3
2009-05-09Remove unneeded #include "backdrop.h"Bertrik Sikken1-1/+0
2009-04-11M:Robe 500: Start of proper remote support, touchscreen works without remote ...Karl Kurbjun1-0/+4
2009-03-24Add a Touchscreen Mode setting to switch between 3x3 grid and absolute point ...Rob Purchase1-0/+4
2009-03-02Onda VX747:Maurus Cuelenaere1-0/+4
2009-02-10Move screendump from apps to firmware, solving two nasty firmware-to-apps cal...Jens Arnold1-0/+1
2009-02-02continuation of last nights statusbar cleanup.Jonathan Gordon1-8/+0
2009-01-26Commit FS#9724, which reworks the preprocessor defines related to backlight f...Thomas Martitz1-3/+2
2009-01-03Reorder of user_settings, cleaned out some unused settings grouped settings d...Nils Wallménius1-0/+4
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon1-1/+3
2008-12-28Move enabling of USB charging from sound_settings_apply to settings_applyNils Wallménius1-4/+4
2008-12-14Accept patch in FS#9637 by Keith Perri, fixing a crash when loading a cfg whi...Nils Wallménius1-1/+2
2008-12-13Keyclick fixup take two. It is only 88 samples (2msec) long so keep a small s...Michael Sevakis1-3/+0
2008-12-13PCM buffer beeping needs the audio buffer reset in order to work after operat...Michael Sevakis1-0/+3
2008-12-07Add new cfg_to_string function (this just splits existing code).Antoine Cellerier1-50/+59
2008-12-03Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis1-3/+1
2008-11-26Add hardware backlight fading on Gigabeat S with fade up and down options in ...Michael Sevakis1-1/+2
2008-11-26Add software backlight fading for E100/H300/X5/D2, by Thomas Martitz and othe...Steve Bavin1-1/+2
2008-11-03Add a setting type which is completly user-defined. This setting type cannot ...Jonathan Gordon1-0/+15
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts1-5/+6
2008-10-07add HAVE_DISK_STORAGE, and use that instead of HAVE_FLASH_STORAGE when checki...Frank Gevaerts1-2/+2
2008-09-24Clean up use of snprintf where strncpy if suited, avoid useless copying of co...Nils Wallménius1-1/+1
2008-09-08Something horrible happened with binsize, so revert FS#8894 completely (for n...Steve Bavin1-1/+0
2008-09-08Add timestretching from FS#8894, as written by Stephane Doyon based on work b...Steve Bavin1-0/+1
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius1-3/+3
2008-08-02Unify opening of utf-8 files (FS#6203). This also adds ignoring the BOM in se...Dominik Riebeling1-1/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-23commit FS#9027 - conditional viewportsJonathan Gordon1-18/+19
2008-05-29Gigabeat F/X:Michael Sevakis1-0/+4
2008-05-14Straigten-out lcd sleeping on Gigabeat F/X. Add a service function to backlig...Michael Sevakis1-1/+1
2008-04-28Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken1-1/+0
2008-04-23option_screen() now accepts a viewportJonathan Gordon1-2/+2
2008-04-20FS#7980: Select default option in an option listStéphane Doyon1-23/+25
2008-04-20Removed unneeded dependency on pcmbuf.hBertrik Sikken1-1/+0
2008-04-07Remove some more simulator debugging output.Steve Bavin1-7/+1
2008-03-29Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h",...Dave Chapman1-3/+0
2008-03-28Revert my earlier const madness, we'll keep the parameter lists simple.Steve Bavin1-23/+23
2008-03-28The const police raid playback.c, should be no change to behaviour.Steve Bavin1-0/+1
2008-03-26fix the buttonbar in the browser and menus. Jonathan Gordon1-1/+1
2008-03-25Code police raid on the settings code, consting and putting headers alongside...Steve Bavin1-41/+100
2008-03-25So, I've been sick these last few days, and I'm trying to not take drugs to g...Jonathan Gordon1-1/+1
2008-03-25well we suck! how could something seemingly simple be fubar'ed so much! KISS ...Jonathan Gordon1-5/+3
2008-03-25ok, redo that last commit.. always write /.rockbox/oldconfig.cfg when you loa...Jonathan Gordon1-3/+5