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
path:
root
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-09-17
lyrics: don't check current.lines==NULL
Max Kellermann
1
-2
/
+2
2008-09-17
help: return early from list_callback()
Max Kellermann
1
-25
/
+25
2008-09-17
help: converted help_text_rows to a macro
Max Kellermann
1
-10
/
+3
2008-09-17
lyrics: removed lyrics_text_rows, use current.lines->len instead
Max Kellermann
1
-2
/
+1
2008-09-17
list_window: added list_window_center()
Max Kellermann
5
-27
/
+25
2008-09-17
list_window: added list_window_scroll_cmd()
Max Kellermann
4
-69
/
+62
2008-09-17
list_window: set repaint at the end of list_window_cmd()
Max Kellermann
1
-6
/
+1
2008-09-17
screen: return early in switch_screen_mode() on error
Max Kellermann
1
-7
/
+7
2008-09-17
screen: added macro NUM_SCREENS
Max Kellermann
1
-25
/
+16
2008-09-17
screen: close only current screen in screen_exit()
Max Kellermann
1
-2
/
+3
2008-09-17
screen: don't store "screen" as a pointer
Max Kellermann
1
-140
/
+135
2008-09-17
screen: moved code to find_configured_screen()
Max Kellermann
1
-10
/
+13
2008-09-17
screen: mode_fn cannot be NULL, removed checks
Max Kellermann
1
-17
/
+9
2008-09-17
screen: before calling update(), check if it is defined
Max Kellermann
1
-1
/
+1
2008-09-17
screen: removed screen_functions.get_lw()
Max Kellermann
8
-53
/
+2
2008-09-17
replaced get_screen_X() with static screen_functions variable
Max Kellermann
10
-208
/
+134
2008-09-17
code style, indent with tabs III
Max Kellermann
3
-112
/
+104
2008-09-17
mpdclient: call playlist_clear() in mpdclient_playlist_update()
Max Kellermann
1
-2
/
+1
2008-09-16
initial draw without delay
Max Kellermann
1
-0
/
+2
2008-09-16
screen: added struct names
Max Kellermann
7
-91
/
+95
2008-09-16
lyrics: converted in-process plugins to external programs
Max Kellermann
9
-677
/
+482
2008-09-16
use GPtrArray instead of GArray for playlist songs
Max Kellermann
2
-13
/
+10
2008-09-16
playlist: hide direct accesses in inline functions
Max Kellermann
3
-37
/
+92
2008-09-16
mpdclient: added mpdclient_playlist_init(), mpdclient_playlist_clear()
Max Kellermann
3
-6
/
+34
2008-09-16
mpdclient: moved code to playlist.c
Max Kellermann
5
-111
/
+174
2008-09-16
song: allocate mpd_song from glib slices
Max Kellermann
1
-0
/
+15
2008-09-16
song: use struct mpd_song
Max Kellermann
4
-44
/
+44
2008-09-16
libmpdclient: moved code to song.c
Max Kellermann
5
-133
/
+231
2008-09-16
mpdclient: add struct names, for forward declarations
Max Kellermann
1
-4
/
+4
2008-09-16
libmpdclient: const pointers
Max Kellermann
2
-2
/
+2
2008-09-16
code style, indent with tabs II
Max Kellermann
5
-142
/
+128
2008-09-16
list_window: update variables without looping
Max Kellermann
1
-10
/
+14
2008-09-16
include cleanup
Max Kellermann
2
-5
/
+5
2008-09-15
easy_download: fixed the type of write_data()
Max Kellermann
1
-1
/
+3
2008-09-15
use GArray for playlist instead of GList
Max Kellermann
3
-101
/
+76
2008-09-15
free info entity while iterating
Max Kellermann
1
-0
/
+2
2008-09-15
manage tag string allocations in a pool
Max Kellermann
4
-44
/
+200
2008-09-15
added support for unix domain sockets
Max Kellermann
1
-1
/
+58
2008-09-15
lyrics: missing "break"
Max Kellermann
1
-1
/
+2
2008-09-15
lyrics: converted global variables to static
Max Kellermann
2
-6
/
+3
2008-09-15
fix unused parameter warnings
Max Kellermann
8
-47
/
+59
2008-09-15
imported gcc.h from mpd
Max Kellermann
2
-1
/
+71
2008-09-15
don't declare local variable "options"
Max Kellermann
3
-13
/
+15
2008-09-15
use size_t and unsigned integers
Max Kellermann
18
-114
/
+130
2008-09-15
fixed mixed declaration + code
Max Kellermann
3
-16
/
+19
2008-09-15
fix shadow warnings
Max Kellermann
10
-144
/
+148
2008-09-15
include cleanup
Max Kellermann
36
-167
/
+173
2008-09-15
screen_auth() returns result
Max Kellermann
1
-1
/
+2
2008-09-15
fix function prototypes
Max Kellermann
15
-39
/
+84
2008-09-15
const pointers
Max Kellermann
33
-134
/
+135
[next]