aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_file.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-08-05translation updates, template and german. another little build fixAndreas Obergrusberger1-1/+1
2006-01-16included patch from Jonathan ForsKalle Wallin1-1/+5
2005-06-14Moved list window state code to list_window.cKalle Wallin1-43/+6
2005-02-13Enable playlist saving on the browse screenKalle Wallin1-0/+23
2005-01-04Removed C++ style declarations from enqueue_and_play()Kalle Wallin1-1/+2
2004-12-19Bugfix from Niko Tyni, survive select and mouse operations on empty listKalle Wallin1-2/+12
2004-11-15Added a search screenKalle Wallin1-23/+58
2004-07-13Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf)Kalle Wallin1-7/+8
2004-07-02Added basic ncurses mouse supportKalle Wallin1-0/+33
2004-06-22Clear the main window on CMD_SCREEN_UPDATEKalle Wallin1-0/+3
2004-06-22added screen_bell() for optional audible/visible bellsKalle Wallin1-1/+1
2004-06-20Added _utf8 suffix to all functions that take utf8 arguments.Kalle Wallin1-5/+5
2004-06-20let mpd add directories (just send the path)Kalle Wallin1-0/+13
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