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-10-06
wreadln: import screen_bell() from screen_utils.h
Max Kellermann
1
-3
/
+1
2008-10-06
code style, indent with tabs XII
Max Kellermann
2
-64
/
+61
2008-10-06
removed my_wgetch(), switch to wgetch()
Max Kellermann
6
-24
/
+3
2008-10-06
disable ncurses raw mode
Max Kellermann
3
-18
/
+0
2008-10-06
wreadln: removed the disabled ncursesw code
Max Kellermann
1
-384
/
+0
2008-10-04
screen: declare time constants as GTime
Max Kellermann
1
-2
/
+2
2008-10-04
Do not include libgen.h, it is unneeded after commit 44ecb.
Emanuele Giaquinta
1
-4
/
+0
2008-10-04
use g_basename() instead of basename()
Max Kellermann
1
-1
/
+1
2008-10-03
store MPD_UPDATE_TIME as guint
Max Kellermann
1
-3
/
+3
2008-10-03
don't initialize sigaction struct twice
Max Kellermann
1
-6
/
+3
2008-10-03
restart system call after SIGWINCH
Max Kellermann
1
-1
/
+1
2008-10-03
typo: ignore SIGPIPE instead of SIGWINCH
Max Kellermann
1
-2
/
+2
2008-10-03
screen: export the global variable "screen"
Max Kellermann
14
-99
/
+85
2008-10-03
screen: don't pass mpdclient pointer to method paint()
Max Kellermann
9
-33
/
+32
2008-10-03
screen_play: remember playlist
Max Kellermann
1
-18
/
+20
2008-10-03
screen: removed "painted" flag
Max Kellermann
3
-14
/
+10
2008-10-03
removed KEY_RESIZE
Max Kellermann
4
-31
/
+0
2008-10-03
screen_search: array index is tag id
Max Kellermann
1
-24
/
+19
2008-10-03
don't import mpdclient_finish_command() twice
Max Kellermann
2
-4
/
+0
2008-10-03
screen_search: removed the FUTURE macro
Max Kellermann
1
-11
/
+0
2008-10-03
options: don't initialize with memset(0)
Max Kellermann
1
-2
/
+0
2008-10-03
options: don't pass the "options" pointer around
Max Kellermann
5
-55
/
+48
2008-10-03
colors: make color support optional at compile time
Max Kellermann
7
-0
/
+57
2008-10-03
options: print one big string in --version screen
Max Kellermann
1
-9
/
+9
2008-10-03
colors: color id is the index of the "colors" array
Max Kellermann
2
-45
/
+25
2008-10-03
colors: added enum color_t
Max Kellermann
2
-17
/
+19
2008-10-03
code style, indent with tabs XI
Max Kellermann
19
-921
/
+790
2008-10-03
screen_artist: better screen title
Max Kellermann
1
-7
/
+13
2008-10-03
list_window: remove list_window_state_t
Max Kellermann
6
-90
/
+78
2008-10-03
filelist: added filelist_find_directory()
Max Kellermann
2
-0
/
+22
2008-10-03
screen_artist: fix reload in "All tracks"
Max Kellermann
1
-7
/
+11
2008-10-03
charset: pass -1 instead of strlen()
Max Kellermann
1
-2
/
+2
2008-10-03
support: removed unused function remove_trailing_slash()
Max Kellermann
2
-18
/
+0
2008-10-03
use g_basename() instead of basename()
Max Kellermann
5
-41
/
+12
2008-10-03
use g_ascii_isspace() instead of IS_WHITESPACE()
Max Kellermann
2
-13
/
+11
2008-10-03
use g_ascii_strdown() instead of the custom lowerstr()
Max Kellermann
3
-27
/
+17
2008-10-02
list_window: removed unused macro "LW_ROW"
Max Kellermann
1
-2
/
+0
2008-10-02
screen_browser: added constant playlist_format
Max Kellermann
1
-6
/
+3
2008-10-02
fix compiler errors without locale.h
Max Kellermann
3
-1
/
+20
2008-10-02
screen_lyrics: character set conversion
Max Kellermann
1
-1
/
+9
2008-10-02
charset: convert strings with fallback
Max Kellermann
1
-24
/
+10
2008-10-02
charset: charset_init() returns character set
Max Kellermann
3
-8
/
+8
2008-10-02
charset: renamed my_strlen() to utf8_width()
Max Kellermann
6
-16
/
+17
2008-10-02
moved code to charset.c
Max Kellermann
17
-117
/
+169
2008-10-02
moved macros from ncmpc.h to main.c and screen.c
Max Kellermann
3
-20
/
+13
2008-10-02
removed LIST_FORMAT, STATUS_FORMAT
Max Kellermann
5
-14
/
+8
2008-10-02
moved i18n macros to i18n.h
Max Kellermann
18
-29
/
+56
2008-10-02
options: use stdbool
Max Kellermann
3
-32
/
+30
2008-10-02
removed the deprecated easy_download library
Max Kellermann
2
-121
/
+0
2008-10-02
moved default value macros to defaults.h
Max Kellermann
5
-16
/
+42
[next]