aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_file.c (unfollow)
Commit message (Expand)AuthorFilesLines
2004-06-16libmpdclient updated (r1507) - added path to mpdclient_cmd_db_update() Kalle Wallin1-0/+15
2004-06-15git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1497 09075e82-0dd4-0310-85a5-...Kalle Wallin1-3/+3
2004-06-14Major cleanup of the mpd client code (mpc->mpdclient)Kalle Wallin1-145/+251
2004-06-09Updated the get_title callback.Kalle Wallin1-5/+6
2004-06-06i18n - ncmpc is now bilingual (sv)Kalle Wallin1-5/+1
2004-06-05Added initial i18n supportKalle Wallin1-9/+11
2004-06-05Changed directory layout (for future use of gettext)Kalle Wallin1-0/+0
2004-04-22Changed the way songs are added/deleted from playlist (#0000220).Kalle Wallin1-13/+11
2004-04-21Fixed resize handling (SIGWINCH).Kalle Wallin1-0/+10
2004-04-19Major cleanup. The goal of this is to simplify addition of "screens".Kalle Wallin1-70/+127
2004-04-14Force curses repaint the status window when adding directories (doupdate).Kalle Wallin1-0/+1
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