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
*
include ncursesw/ncurses.h if available
Max Kellermann
2008-10-06
15
-9
/
+41
*
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
4
-30
/
+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
2
-8
/
+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
*
don't initialize sigaction struct twice
Max Kellermann
2008-10-03
1
-6
/
+3
*
restart system call after SIGWINCH
Max Kellermann
2008-10-03
1
-1
/
+1
*
typo: ignore SIGPIPE instead of SIGWINCH
Max Kellermann
2008-10-03
1
-2
/
+2
*
screen: export the global variable "screen"
Max Kellermann
2008-10-03
14
-99
/
+85
*
screen: don't pass mpdclient pointer to method paint()
Max Kellermann
2008-10-03
9
-33
/
+32
*
screen_play: remember playlist
Max Kellermann
2008-10-03
1
-18
/
+20
*
screen: removed "painted" flag
Max Kellermann
2008-10-03
3
-14
/
+10
*
removed KEY_RESIZE
Max Kellermann
2008-10-03
4
-31
/
+0
*
screen_search: array index is tag id
Max Kellermann
2008-10-03
1
-24
/
+19
*
don't import mpdclient_finish_command() twice
Max Kellermann
2008-10-03
2
-4
/
+0
*
screen_search: removed the FUTURE macro
Max Kellermann
2008-10-03
1
-11
/
+0
*
options: don't initialize with memset(0)
Max Kellermann
2008-10-03
1
-2
/
+0
*
options: don't pass the "options" pointer around
Max Kellermann
2008-10-03
5
-55
/
+48
*
colors: make color support optional at compile time
Max Kellermann
2008-10-03
8
-0
/
+69
*
options: print one big string in --version screen
Max Kellermann
2008-10-03
1
-9
/
+9
*
colors: color id is the index of the "colors" array
Max Kellermann
2008-10-03
2
-45
/
+25
*
colors: added enum color_t
Max Kellermann
2008-10-03
2
-17
/
+19
*
code style, indent with tabs XI
Max Kellermann
2008-10-03
19
-921
/
+790
*
screen_artist: better screen title
Max Kellermann
2008-10-03
1
-7
/
+13
*
list_window: remove list_window_state_t
Max Kellermann
2008-10-03
6
-90
/
+78
*
filelist: added filelist_find_directory()
Max Kellermann
2008-10-03
2
-0
/
+22
*
screen_artist: fix reload in "All tracks"
Max Kellermann
2008-10-03
1
-7
/
+11
*
charset: pass -1 instead of strlen()
Max Kellermann
2008-10-03
1
-2
/
+2
*
support: removed unused function remove_trailing_slash()
Max Kellermann
2008-10-03
2
-18
/
+0
*
use g_basename() instead of basename()
Max Kellermann
2008-10-03
6
-42
/
+13
*
use g_ascii_isspace() instead of IS_WHITESPACE()
Max Kellermann
2008-10-03
2
-13
/
+11
*
use g_ascii_strdown() instead of the custom lowerstr()
Max Kellermann
2008-10-03
3
-27
/
+17
*
list_window: removed unused macro "LW_ROW"
Max Kellermann
2008-10-02
1
-2
/
+0
*
screen_browser: added constant playlist_format
Max Kellermann
2008-10-02
1
-6
/
+3
[next]