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