Code

ncmpc.git
2004-04-05 Kalle WallinAdded support for (auto) center/focus playlists.
2004-04-05 Kalle WallinAdded auto-center option.
2004-03-31 Kalle WallinAdded strcasestr prototype.
2004-03-31 Kalle WallinFixed som spelling errors.
2004-03-31 Kalle WallinOnly delete a song if it exits.
2004-03-31 Kalle WallinMoved cursor to main window (selected_row,0) when idle.
2004-03-31 Kalle WallinDocumentation changes for the 0.10.0 realease.
2004-03-31 Kalle WallinMoved cursor to main window (selected_row,0) when idle.
2004-03-31 Kalle WallinUpdated key bindings, make shore we can stop with a...
2004-03-29 Kalle WallinReplaced g_utf8_strlen() with strlen()
2004-03-29 Kalle WallinAdded error handling in the character conversion functions.
2004-03-29 Kalle WallinCall g_build_filename() the correct way.
2004-03-29 Kalle WallinRemoved the concat_path() function.
2004-03-29 Kalle WallinChanged non blocking read timeout from 100ms to 250ms.
2004-03-29 Kalle WallinStarted to use glib.
2004-03-29 Kalle WallinRemoved --with-default-charset option.
2004-03-29 Kalle WallinRemoved extra source - langinfo.c
2004-03-29 Kalle WallinUpdated to 0.10.1
2004-03-29 Kalle WallinAdded password support.
2004-03-28 Kalle WallinStarted to use glibs neat timer functionality in the...
2004-03-28 Kalle WallinWe now allocate and free memory with glib
2004-03-28 Kalle WallinCorrected a spelling error strup => strdup.
2004-03-28 Kalle WallinStarted to use glib (not iconv) for character set conve...
2004-03-28 Kalle WallinMoved cursor to main window (0,0) when idle
2004-03-28 Kalle WallinDistinguish directories, music and playlists with ...
2004-03-28 Kalle WallinClear top window when the header changes.
2004-03-27 Kalle WallinMoved random,repeat notification from main.c
2004-03-27 Kalle WallinMoved random,repeat notification to main.c
2004-03-27 Kalle WallinInclude "config.h" before support.h
2004-03-27 Kalle WallinInclude "config.h" before "support.h"
2004-03-27 Kalle WallinMoved IS_WHITESPACE macor to support.h
2004-03-27 Kalle WallinInitialize iconv_to_utf8 (used when saving playlists).
2004-03-27 Kalle WallinAdded update command.
2004-03-27 Kalle WallinAdded delete playlist feature.
2004-03-27 Kalle WallinDefine the read timeout in screen.h
2004-03-27 Kalle WallinAdded function list_window_check_selected().
2004-03-27 Kalle WallinAdded function screen_getch().
2004-03-27 Kalle WallinOnly use colors if the terminal supports colors.
2004-03-26 Kalle WallinFixed bug 0000212
2004-03-26 Kalle WallinAdded file langinfo.c, used on systems without nl_langi...
2004-03-26 Kalle WallinReplaced wrefresh() with wnoutrefresh().
2004-03-26 Kalle WallinAdded support for CMD_TOGGLE_FIND_WRAP.
2004-03-26 Kalle WallinAdded reversed and wrapped list search (find).
2004-03-26 Kalle WallinUpdated the logic in charset_close(), why free stuff...
2004-03-26 Kalle WallinSwitch to the version shipped with libiconv instead...
2004-03-26 Warren Dukesforgot to add this
2004-03-26 Warren Dukesneed to put a Makefile in doc directory, so that
2004-03-25 Kalle WallinMore stuff done :)
2004-03-25 Kalle WallinAdded sample configuration file to doc_DATA
2004-03-25 Kalle WallinAdded support for loading playlists
2004-03-25 Kalle WallinAdded support for a configuration file ~/.ncmpcrc and...
2004-03-24 Kalle WallinAdded --enable-colors option, disabled AC_PROG_LIBTOOL
2004-03-24 Kalle WallinMoved list window fuctions to list_window.c.
2004-03-24 Kalle WallinDisplay directories in a new style, [dir]
2004-03-24 Kalle WallinPadded TOP_HEADER.. with spaces to clear previous header.
2004-03-24 Kalle WallinAdded information about the --exit option.
2004-03-24 Kalle WallinAdded help for FIND and FIND_NEXT commands
2004-03-23 Kalle WallinAdded support for FIND and FIND_NEXT.
2004-03-23 Kalle WallinDont run mpc_update() directly after a volume change...
2004-03-23 Kalle WallinUse screen_status_printf() instead of screen_status_mes...
2004-03-22 Kalle WallinReverted to relative volume changes.
2004-03-22 Kalle WallinAdded an implementation of strcasecmp for non glibc...
2004-03-22 Kalle WallinCheck for strcasecmp (glibc).
2004-03-22 Kalle WallinModified list_window_find() - case independet search...
2004-03-22 Kalle WallinAdded find (in page) functionality.
2004-03-22 Kalle WallinAdded a find buffer and a function for formated status...
2004-03-22 Kalle WallinAdded commands FIND and FIND_NEXT.
2004-03-22 Kalle WallinWe now uses mpd_sendSetvolCommand(), not the old mpd_se...
2004-03-22 Kalle WallinRestored lost basename call.
2004-03-22 Kalle WallinUpdated charset support
2004-03-22 Kalle WallinUpdated TODO list
2004-03-22 Kalle WallinConvert the directory name in file_get_header() from...
2004-03-22 Kalle WallinAdded codeset.m4 and iconv.m4 to SVN
2004-03-22 Kalle WallinOnly try to set the xterm title of DISPLAY is set.
2004-03-20 Kalle WallinReinserted lost basename() call.
2004-03-20 Kalle WallinAdded function mpc_reconnect().
2004-03-20 Kalle WallinAdded prototype for the mpc_reconnect() function.
2004-03-20 Kalle WallinAdded option --exit wich disables automatic reconnectio...
2004-03-20 Kalle WallinReconnect to the server when the connection is lost.
2004-03-19 Kalle WallinRemoved obsolete CHARSET information.
2004-03-19 Kalle WallinInitialize charset before starting curses.
2004-03-19 Kalle WallinAdded iconv support
2004-03-19 Kalle WallinRenamed bootstrap.sh to autogen.sh
2004-03-19 Kalle WallinRemoved file
2004-03-19 Kalle WallinRenamed mpc-ncurses to ncmpc
2004-03-19 Kalle WallinUpdated to 0.10.x
2004-03-19 Kalle WallinRemoved old CVS directory.
2004-03-19 Kalle WallinImported ncmpc (mpc-ncures).