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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Makefile.am: added screen_play.h to $(ncmpc_headers)
Max Kellermann
2008-11-17
1
-0
/
+1
*
screen_utils: check for NULL password
Max Kellermann
2008-11-17
1
-1
/
+10
*
lirc: refactored event handler
Thomas Jansen
2008-11-10
4
-57
/
+55
*
mpdclient: use g_utf8_collate()
Max Kellermann
2008-11-07
1
-8
/
+3
*
wreadln: return NULL instead of empty string
Max Kellermann
2008-11-07
4
-8
/
+6
*
mpdclient: removed _utf8 suffix from function names
Max Kellermann
2008-11-07
6
-13
/
+13
*
mpdclient: expect UTF-8 strings
Max Kellermann
2008-11-07
8
-99
/
+65
*
screen_search: fixed 2 memory leaks
Max Kellermann
2008-11-07
1
-0
/
+6
*
screen_play: free the wreadln() return value
Max Kellermann
2008-11-07
1
-0
/
+1
*
screen_browser: free g_path_get_dirname() return value
Max Kellermann
2008-11-07
1
-0
/
+1
*
screen_file: optimized title formula
Max Kellermann
2008-11-07
1
-12
/
+10
*
main: optimized error_msg()
Max Kellermann
2008-11-07
1
-1
/
+2
*
Makefile.am: added custom rule with -fwhole-program
Max Kellermann
2008-11-07
1
-0
/
+6
*
configure.ac, Makefile.am: removed subversion keywords
Max Kellermann
2008-11-07
1
-4
/
+0
*
disable more features with --enable-mini
Max Kellermann
2008-11-07
16
-13
/
+151
*
command.h: include config.h
Max Kellermann
2008-11-07
1
-0
/
+2
*
charset: don't allocate GError
Max Kellermann
2008-11-07
1
-12
/
+4
*
options: don't store disabled options
Max Kellermann
2008-11-07
5
-0
/
+23
*
options: static initialization if possible
Max Kellermann
2008-11-07
1
-11
/
+11
*
options: removed deprecated options
Max Kellermann
2008-11-07
2
-8
/
+1
*
configure.ac: added --disable-help-screen
Max Kellermann
2008-11-07
3
-1
/
+8
*
configure.ac: added LIRC configure switch
Max Kellermann
2008-11-07
1
-1
/
+3
*
lirc: pass writable string to lirc_init()
Max Kellermann
2008-11-07
1
-1
/
+3
*
native LIRC support for ncmpc
Thomas Jansen
2008-11-07
4
-0
/
+113
*
screen_browser: fix warning when lyrics screen is disabled
Max Kellermann
2008-10-08
1
-0
/
+2
*
wreadln: support wide characters
Max Kellermann
2008-10-06
1
-17
/
+190
*
wreadln: wait for complete multibyte sequence in wreadln_insert_byte()
Max Kellermann
2008-10-06
1
-0
/
+54
*
wreadln: don't use cursor_move_right() in insert_byte()
Max Kellermann
2008-10-06
1
-1
/
+4
*
configure.ac: added option --disable-wide
Max Kellermann
2008-10-06
1
-1
/
+1
*
include ncursesw/ncurses.h if available
Max Kellermann
2008-10-06
14
-9
/
+36
*
wreadln: optimize wreadln_delete_char() with memmove()
Max Kellermann
2008-10-06
1
-3
/
+4
*
wreadln: moved code to wreadln_delete()
Max Kellermann
2008-10-06
1
-7
/
+16
*
wreadln: return early from cursor movement functions
Max Kellermann
2008-10-06
1
-11
/
+13
*
wreadln: use unsigned integers and size_t
Max Kellermann
2008-10-06
2
-15
/
+16
*
wreadln: use memcpy() for both cases
Max Kellermann
2008-10-06
1
-11
/
+6
*
wreadln: use memmove() instead of an temporary buffer
Max Kellermann
2008-10-06
1
-7
/
+2
*
wreadln: moved code to insert_byte()
Max Kellermann
2008-10-06
1
-19
/
+25
*
wreadln: static buffer
Max Kellermann
2008-10-06
1
-18
/
+11
*
wreadln: added struct wreadln
Max Kellermann
2008-10-06
1
-94
/
+111
*
wreadln: removed parameter "x1"
Max Kellermann
2008-10-06
1
-15
/
+11
*
wreadln: convert public globals to local constants
Max Kellermann
2008-10-06
3
-15
/
+6
*
wreadln: import screen_bell() from screen_utils.h
Max Kellermann
2008-10-06
1
-3
/
+1
*
code style, indent with tabs XII
Max Kellermann
2008-10-06
2
-64
/
+61
*
removed my_wgetch(), switch to wgetch()
Max Kellermann
2008-10-06
6
-24
/
+3
*
disable ncurses raw mode
Max Kellermann
2008-10-06
3
-18
/
+0
*
wreadln: removed the disabled ncursesw code
Max Kellermann
2008-10-06
1
-384
/
+0
*
screen: declare time constants as GTime
Max Kellermann
2008-10-04
1
-2
/
+2
*
Do not include libgen.h, it is unneeded after commit 44ecb.
Emanuele Giaquinta
2008-10-04
1
-4
/
+0
*
use g_basename() instead of basename()
Max Kellermann
2008-10-04
1
-1
/
+1
*
store MPD_UPDATE_TIME as guint
Max Kellermann
2008-10-03
1
-3
/
+3
[next]