Code

ncmpc.git
2004-06-05 Kalle WallinAdded initial i18n support
2004-06-05 Kalle WallinAddded support for the mpd update command (CMD_DB_UPDATE)
2004-06-05 Kalle WallinChanged directory layout (for future use of gettext)
2004-05-07 Kalle WallinRedesigned ncmpc's color support
2004-05-07 Kalle WallinAdded support for moving songs in a playlist (move...
2004-05-03 Kalle WallinThe background color can now be assigned to 'none'...
2004-05-03 Kalle WallinChanged the old CVS Id tag to a SVN Id tag, version...
2004-04-23 Kalle WallinReverted back to r875
2004-04-23 Kalle WallinUse wattroff after painting the top line.
2004-04-23 Kalle WallinAdded prototype for screen_resize().
2004-04-23 Kalle WallinMake shure the cursor stays on the same row when deleting.
2004-04-23 Kalle WallinDocumentation update.
2004-04-22 Kalle WallinFixed list_window_check_selected().
2004-04-22 Kalle WallinChanged the way songs are added/deleted from playlist...
2004-04-22 Kalle WallinFix that keeps the cursor hidden on aterm/Eterm when...
2004-04-21 Kalle WallinFixed resize handling (SIGWINCH).
2004-04-21 Kalle WallinDisplay the target time when seeking.
2004-04-21 Kalle WallinRemoved a duplicate entry for CMD_TOGGLE_FIND_WRAP.
2004-04-21 Kalle WallinUpdated
2004-04-21 Kalle WallinShow a message if a change is not applied.
2004-04-21 Kalle WallinAS_HELP_STRING -> AC_HELP_STRING, because the first...
2004-04-21 Kalle WallinAdded seek_target_time, seek_song_id.
2004-04-21 Kalle WallinAdded screen_idle() function.
2004-04-21 Kalle WallinAdded support for seek,crossfade.
2004-04-21 Kalle WallinAdded seek, crossfade commands.
2004-04-20 Kalle WallinInitialize highlight to zero.
2004-04-19 Kalle Wallingit-svn-id: https://svn.musicpd.org/ncmpc/trunk@835...
2004-04-19 Kalle WallinAdded keydef screen
2004-04-19 Kalle WallinAdded copyright notice and license notice
2004-04-19 Kalle WallinMajor cleanup. The goal of this is to simplify addition...
2004-04-14 Kalle WallinSpecified that the highlight entry in help_text_row_t...
2004-04-14 Kalle WallinUpdated ChangeLog.
2004-04-14 Kalle Wallingit-svn-id: https://svn.musicpd.org/ncmpc/trunk@763...
2004-04-14 Kalle WallinRenamed ncmpcrc.sample config.sample.
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.
next