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
*
lyrics: reimplemented with aynchronous I/O
Max Kellermann
2008-09-23
1
-69
/
+98
*
screen_lyrics: set current.song
Max Kellermann
2008-09-23
1
-2
/
+2
*
autogen.sh: don't ignore errors
Max Kellermann
2008-09-22
1
-1
/
+1
*
options: added constant option_table_size
Max Kellermann
2008-09-22
1
-7
/
+7
*
options: constant options_table
Max Kellermann
2008-09-22
1
-3
/
+3
*
screen_utils: simplified call to wreadln_masked()
Max Kellermann
2008-09-22
1
-3
/
+2
*
screen_utils: hide cursor after screen_read_password()
Max Kellermann
2008-09-22
1
-2
/
+5
*
screen: unsigned integers for screen dimensions
Max Kellermann
2008-09-22
2
-5
/
+5
*
code style, indent with tabs IX
Max Kellermann
2008-09-22
2
-309
/
+301
*
screen: simplified CMD_SCREEN_UPDATE handlers
Max Kellermann
2008-09-22
3
-8
/
+4
*
screen: don't set list_window->repaint
Max Kellermann
2008-09-22
3
-9
/
+1
*
screen: removed window.cur_action_id
Max Kellermann
2008-09-22
1
-1
/
+0
*
screen: last_cmd should be a command_t
Max Kellermann
2008-09-22
1
-1
/
+2
*
screen: moved input_timestamp to screen_play.c
Max Kellermann
2008-09-22
3
-4
/
+6
*
screen: moved list_window mouse code to list_window.c
Max Kellermann
2008-09-22
6
-28
/
+47
*
screen: moved code to ncu.c
Max Kellermann
2008-09-22
6
-35
/
+97
*
main: free keyboard IO channel
Max Kellermann
2008-09-22
1
-2
/
+7
*
configure: modern AC_INIT and AM_INIT_AUTOMAKE invocation
Max Kellermann
2008-09-22
1
-3
/
+2
*
added option "welcome-screen-list"
David Shakaryan
2008-09-22
4
-1
/
+9
*
browse: ensure that filelist!=NULL
Max Kellermann
2008-09-21
2
-4
/
+18
*
browser: check if the selection is valid
Max Kellermann
2008-09-21
2
-1
/
+8
*
support: added assertions
Max Kellermann
2008-09-21
1
-0
/
+16
*
screen_artist: check if anything is selected
Max Kellermann
2008-09-21
1
-0
/
+8
*
libmpdclient: added another connection->sock check
Max Kellermann
2008-09-21
1
-0
/
+6
*
mpdclient: check errorCode only if MPD_ERROR_ACK is set
Max Kellermann
2008-09-21
1
-1
/
+2
*
mpdclient: fix memory leak in mpdclient_finish_command()
Max Kellermann
2008-09-21
1
-4
/
+5
*
code style, indent with tabs VIII
Max Kellermann
2008-09-21
1
-171
/
+143
*
libmpdclient: check connection->sock >= 0
Max Kellermann
2008-09-21
1
-0
/
+10
*
added optional bitrate display to status bar
J. Alexander Treuman
2008-09-21
3
-4
/
+20
*
wreadln: adding additional line editing binds
J. Alexander Treuman
2008-09-21
1
-1
/
+9
*
ncmpc.1: -k is the short version of --key-file, not -P
J. Alexander Treuman
2008-09-21
1
-1
/
+1
*
generate po/Makefile.in instead of bundling it
J. Alexander Treuman
2008-09-21
2
-255
/
+1
*
configure.ac: don't enable the lyrics screen by default
J. Alexander Treuman
2008-09-21
1
-1
/
+1
*
autogen: don't run ./configure if $NOCONFIGURE is set
J. Alexander Treuman
2008-09-21
1
-2
/
+4
*
mpdclient: don't call screen_status_message()
Max Kellermann
2008-09-21
1
-2
/
+0
*
Adding crop feature in ncmpc
Yannick LM
2008-09-21
6
-0
/
+44
*
screen_help: removed update() method
Max Kellermann
2008-09-21
1
-13
/
+6
*
filelist: fix segfault during filelist_sort()
Max Kellermann
2008-09-19
1
-1
/
+13
*
filelist: free entries with g_slice_free()
Max Kellermann
2008-09-19
1
-2
/
+2
*
filelist: allocate entries with g_slice_alloc()
Max Kellermann
2008-09-19
1
-4
/
+2
*
properly configure M4 macro dir
unK
2008-09-19
2
-0
/
+2
*
filelist: use GPtrArray instead of GList
Max Kellermann
2008-09-19
5
-63
/
+57
*
browser: added function browser_get_selected()
Max Kellermann
2008-09-19
1
-9
/
+11
*
screen_search: free second file list
Max Kellermann
2008-09-19
1
-0
/
+1
*
filelist: provide more functions for working with a filelist
Max Kellermann
2008-09-19
7
-58
/
+124
*
filelist: drop "mpdclient" prefix
Max Kellermann
2008-09-19
8
-18
/
+16
*
browser: use mpdclient_filelist_find_song() in set_highlight()
Max Kellermann
2008-09-19
1
-18
/
+9
*
browser: song must not be NULL in set_highlight()
Max Kellermann
2008-09-19
1
-2
/
+1
*
filelist: song must not be NULL
Max Kellermann
2008-09-19
1
-1
/
+4
*
mpdclient: moved code to filelist.c
Max Kellermann
2008-09-19
5
-77
/
+126
[next]