summaryrefslogtreecommitdiff
path: root/src/settings.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-29Customizeable list format (songs)Lars-Dominik Braun1-0/+5
2011-08-23Configureable fifo pathLars-Dominik Braun1-0/+6
2011-08-19Don’t remove whitespace from config valuesLars-Dominik Braun1-2/+3
2011-07-27Configureable %@ format stringLars-Dominik Braun1-0/+5
2011-07-14Defined _DARWIN_C_SOURCELars-Dominik Braun1-0/+1
2011-07-11Disable feature test macros on FreeBSDEitan Adler1-0/+2
2011-05-18Configureable format stringsLars-Dominik Braun1-2/+63
2011-02-26Rewrite input processingLars-Dominik Braun1-16/+9
2011-02-02Allow keyboard shortcuts to be disabledLars-Dominik Braun1-2/+6
2010-12-27Change my email addressLars-Dominik Braun1-1/+1
2010-12-27Use PATH_MAX from limits.hLars-Dominik Braun1-2/+3
2010-12-27Software volume controlLars-Dominik Braun1-2/+5
2010-12-04Show default icons if config file is missing.Lars-Dominik Braun1-8/+4
2010-11-21Replaced strcmp with streq macroLars-Dominik Braun1-16/+18
2010-11-21Show custom rating icon in upcoming/history song listLars-Dominik Braun1-0/+14
2010-07-30Use static const for large read-only arraysLars-Dominik Braun1-3/+3
2010-07-30Feature: Custom station sortingLars-Dominik Braun1-1/+17
2010-05-09HTTP proxy supportLars-Dominik Braun1-0/+11
2010-03-06wardrobe: Removed internal last.fm scrobbling libraryLars-Dominik Braun1-20/+0
2010-02-14New feature: Bookmark song/artist (keybinding 'b')Lars-Dominik Braun1-2/+4
2010-01-21It's 2010 now.Lars-Dominik Braun1-1/+1
2010-01-18Shortcut refactoringLars-Dominik Braun1-110/+15
2010-01-11Don't use feof in while loopLars-Dominik Braun1-4/+5
2009-12-15New history featureLars-Dominik Braun1-0/+6
2009-09-08C99 conformanceLars-Dominik Braun1-0/+2
2009-08-04Use "static" keyword for functionsLars-Dominik Braun1-1/+1
2009-07-08Initial pandora one support (higher mp3 bitrates)Lars-Dominik Braun1-0/+2
2009-05-03Switch to libwaitressLars-Dominik Braun1-19/+0
2009-04-07Initial eventcmd workLars-Dominik Braun1-0/+3
2009-03-04Ui improvementsLars-Dominik Braun1-1/+3
2009-03-01Even more documentationLars-Dominik Braun1-0/+11
2009-02-16Autostart station setting addedLars-Dominik Braun1-0/+3
2009-02-12Shared stations can be addedLars-Dominik Braun1-0/+2
2009-02-01mp3 playback supportLars-Dominik Braun1-0/+15
2009-01-20It's 2009 nowLars-Dominik Braun1-1/+2
2009-01-10Fix keyboard shortcuts if config file is missingLars-Dominik Braun1-5/+10
2008-08-19Fix missing initializing in BarSettingsDestroy which caused segfaultLars-Dominik Braun1-3/+7
2008-08-19Allow key shortcut configuration via config fileLars-Dominik Braun1-0/+100
2008-07-23Be correct, use "const"Lars-Dominik Braun1-1/+2
2008-07-07SSL control proxy issue workaroundLars-Dominik Braun1-0/+6
2008-06-23client: Let user decide when song is submitted to last.fmLars-Dominik Braun1-0/+10
2008-06-23client: Use function prefix "Bar"Lars-Dominik Braun1-3/+3
2008-06-22client: last.fm scrobbling implementedLars-Dominik Braun1-0/+10
2008-06-17Use config.hLars-Dominik Braun1-0/+1
2008-06-17Removed @author and @added as they are tracked by gitLars-Dominik Braun1-4/+0
2008-06-16client: Proxy type config option addedLars-Dominik Braun1-0/+13
2008-06-15client: Removed unneeded debugging printf's; some more documentation for func...Lars-Dominik Braun1-0/+6
2008-06-15client: Config file added, not yet documentedLars-Dominik Braun1-0/+95