Code

moved struct screen_functions to screen_interface.h
[ncmpc.git] / src / screen_song.c
2009-09-30 Max Kellermannmoved struct screen_functions to screen_interface.h
2009-09-30 Max Kellermannmoved screen_file_goto_song() prototype to screen_file.h
2009-09-28 Max Kellermannmpdclient: removed the mpdclient_t typedef
2009-09-28 Max Kellermannuse libmpdclient2
2009-09-18 Max Kellermannscreen_lyrics, screen_song: duplicate "next_song"
2009-09-11 Thomas Jansenupdate lyrics screen when a new song starts
2009-09-10 Max KellermannMerge branch 'master' of git://git.musicpd.org/patrick...
2009-09-04 Patrick Hallenscreen_song: Added the length of the song to the song...
2009-08-14 Max Kellermannscreen_song: free mpd_stats object
2009-06-14 Romain Bignondisplay songs time in playlist
2009-03-30 Max KellermannMerge branch 'master' of git://git.musicpd.org/patrick...
2009-03-28 Patrick Hallenscreen_song: Replaced "DB last updated" with "Most...
2009-03-27 Max Kellermannscreen_song: check c->status!=NULL
2009-03-23 Jeffrey Middletonscreen swap works with song/lyrics screens
2009-03-14 Patrick Hallenscreen_song: Some clean-up and more comments.
2009-03-13 Patrick Hallenscreen_song: Added some statistics about mpd to the...
2009-03-13 Patrick Hallenscreen_song: Refactor screen_song, so it can be opened...
2009-02-11 Patrick Hallenscreen_song: Added more readable table layout.
2009-01-01 Avuton OlrichUpdate copyright notices
2008-12-05 Max Kellermannscreen_song: make the variable "current" static
2008-11-27 Max Kellermannlist_window: converted "flags" to one "bool" variable
2008-11-27 Max Kellermannlist_window: use "bool" instead of "int"
2008-11-18 Max Kellermannscreen_song: support CMD_SCREEN_LYRICS
2008-11-18 Max Kellermannscreen_song: free the song pointer
2008-11-18 Max Kellermannscreen_song: include cleanup
2008-11-18 Max Kellermannscreen_song: new screen which views song information