index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved random,repeat notification to main.c
Kalle Wallin
2004-03-27
2
-4
/
+19
*
Include "config.h" before support.h
Kalle Wallin
2004-03-27
1
-0
/
+1
*
Include "config.h" before "support.h"
Kalle Wallin
2004-03-27
2
-1
/
+46
*
Moved IS_WHITESPACE macor to support.h
Kalle Wallin
2004-03-27
2
-3
/
+4
*
Initialize iconv_to_utf8 (used when saving playlists).
Kalle Wallin
2004-03-27
1
-7
/
+50
*
Added update command.
Kalle Wallin
2004-03-27
4
-1
/
+9
*
Added delete playlist feature.
Kalle Wallin
2004-03-27
4
-7
/
+57
*
Define the read timeout in screen.h
Kalle Wallin
2004-03-27
2
-2
/
+4
*
Added function list_window_check_selected().
Kalle Wallin
2004-03-27
2
-0
/
+11
*
Added function screen_getch().
Kalle Wallin
2004-03-27
2
-3
/
+31
*
Only use colors if the terminal supports colors.
Kalle Wallin
2004-03-27
1
-13
/
+19
*
Fixed bug 0000212
Kalle Wallin
2004-03-26
1
-4
/
+12
*
Added file langinfo.c, used on systems without nl_langinfo() support.
Kalle Wallin
2004-03-26
5
-5
/
+138
*
Replaced wrefresh() with wnoutrefresh().
Kalle Wallin
2004-03-26
3
-9
/
+11
*
Added support for CMD_TOGGLE_FIND_WRAP.
Kalle Wallin
2004-03-26
1
-15
/
+8
*
Added reversed and wrapped list search (find).
Kalle Wallin
2004-03-26
11
-95
/
+198
*
Updated the logic in charset_close(), why free stuff that isnt allocated.
Kalle Wallin
2004-03-26
1
-2
/
+2
*
Switch to the version shipped with libiconv instead of one shipped with
Kalle Wallin
2004-03-26
1
-49
/
+15
*
forgot to add this
Warren Dukes
2004-03-26
1
-0
/
+4
*
need to put a Makefile in doc directory, so that
Warren Dukes
2004-03-26
2
-4
/
+5
*
More stuff done :)
Kalle Wallin
2004-03-25
1
-3
/
+3
*
Added sample configuration file to doc_DATA
Kalle Wallin
2004-03-25
1
-1
/
+1
*
Added support for loading playlists
Kalle Wallin
2004-03-25
1
-19
/
+49
*
Added support for a configuration file ~/.ncmpcrc and color support.
Kalle Wallin
2004-03-25
15
-43
/
+481
*
Added --enable-colors option, disabled AC_PROG_LIBTOOL
Kalle Wallin
2004-03-24
1
-2
/
+12
*
Moved list window fuctions to list_window.c.
Kalle Wallin
2004-03-24
10
-306
/
+280
*
Display directories in a new style, [dir]
Kalle Wallin
2004-03-24
1
-2
/
+2
*
Padded TOP_HEADER.. with spaces to clear previous header.
Kalle Wallin
2004-03-24
1
-2
/
+2
*
Added information about the --exit option.
Kalle Wallin
2004-03-24
1
-2
/
+5
*
Added help for FIND and FIND_NEXT commands
Kalle Wallin
2004-03-24
1
-2
/
+5
*
Added support for FIND and FIND_NEXT.
Kalle Wallin
2004-03-23
1
-0
/
+23
*
Dont run mpc_update() directly after a volume change command.
Kalle Wallin
2004-03-23
1
-1
/
+4
*
Use screen_status_printf() instead of screen_status_message().
Kalle Wallin
2004-03-23
9
-77
/
+59
*
Reverted to relative volume changes.
Kalle Wallin
2004-03-22
1
-2
/
+4
*
Added an implementation of strcasecmp for non glibc systems.
Kalle Wallin
2004-03-22
2
-4
/
+38
*
Check for strcasecmp (glibc).
Kalle Wallin
2004-03-22
1
-6
/
+10
*
Modified list_window_find() - case independet search (strcasecmp).
Kalle Wallin
2004-03-22
1
-5
/
+5
*
Added find (in page) functionality.
Kalle Wallin
2004-03-22
4
-5
/
+106
*
Added a find buffer and a function for formated status messages.
Kalle Wallin
2004-03-22
2
-0
/
+21
*
Added commands FIND and FIND_NEXT.
Kalle Wallin
2004-03-22
2
-2
/
+6
*
We now uses mpd_sendSetvolCommand(), not the old mpd_sendVolumeCommand().
Kalle Wallin
2004-03-22
1
-2
/
+2
*
Restored lost basename call.
Kalle Wallin
2004-03-22
1
-1
/
+1
*
Updated charset support
Kalle Wallin
2004-03-22
2
-45
/
+62
*
Updated TODO list
Kalle Wallin
2004-03-22
1
-1
/
+4
*
Convert the directory name in file_get_header() from utf-8.
Kalle Wallin
2004-03-22
1
-1
/
+4
*
Added codeset.m4 and iconv.m4 to SVN
Kalle Wallin
2004-03-22
2
-0
/
+126
*
Only try to set the xterm title of DISPLAY is set.
Kalle Wallin
2004-03-22
1
-1
/
+2
*
Reinserted lost basename() call.
Kalle Wallin
2004-03-20
1
-1
/
+1
*
Added function mpc_reconnect().
Kalle Wallin
2004-03-20
1
-2
/
+38
*
Added prototype for the mpc_reconnect() function.
Kalle Wallin
2004-03-20
1
-0
/
+1
[next]