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-28
screen_play: no song means id=-1
Max Kellermann
1
-3
/
+3
2008-09-28
screen_play: repaint highlight when mpd starts playing
Max Kellermann
1
-1
/
+2
2008-09-26
screen_play: repaint if current song has changed
Max Kellermann
1
-8
/
+10
2008-09-25
screen: replaced get_cur_mode_id() with screen_is_visible()
Max Kellermann
1
-1
/
+1
2008-09-25
screen: don't pass screen pointer to method update()
Max Kellermann
1
-2
/
+4
2008-09-25
screen_play: hide cursor with a timer
Max Kellermann
1
-20
/
+45
2008-09-25
screen_playlist: don't repaint in update()
Max Kellermann
1
-17
/
+45
2008-09-25
screen: don't pass screen pointer to method paint()
Max Kellermann
1
-3
/
+3
2008-09-25
screen: don't call wrefresh() in methods paint() and update()
Max Kellermann
1
-2
/
+0
2008-09-25
list_window: removed property "clear"
Max Kellermann
1
-10
/
+3
2008-09-25
code style, indent with tabs X
Max Kellermann
1
-166
/
+161
2008-09-23
screen_play: use list_window_check_selected()
Max Kellermann
1
-5
/
+1
2008-09-22
screen: simplified CMD_SCREEN_UPDATE handlers
Max Kellermann
1
-3
/
+2
2008-09-22
screen: don't set list_window->repaint
Max Kellermann
1
-6
/
+1
2008-09-22
screen: moved input_timestamp to screen_play.c
Max Kellermann
1
-1
/
+6
2008-09-22
screen: moved list_window mouse code to list_window.c
Max Kellermann
1
-1
/
+2
2008-09-18
playlist: removed "updated" flag
Max Kellermann
1
-2
/
+3
2008-09-18
screen: check MPD status only if connected
Max Kellermann
1
-4
/
+7
2008-09-18
screen: removed NULL check
Max Kellermann
1
-2
/
+1
2008-09-17
make several functions return void
Max Kellermann
1
-4
/
+4
2008-09-17
playlist: use playlist_get() instead of playlist_get_song()
Max Kellermann
1
-2
/
+3
2008-09-17
list_window: don't reset *highlight to 0
Max Kellermann
1
-1
/
+0
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
[next]