aboutsummaryrefslogtreecommitdiffstats
path: root/src/conf.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2004-06-22Added options: audible-bell, visible-bell, wrap-around, find-wrapKalle Wallin1-7/+30
2004-06-15Added list-format and status-format conf optionsKalle Wallin1-12/+63
2004-06-14Major cleanup of the mpd client code (mpc->mpdclient)Kalle Wallin1-3/+5
2004-06-05Added initial i18n supportKalle Wallin1-17/+15
2004-06-05Changed directory layout (for future use of gettext)Kalle Wallin1-0/+0
2004-05-07Redesigned ncmpc's color supportKalle Wallin1-54/+155
2004-05-03The background color can now be assigned to 'none' (use the current color).Kalle Wallin1-2/+4
2004-04-19Added copyright notice and license noticeKalle Wallin1-2/+41
2004-04-14Added optional support for a wide_cursor.Kalle Wallin1-11/+10
2004-04-14relocated configuration file to ~/.ncmpc/config and added support for Kalle Wallin1-7/+207
2004-04-05Added support for (auto) center/focus playlists.Kalle Wallin1-18/+9
2004-03-29Call g_build_filename() the correct way.Kalle Wallin1-1/+1
2004-03-29Started to use glib.Kalle Wallin1-1/+1
2004-03-28We now allocate and free memory with glibKalle Wallin1-2/+4
2004-03-27Moved IS_WHITESPACE macor to support.hKalle Wallin1-3/+0
2004-03-25Added support for a configuration file ~/.ncmpcrc and color support.Kalle Wallin1-0/+263