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
/
screen_play.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-09-17
list_window: added list_window_center()
Max Kellermann
1
-8
/
+3
2008-09-17
screen: removed screen_functions.get_lw()
Max Kellermann
1
-7
/
+0
2008-09-17
replaced get_screen_X() with static screen_functions variable
Max Kellermann
1
-19
/
+12
2008-09-15
use GArray for playlist instead of GList
Max Kellermann
1
-10
/
+10
2008-09-15
fix unused parameter warnings
Max Kellermann
1
-9
/
+10
2008-09-15
use size_t and unsigned integers
Max Kellermann
1
-9
/
+10
2008-09-15
fix shadow warnings
Max Kellermann
1
-6
/
+6
2008-09-15
include cleanup
Max Kellermann
1
-7
/
+7
2008-09-15
fix function prototypes
Max Kellermann
1
-8
/
+11
2008-09-15
const pointers
Max Kellermann
1
-2
/
+2
2008-09-15
code style, indent with tabs
Max Kellermann
1
-208
/
+184
2008-09-15
remove unused static functions
Max Kellermann
1
-1
/
+1
2007-08-26
Removed nested functions
Andreas Obergrusberger
1
-66
/
+112
2005-06-14
Dont include panel.h
Kalle Wallin
1
-1
/
+0
2005-06-03
Added a "hide cursor" feature #0000417
Kalle Wallin
1
-0
/
+13
2005-02-13
Enable playlist saving on the browse screen
Kalle Wallin
1
-5
/
+6
2004-12-13
Fixed abort (Ctrl-G) handling in the save playlist prompt
Kalle Wallin
1
-1
/
+2
2004-11-15
Added a search screen
Kalle Wallin
1
-1
/
+1
2004-07-13
Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf)
Kalle Wallin
1
-3
/
+4
2004-07-02
Added basic ncurses mouse support
Kalle Wallin
1
-0
/
+43
2004-07-02
Make shure the list scrolls when moving a song
Kalle Wallin
1
-0
/
+2
2004-07-01
Removed the trim() function, using glib's g_strstrip() instead
Kalle Wallin
1
-1
/
+1
2004-06-22
Clear the main window on CMD_SCREEN_UPDATE
Kalle Wallin
1
-0
/
+3
2004-06-20
Added _utf8 suffix to all functions that take utf8 arguments.
Kalle Wallin
1
-5
/
+1
2004-06-19
Make shure the list window is repainted after a completion list is displayed
Kalle Wallin
1
-6
/
+11
2004-06-19
added type argument to gcmp_list_from_path()
Kalle Wallin
1
-7
/
+47
2004-06-18
Added a add command (for adding files or urls to the playlist)
Kalle Wallin
1
-0
/
+78
2004-06-16
libmpdclient updated (r1507) - added path to mpdclient_cmd_db_update()
Kalle Wallin
1
-0
/
+1
2004-06-15
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1497 09075e82-0dd4-0310-85a5-...
Kalle Wallin
1
-10
/
+46
2004-06-14
Major cleanup of the mpd client code (mpc->mpdclient)
Kalle Wallin
1
-185
/
+70
2004-06-09
Updated the get_title callback.
Kalle Wallin
1
-2
/
+7
2004-06-08
Display the the entire url when a streams metadata==NULL
Kalle Wallin
1
-1
/
+1
2004-06-07
Display stream names in the list window.
Kalle Wallin
1
-2
/
+4
2004-06-06
i18n - ncmpc is now bilingual (sv)
Kalle Wallin
1
-1
/
+1
2004-06-05
Added initial i18n support
Kalle Wallin
1
-11
/
+7
2004-06-05
Changed directory layout (for future use of gettext)
Kalle Wallin
1
-0
/
+0
2004-05-07
Added support for moving songs in a playlist (move-up,move-down).
Kalle Wallin
1
-4
/
+62
2004-04-23
Reverted back to r875
Kalle Wallin
1
-2
/
+0
2004-04-23
Make shure the cursor stays on the same row when deleting.
Kalle Wallin
1
-4
/
+4
2004-04-22
Changed the way songs are added/deleted from playlist (#0000220).
Kalle Wallin
1
-17
/
+81
2004-04-21
Fixed resize handling (SIGWINCH).
Kalle Wallin
1
-0
/
+9
2004-04-19
Major cleanup. The goal of this is to simplify addition of "screens".
Kalle Wallin
1
-27
/
+87
2004-04-14
Highlight and center current track even when paused.
Kalle Wallin
1
-5
/
+8
2004-04-05
Added support for (auto) center/focus playlists.
Kalle Wallin
1
-0
/
+42
2004-03-31
Only delete a song if it exits.
Kalle Wallin
1
-5
/
+8
2004-03-28
We now allocate and free memory with glib
Kalle Wallin
1
-3
/
+3
2004-03-27
Include "config.h" before "support.h"
Kalle Wallin
1
-1
/
+45
2004-03-26
Replaced wrefresh() with wnoutrefresh().
Kalle Wallin
1
-2
/
+2
2004-03-26
Added reversed and wrapped list search (find).
Kalle Wallin
1
-21
/
+8
2004-03-24
Moved list window fuctions to list_window.c.
Kalle Wallin
1
-33
/
+6
[next]