aboutsummaryrefslogtreecommitdiffstats
path: root/screen_file.c (unfollow)
Commit message (Expand)AuthorFilesLines
2004-03-28We now allocate and free memory with glibKalle Wallin1-16/+16
2004-03-28Distinguish directories, music and playlists with <d>,<m> and <p>.Kalle Wallin1-4/+25
2004-03-27Added update command.Kalle Wallin1-1/+5
2004-03-27Added delete playlist feature.Kalle Wallin1-4/+56
2004-03-26Replaced wrefresh() with wnoutrefresh().Kalle Wallin1-2/+2
2004-03-26Added reversed and wrapped list search (find).Kalle Wallin1-23/+11
2004-03-25Added support for loading playlistsKalle Wallin1-19/+49
2004-03-25Added support for a configuration file ~/.ncmpcrc and color support.Kalle Wallin1-2/+10
2004-03-24Moved list window fuctions to list_window.c. Kalle Wallin1-32/+6
2004-03-24Display directories in a new style, [dir]Kalle Wallin1-2/+2
2004-03-23Use screen_status_printf() instead of screen_status_message().Kalle Wallin1-14/+11
2004-03-22Added find (in page) functionality.Kalle Wallin1-0/+23
2004-03-22Convert the directory name in file_get_header() from utf-8.Kalle Wallin1-1/+4
2004-03-20Reinserted lost basename() call.Kalle Wallin1-1/+1
2004-03-19Added iconv supportKalle Wallin1-2/+6