aboutsummaryrefslogtreecommitdiffstats
path: root/src/conf.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-01added option to disable the status line clock displayPaul Collins1-1/+8
2008-12-31Update copyright noticesAvuton Olrich1-9/+10
2008-12-25added comments for translatorsMax Kellermann1-0/+11
2008-12-25conf: improved error messagesMax Kellermann1-10/+8
2008-12-25conf: simplified parse_key_value()Max Kellermann1-68/+14
2008-12-25conf: don't pass length to parse_key_value()Max Kellermann1-10/+7
2008-12-25conf: optimized parse_color() with strchr()Max Kellermann1-56/+62
2008-12-25conf: use GLib's string stripping functionsMax Kellermann1-23/+3
2008-12-25conf: use buffered I/O for reading the config fileMax Kellermann1-16/+7
2008-12-25conf: don't free filename in read_rc_file()Max Kellermann1-6/+0
2008-12-25conf: moved code to parse_line()Max Kellermann1-134/+141
2008-12-25conf: simplified translation stringsMax Kellermann1-21/+23
2008-11-07options: don't store disabled optionsMax Kellermann1-0/+8
2008-10-03options: don't pass the "options" pointer aroundMax Kellermann1-42/+41
2008-10-03colors: make color support optional at compile timeMax Kellermann1-0/+14
2008-10-03code style, indent with tabs XIMax Kellermann1-359/+284
2008-10-03use g_ascii_isspace() instead of IS_WHITESPACE()Max Kellermann1-11/+11
2008-10-03use g_ascii_strdown() instead of the custom lowerstr()Max Kellermann1-5/+6
2008-10-02moved i18n macros to i18n.hMax Kellermann1-1/+1
2008-10-02options: use stdboolMax Kellermann1-5/+3
2008-10-02moved default value macros to defaults.hMax Kellermann1-0/+1
2008-10-02removed the debugging function D()Max Kellermann1-7/+0
2008-09-25screen: pass screen_functions pointer to switch_screen_mode()Max Kellermann1-5/+2
2008-09-22added option "welcome-screen-list"David Shakaryan1-0/+5
2008-09-21added optional bitrate display to status barJ. Alexander Treuman1-0/+5
2008-09-15don't declare local variable "options"Max Kellermann1-0/+1
2008-09-15use size_t and unsigned integersMax Kellermann1-5/+6
2008-09-15fix shadow warningsMax Kellermann1-5/+5
2008-09-15include cleanupMax Kellermann1-10/+7
2008-09-15const pointersMax Kellermann1-4/+4
2008-09-15code style, indent with tabsMax Kellermann1-243/+228
2008-09-15splash: removed the useless splash screenMax Kellermann1-9/+1
2007-02-16way too much stuff to describe hereAndreas Obergrusberger1-0/+11
2006-09-09http://musicpd.org/mantis/view.php?id=1324Andreas Obergrusberger1-1/+6
2006-09-07due to bensonk's demand i added a splash screen.Andreas Obergrusberger1-1/+6
2006-08-12spelling fixes by avutonAndreas Obergrusberger1-1/+1
2006-08-04the updated sourcesAndreas Obergrusberger1-3/+15
2006-01-16included patch from Jonathan ForsKalle Wallin1-1/+20
2005-06-15New configuraton option: find-show-lastKalle Wallin1-0/+5
2005-06-15New configuraton option: screen-listKalle Wallin1-1/+48
2005-06-03seek-time can now be defined in the conf fileKalle Wallin1-0/+5
2005-06-03Added a "hide cursor" feature #0000417Kalle Wallin1-0/+5
2004-11-15Added a search screenKalle Wallin1-0/+5
2004-07-13Crossfade time can now be definied in the rc file (crossfade-time)Kalle Wallin1-0/+5
2004-07-13Use my_wgetch() instead of wgetch(), added --[no-]mouse optionKalle Wallin1-3/+3
2004-07-12Mouse support is now optional (enable-mouse)Kalle Wallin1-0/+5
2004-07-12Removed support for the old configuration syntaxKalle Wallin1-83/+2
2004-07-03Cleaned up the conf debug codeKalle Wallin1-7/+2
2004-06-24Made the xterm title dynamic, added configuration option xterm-title-formatKalle Wallin1-0/+8
2004-06-24Added configuration option - set-xterm-titleKalle Wallin1-1/+1