Code

screen_*: eliminate redundant wrefresh() calls
[ncmpc.git] / src / screen_song.c
2017-03-20 Max Kellermannscreen_*: eliminate redundant wrefresh() calls
2017-03-17 Max Kellermannupdate copyright year
2017-03-10 Max Kellermannscreen_song: show "dsd64" etc. shortcuts
2017-03-10 Max Kellermannscreen_song: show "f" and "dsd" formats
2017-03-10 Max Kellermannscreen_song: move code to audio_format_to_string()
2014-07-14 Max Kellermannscreen_song: draw bit rate in screen_song_update()
2014-06-09 Jonathan Neuschäferscreen_song: show audio format
2013-11-08 Max Kellermann*: make variables more local
2013-11-08 Max Kellermannconfigure.ac: require libmpdclient 2.3
2013-11-08 Max Kellermann*: use Compiler.h macros instead of glib.h
2012-08-14 Valmiky Arquissandasscreen_song: show song position
2011-12-02 Max KellermannMerge remote branches 'jn/cosmetics', 'jn/doxygen'...
2011-12-02 Jonathan Neuschäferscreen_song: make Path a proper label
2011-12-02 Jonathan Neuschäferscreen_song: don't show unknown kbit rates
2011-11-14 Jonathan Neuschäferapply whitespace cosmetics to the license comments
2010-07-25 Max Kellermannscreen_song: show song range
2010-01-01 Max KellermannMerge branch 'master' of git://git.musicpd.org/avuton...
2010-01-01 Avuton OlrichUpdate copyright notices
2009-12-30 Max Kellermannscreen_song: make the "labels" array static
2009-11-03 Max Kellermannscreen_song: store list items in the locale charset
2009-11-02 Max Kellermannscreen_song: properly implement line breaks
2009-11-02 Max Kellermannscreen_song: fill spaces with memset()
2009-11-02 Max Kellermannscreen_song: don't allow screen_song_append(NULL)
2009-11-02 Max Kellermannmpdclient: added inline function mpdclient_is_playing()
2009-10-29 Max KellermannMerge branch 'master' of git://git.musicpd.org/jefromi...
2009-10-29 Jeffrey Middletonscreen_song: correct "is mpd playing?" logic
2009-10-17 Max Kellermanncheck the return value of mpdclient_get_connection()
2009-10-11 Max Kellermannlist_window: removed second column support
2009-10-10 Max Kellermannlist_window: added function list_window_resize()
2009-10-10 Max Kellermannscreen_song: corrected list_window length
2009-10-10 Max Kellermannlist_window: don't invoke callback out-of-range
2009-10-10 Max Kellermannlist_window: added attribute "length"
2009-10-09 Max Kellermannlist_window: removed the list_window_t typedef
2009-10-03 Max Kellermannmpdclient: wrap access in mpdclient_get_connection()
2009-10-02 Max Kellermannscreen_song: pass mpd_connection to screen_song_add_stats()
2009-10-02 Max Kellermannscreen_song: moved code to format_duration_short()
2009-10-02 Max Kellermannutils: pass preallocated buffer to format_duration_long()
2009-10-02 Max Kellermannutils: renamed time_seconds_to_durationstr()
2009-10-01 Max Kellermannscreen_utils: moved screen_find() to screen_find.c
2009-10-01 Max Kellermannscreen: moved screen_interface externs to each screen...
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