aboutsummaryrefslogtreecommitdiffstats
path: root/src/conf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* options: don't store disabled optionsMax Kellermann2008-11-071-0/+8
* options: don't pass the "options" pointer aroundMax Kellermann2008-10-031-42/+41
* colors: make color support optional at compile timeMax Kellermann2008-10-031-0/+14
* code style, indent with tabs XIMax Kellermann2008-10-031-359/+284
* use g_ascii_isspace() instead of IS_WHITESPACE()Max Kellermann2008-10-031-11/+11
* use g_ascii_strdown() instead of the custom lowerstr()Max Kellermann2008-10-031-5/+6
* moved i18n macros to i18n.hMax Kellermann2008-10-021-1/+1
* options: use stdboolMax Kellermann2008-10-021-5/+3
* moved default value macros to defaults.hMax Kellermann2008-10-021-0/+1
* removed the debugging function D()Max Kellermann2008-10-021-7/+0
* screen: pass screen_functions pointer to switch_screen_mode()Max Kellermann2008-09-251-5/+2
* added option "welcome-screen-list"David Shakaryan2008-09-221-0/+5
* added optional bitrate display to status barJ. Alexander Treuman2008-09-211-0/+5
* don't declare local variable "options"Max Kellermann2008-09-151-0/+1
* use size_t and unsigned integersMax Kellermann2008-09-151-5/+6
* fix shadow warningsMax Kellermann2008-09-151-5/+5
* include cleanupMax Kellermann2008-09-151-10/+7
* const pointersMax Kellermann2008-09-151-4/+4
* code style, indent with tabsMax Kellermann2008-09-151-243/+228
* splash: removed the useless splash screenMax Kellermann2008-09-151-9/+1
* way too much stuff to describe hereAndreas Obergrusberger2007-02-161-0/+11
* http://musicpd.org/mantis/view.php?id=1324Andreas Obergrusberger2006-09-091-1/+6
* due to bensonk's demand i added a splash screen.Andreas Obergrusberger2006-09-071-1/+6
* spelling fixes by avutonAndreas Obergrusberger2006-08-121-1/+1
* the updated sourcesAndreas Obergrusberger2006-08-041-3/+15
* included patch from Jonathan ForsKalle Wallin2006-01-161-1/+20
* New configuraton option: find-show-lastKalle Wallin2005-06-151-0/+5
* New configuraton option: screen-listKalle Wallin2005-06-151-1/+48
* seek-time can now be defined in the conf fileKalle Wallin2005-06-031-0/+5
* Added a "hide cursor" feature #0000417Kalle Wallin2005-06-031-0/+5
* Added a search screenKalle Wallin2004-11-151-0/+5
* Crossfade time can now be definied in the rc file (crossfade-time)Kalle Wallin2004-07-131-0/+5
* Use my_wgetch() instead of wgetch(), added --[no-]mouse optionKalle Wallin2004-07-131-3/+3
* Mouse support is now optional (enable-mouse)Kalle Wallin2004-07-121-0/+5
* Removed support for the old configuration syntaxKalle Wallin2004-07-121-83/+2
* Cleaned up the conf debug codeKalle Wallin2004-07-031-7/+2
* Made the xterm title dynamic, added configuration option xterm-title-formatKalle Wallin2004-06-241-0/+8
* Added configuration option - set-xterm-titleKalle Wallin2004-06-241-1/+1
* Added options: audible-bell, visible-bell, wrap-around, find-wrapKalle Wallin2004-06-221-7/+30
* Added list-format and status-format conf optionsKalle Wallin2004-06-151-12/+63
* Major cleanup of the mpd client code (mpc->mpdclient)Kalle Wallin2004-06-141-3/+5
* Added initial i18n supportKalle Wallin2004-06-051-17/+15
* Changed directory layout (for future use of gettext)Kalle Wallin2004-06-051-0/+594