aboutsummaryrefslogtreecommitdiffstats
path: root/src/conf.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
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