Code

ncmpc.git
2004-04-14 Kalle WallinAdded a sample key configuration file.
2004-04-14 Kalle WallinAdded optional support for a wide_cursor.
2004-04-14 Kalle WallinHighlight and center current track even when paused.
2004-04-14 Kalle WallinUse screen_status_printf() to display character convers...
2004-04-14 Kalle WallinForce curses repaint the status window when adding...
2004-04-14 Kalle WallinUse get_key_names() for the keys displayed in the welco...
2004-04-14 Kalle WallinUpdated version and added a SYSCONFDIR define to CFLAGS.
2004-04-14 Kalle WallinUse key descriptions from get_key_description (command.c).
2004-04-14 Kalle WallinCheck key bindings and quit if they are insane.
2004-04-14 Kalle WallinAdded command names (used with key bindings).
2004-04-14 Kalle Wallinrelocated configuration file to ~/.ncmpc/config and...
2004-04-13 Kalle WallinPoll mpd twice/second, print a newline when exiting.
2004-04-13 Kalle WallinUse wclrtoeol instead of wclear in list_window_paint...
2004-04-06 Kalle WallinUpdated readme.
2004-04-06 Kalle WallinSOCKLEN_T
2004-04-06 Kalle WallinAdded a new test for socklen_t.
2004-04-06 Kalle WallinRemoved all binding to ESC (stop).
2004-04-06 Kalle WallinReplaced F1,F2,F3 with 1,2,3.
2004-04-06 Kalle WallinAdded a sample lirc (irpty) configuration file.
2004-04-06 Kalle WallinAdded alternate key bindings for Up,Down to enable...
2004-04-06 Kalle WallinAdded a welcome message (help).
2004-04-05 Kalle WallinFixed the list_window_check_selected() function.
2004-04-05 Kalle WallinAdded input_timeout.
2004-04-05 Kalle WallinRemoved old reference to mpc-ncurses.
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().
next