aboutsummaryrefslogtreecommitdiffstats
path: root/src/ncmpc.h (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-02moved macros from ncmpc.h to main.c and screen.cMax Kellermann1-19/+0
2008-10-02removed LIST_FORMAT, STATUS_FORMATMax Kellermann1-4/+0
2008-10-02moved i18n macros to i18n.hMax Kellermann1-19/+0
2008-10-02moved default value macros to defaults.hMax Kellermann1-15/+0
2008-10-02options: initialize options.list_formatMax Kellermann1-5/+3
2008-10-02removed the debugging function D()Max Kellermann1-6/+0
2008-10-02configure.ac: define ENABLE_x_SCREEN instead of DISABLE_x_SCREENMax Kellermann1-13/+0
2008-09-18removed the clock screenMax Kellermann1-3/+0
2008-09-15fix function prototypesMax Kellermann1-0/+3
2008-09-15const pointersMax Kellermann1-1/+1
2008-09-15use !NDEBUG instead of DEBUGMax Kellermann1-1/+1
2007-02-16way too much stuff to describe hereAndreas Obergrusberger1-0/+3
2006-08-04the updated sourcesAndreas Obergrusberger1-0/+5
2005-06-15New configuraton option: screen-listKalle Wallin1-0/+3
2005-06-06Added an experimental artist (browser) screenKalle Wallin1-0/+3
2004-11-15Added a search screenKalle Wallin1-0/+10
2004-07-13Moved definitions from screen.h to ncmpc.h Kalle Wallin1-3/+10
2004-07-13Crossfade time can now be definied in the rc file (crossfade-time)Kalle Wallin1-0/+3
2004-07-13Use my_wgetch() instead of wgetch(), added --[no-]mouse optionKalle Wallin1-8/+4
2004-07-12Support SIGSTOP, SIGCONT in raw modeKalle Wallin1-0/+6
2004-07-03Replaced the debug macro with a functionKalle Wallin1-1/+1
2004-06-22Make shure the dummy debug macro survives the OSX preprocessorKalle Wallin1-2/+2
2004-06-15Modified %shortfile% format to not shorten urlsKalle Wallin1-1/+1
2004-06-15Renamed %basename% format %shortfile%Kalle Wallin1-1/+1
2004-06-15Added list-format and status-format conf optionsKalle Wallin1-3/+8
2004-06-14Major cleanup of the mpd client code (mpc->mpdclient)Kalle Wallin1-2/+7
2004-06-09Updated the reconnect code to allow user to abort in raw modeKalle Wallin1-2/+2
2004-06-07Disable nls support if glib is pre 2.4 (OSX)Kalle Wallin1-1/+3
2004-06-05git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1347 09075e82-0dd4-0310-85a5-...Kalle Wallin1-0/+37