aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_play.c (unfollow)
Commit message (Expand)AuthorFilesLines
2004-06-18Added a add command (for adding files or urls to the playlist)Kalle Wallin1-0/+78
2004-06-16libmpdclient updated (r1507) - added path to mpdclient_cmd_db_update() Kalle Wallin1-0/+1
2004-06-15git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1497 09075e82-0dd4-0310-85a5-...Kalle Wallin1-10/+46
2004-06-14Major cleanup of the mpd client code (mpc->mpdclient)Kalle Wallin1-185/+70
2004-06-09Updated the get_title callback.Kalle Wallin1-2/+7
2004-06-08Display the the entire url when a streams metadata==NULLKalle Wallin1-1/+1
2004-06-07Display stream names in the list window.Kalle Wallin1-2/+4
2004-06-06i18n - ncmpc is now bilingual (sv)Kalle Wallin1-1/+1
2004-06-05Added initial i18n supportKalle Wallin1-11/+7
2004-06-05Changed directory layout (for future use of gettext)Kalle Wallin1-0/+0
2004-05-07Added support for moving songs in a playlist (move-up,move-down).Kalle Wallin1-4/+62
2004-04-23Reverted back to r875Kalle Wallin1-2/+0
2004-04-23Make shure the cursor stays on the same row when deleting.Kalle Wallin1-4/+4
2004-04-22Changed the way songs are added/deleted from playlist (#0000220).Kalle Wallin1-17/+81
2004-04-21Fixed resize handling (SIGWINCH).Kalle Wallin1-0/+9
2004-04-19Major cleanup. The goal of this is to simplify addition of "screens".Kalle Wallin1-27/+87
2004-04-14Highlight and center current track even when paused.Kalle Wallin1-5/+8
2004-04-05Added support for (auto) center/focus playlists.Kalle Wallin1-0/+42
2004-03-31Only delete a song if it exits.Kalle Wallin1-5/+8
2004-03-28We now allocate and free memory with glibKalle Wallin1-3/+3
2004-03-27Include "config.h" before "support.h"Kalle Wallin1-1/+45
2004-03-26Replaced wrefresh() with wnoutrefresh().Kalle Wallin1-2/+2
2004-03-26Added reversed and wrapped list search (find).Kalle Wallin1-21/+8
2004-03-24Moved list window fuctions to list_window.c. Kalle Wallin1-33/+6
2004-03-23Use screen_status_printf() instead of screen_status_message().Kalle Wallin1-3/+2
2004-03-22Added find (in page) functionality.Kalle Wallin1-5/+26