aboutsummaryrefslogtreecommitdiffstats
path: root/src/options.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-15use size_t and unsigned integersMax Kellermann1-1/+1
2008-09-15include cleanupMax Kellermann1-7/+4
2008-09-15const pointersMax Kellermann1-8/+8
2008-09-15use !NDEBUG instead of DEBUGMax Kellermann1-3/+3
2008-09-15code style, indent with tabsMax Kellermann1-133/+118
2008-09-15remove unused static functionsMax Kellermann1-6/+0
2008-09-15splash: removed the useless splash screenMax Kellermann1-2/+1
2007-02-16way too much stuff to describe hereAndreas Obergrusberger1-0/+2
2006-09-08disable splash by defaultAndreas Obergrusberger1-1/+1
2006-09-07due to bensonk's demand i added a splash screen.Andreas Obergrusberger1-0/+5
2006-08-04the updated sourcesAndreas Obergrusberger1-1/+1
2006-01-16included patch from Jonathan ForsKalle Wallin1-2/+3
2005-06-15New configuraton option: screen-listKalle Wallin1-0/+1
2005-06-14Added artist screen infoKalle Wallin1-0/+3
2005-06-03seek-time can now be defined in the conf fileKalle Wallin1-0/+1
2004-11-15Added a search screenKalle Wallin1-0/+6
2004-07-13Crossfade time can now be definied in the rc file (crossfade-time)Kalle Wallin1-0/+1
2004-07-13Use my_wgetch() instead of wgetch(), added --[no-]mouse optionKalle Wallin1-1/+36
2004-07-12Fixed short option handling for multiple short options at once (-abcde)Kalle Wallin1-14/+20
2004-07-02improved error handling in the argv parserKalle Wallin1-26/+65
2004-07-01Removed popt code/dependencyKalle Wallin1-107/+196
2004-06-24Made the xterm title dynamic, added configuration option xterm-title-formatKalle Wallin1-0/+1
2004-06-22Added options: audible-bell, visible-bell, wrap-around, find-wrapKalle Wallin1-5/+4
2004-06-15Added list-format and status-format conf optionsKalle Wallin1-1/+9
2004-06-05Changed directory layout (for future use of gettext)Kalle Wallin1-0/+0
2004-05-07Redesigned ncmpc's color supportKalle Wallin1-12/+21
2004-04-19Added copyright notice and license noticeKalle Wallin1-0/+18
2004-03-31Documentation changes for the 0.10.0 realease.Kalle Wallin1-1/+1
2004-03-29Added password support.Kalle Wallin1-10/+39
2004-03-28We now allocate and free memory with glibKalle Wallin1-2/+3
2004-03-26Added reversed and wrapped list search (find).Kalle Wallin1-0/+2
2004-03-25Added support for a configuration file ~/.ncmpcrc and color support.Kalle Wallin1-7/+21
2004-03-23Use screen_status_printf() instead of screen_status_message().Kalle Wallin1-1/+1
2004-03-20Added option --exit wich disables automatic reconnection and exits if theKalle Wallin1-0/+5