aboutsummaryrefslogtreecommitdiffstats
path: root/main.c (unfollow)
Commit message (Expand)AuthorFilesLines
2004-06-05Changed directory layout (for future use of gettext)Kalle Wallin1-199/+0
2004-05-07Redesigned ncmpc's color supportKalle Wallin1-1/+4
2004-04-21Fixed resize handling (SIGWINCH).Kalle Wallin1-9/+0
2004-04-21Added screen_idle() function.Kalle Wallin1-0/+2
2004-04-19Added copyright notice and license noticeKalle Wallin1-0/+18
2004-04-14Check key bindings and quit if they are insane.Kalle Wallin1-1/+8
2004-04-13Poll mpd twice/second, print a newline when exiting.Kalle Wallin1-1/+2
2004-03-29Added password support.Kalle Wallin1-14/+27
2004-03-28Started to use glibs neat timer functionality in the main loop.Kalle Wallin1-13/+19
2004-03-28We now allocate and free memory with glibKalle Wallin1-0/+1
2004-03-27Moved random,repeat notification from main.cKalle Wallin1-19/+3
2004-03-27Moved random,repeat notification to main.cKalle Wallin1-0/+19
2004-03-25Added support for a configuration file ~/.ncmpcrc and color support.Kalle Wallin1-2/+9
2004-03-24Moved list window fuctions to list_window.c. Kalle Wallin1-1/+1
2004-03-23Dont run mpc_update() directly after a volume change command.Kalle Wallin1-1/+4
2004-03-23Use screen_status_printf() instead of screen_status_message().Kalle Wallin1-18/+8
2004-03-22Only try to set the xterm title of DISPLAY is set.Kalle Wallin1-1/+2
2004-03-20Reconnect to the server when the connection is lost. Kalle Wallin1-20/+46
2004-03-19Initialize charset before starting curses.Kalle Wallin1-0/+5