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
*
Added keydef screen
Kalle Wallin
2004-04-19
4
-9
/
+406
*
Added copyright notice and license notice
Kalle Wallin
2004-04-19
7
-20
/
+181
*
Major cleanup. The goal of this is to simplify addition of "screens".
Kalle Wallin
2004-04-19
10
-284
/
+464
*
Specified that the highlight entry in help_text_row_t should be signed (ppc).
Kalle Wallin
2004-04-14
1
-1
/
+1
*
Updated ChangeLog.
Kalle Wallin
2004-04-14
1
-1
/
+30
*
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@763 09075e82-0dd4-0310-85a5-a...
Kalle Wallin
2004-04-14
1
-41
/
+0
*
Renamed ncmpcrc.sample config.sample.
Kalle Wallin
2004-04-14
2
-1
/
+34
*
Added a sample key configuration file.
Kalle Wallin
2004-04-14
1
-0
/
+112
*
Added optional support for a wide_cursor.
Kalle Wallin
2004-04-14
3
-15
/
+16
*
Highlight and center current track even when paused.
Kalle Wallin
2004-04-14
1
-5
/
+8
*
Use screen_status_printf() to display character conversion errors. Only use
Kalle Wallin
2004-04-14
1
-2
/
+13
*
Force curses repaint the status window when adding directories (doupdate).
Kalle Wallin
2004-04-14
1
-0
/
+1
*
Use get_key_names() for the keys displayed in the welcome message.
Kalle Wallin
2004-04-14
1
-3
/
+3
*
Updated version and added a SYSCONFDIR define to CFLAGS.
Kalle Wallin
2004-04-14
1
-3
/
+4
*
Use key descriptions from get_key_description (command.c).
Kalle Wallin
2004-04-14
1
-47
/
+63
*
Check key bindings and quit if they are insane.
Kalle Wallin
2004-04-14
1
-1
/
+8
*
Added command names (used with key bindings).
Kalle Wallin
2004-04-14
2
-76
/
+236
*
relocated configuration file to ~/.ncmpc/config and added support for
Kalle Wallin
2004-04-14
2
-8
/
+208
*
Poll mpd twice/second, print a newline when exiting.
Kalle Wallin
2004-04-13
1
-1
/
+2
*
Use wclrtoeol instead of wclear in list_window_paint (wclear is slow).
Kalle Wallin
2004-04-13
1
-7
/
+5
*
Updated readme.
Kalle Wallin
2004-04-06
1
-1
/
+6
*
SOCKLEN_T
Kalle Wallin
2004-04-06
1
-1
/
+1
*
Added a new test for socklen_t.
Kalle Wallin
2004-04-06
2
-3
/
+74
*
Removed all binding to ESC (stop).
Kalle Wallin
2004-04-06
1
-5
/
+1
*
Replaced F1,F2,F3 with 1,2,3.
Kalle Wallin
2004-04-06
1
-3
/
+3
*
Added a sample lirc (irpty) configuration file.
Kalle Wallin
2004-04-06
2
-1
/
+194
*
Added alternate key bindings for Up,Down to enable irpty control.
Kalle Wallin
2004-04-06
1
-3
/
+3
*
Added a welcome message (help).
Kalle Wallin
2004-04-06
2
-4
/
+32
*
Fixed the list_window_check_selected() function.
Kalle Wallin
2004-04-05
1
-0
/
+3
*
Added input_timeout.
Kalle Wallin
2004-04-05
1
-0
/
+3
*
Removed old reference to mpc-ncurses.
Kalle Wallin
2004-04-05
1
-1
/
+1
*
Added support for (auto) center/focus playlists.
Kalle Wallin
2004-04-05
7
-40
/
+100
*
Added auto-center option.
Kalle Wallin
2004-04-05
1
-1
/
+2
*
Added strcasestr prototype.
Kalle Wallin
2004-03-31
1
-6
/
+4
*
Fixed som spelling errors.
Kalle Wallin
2004-03-31
1
-2
/
+2
*
Only delete a song if it exits.
Kalle Wallin
2004-03-31
1
-5
/
+8
*
Moved cursor to main window (selected_row,0) when idle.
Kalle Wallin
2004-03-31
2
-1
/
+8
*
Documentation changes for the 0.10.0 realease.
Kalle Wallin
2004-03-31
6
-16
/
+30
*
Moved cursor to main window (selected_row,0) when idle.
Kalle Wallin
2004-03-31
1
-1
/
+1
*
Updated key bindings, make shore we can stop with a standard key 's'.
Kalle Wallin
2004-03-31
1
-9
/
+9
*
Replaced g_utf8_strlen() with strlen()
Kalle Wallin
2004-03-29
1
-3
/
+5
*
Added error handling in the character conversion functions.
Kalle Wallin
2004-03-29
1
-6
/
+36
*
Call g_build_filename() the correct way.
Kalle Wallin
2004-03-29
1
-1
/
+1
*
Removed the concat_path() function.
Kalle Wallin
2004-03-29
2
-35
/
+14
*
Changed non blocking read timeout from 100ms to 250ms.
Kalle Wallin
2004-03-29
1
-1
/
+1
*
Started to use glib.
Kalle Wallin
2004-03-29
1
-1
/
+1
*
Removed --with-default-charset option.
Kalle Wallin
2004-03-29
1
-7
/
+2
*
Removed extra source - langinfo.c
Kalle Wallin
2004-03-29
1
-4
/
+3
*
Updated to 0.10.1
Kalle Wallin
2004-03-29
2
-3
/
+8
*
Added password support.
Kalle Wallin
2004-03-29
5
-29
/
+85
[next]