summaryrefslogtreecommitdiffstats
path: root/apps/settings.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-16mpeg.h/c cleanupJeffrey Goode1-1/+0
2009-11-11remove 3 bad viewport functions:Jonathan Gordon1-2/+1
2009-11-10Crossfade: carved out crossfade related code with lots of HAVE_CORSSFADE cond...Jeffrey Goode1-0/+2
2009-11-04Compressor: simplify makeup gain setting, expand release range, finally provi...Jeffrey Goode1-1/+1
2009-10-20Correct wrong usage of event callbacks all over the place. It's not supposed ...Thomas Martitz1-7/+7
2009-10-19Remove a few superfluous calls and use the correct symbol.Thomas Martitz1-2/+2
2009-10-19Initial custom statusbar commit.Thomas Martitz1-1/+29
2009-10-18Change the .lng files to contain strings from multiple users. Still hard-code...Tom Ross1-1/+1
2009-10-16Revert r23212, I committed it accidentally.Thomas Martitz1-12/+0
2009-10-16initial custom statusbar commitThomas Martitz1-0/+12
2009-10-14Remove wps_reset(), and rename skin_data_init to skin_data_reset() and extend...Thomas Martitz1-4/+4
2009-10-09Fix player red and remove an obsolete function call.Thomas Martitz1-2/+0
2009-10-05Fix red: Invert buttons in RTL modeTomer Shalev1-1/+1
2009-10-05Invert buttons in RTL modeTomer Shalev1-1/+1
2009-09-25Replace limiter with dynamic range compressorJeffrey Goode1-1/+5
2009-08-24Fix a problem spotted in FS#10543. For F_CHOICE_SETTING, an invalid value wou...Thomas Martitz1-1/+7
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius1-6/+7
2009-08-18FS#10199: Adds limiter DSP functionJeffrey Goode1-0/+1
2009-08-16User definable UI viewport, to be able to restrict the UI into a viewport for...Thomas Martitz1-5/+7
2009-08-16Fix loading of multiple .wps/.rwps files in a row, by reloading all wpses upo...Thomas Martitz1-25/+39
2009-08-16more wps->skin engine work..Jonathan Gordon1-0/+3
2009-08-12Make kbd_input() show a cancel splash to indicate user abort better and for b...Thomas Martitz1-1/+0
2009-08-06Add backdrop functions to the multiscreen api and add a enum backdrop_type pa...Thomas Martitz1-12/+7
2009-08-03A bit mroe wps/skin engine cleanup so that the structs the wps uses can be st...Thomas Martitz1-11/+7
2009-08-03part two of the grand overall wps/skinning engine cleanup work:Jonathan Gordon1-3/+5
2009-07-27Start of some apps/ and wps cleanup work... Move everything related to the ac...Jonathan Gordon1-1/+1
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