Code

utils: move format_duration_*() to time_format.c
[ncmpc.git] / src / status_bar.c
2017-03-21 Max Kellermannutils: move format_duration_*() to time_format.c
2017-03-20 Max Kellermannuse g_timeout_add_seconds() where appropriate
2017-03-20 Max Kellermannstatus_bar: remove the status bar clock (option "displa...
2017-03-17 Max Kellermannupdate copyright year
2013-11-08 Max Kellermann*: make variables more local
2013-11-08 Max Kellermannstatus_bar: export _clear_message()
2010-01-01 Max KellermannMerge branch 'master' of git://git.musicpd.org/avuton...
2010-01-01 Avuton OlrichUpdate copyright notices
2009-11-14 Max Kellermannstatus_bar: display elapsed time event when total time...
2009-11-14 Max Kellermannstatus_bar: fix display_remaining_time while seeking
2009-11-14 Max Kellermannstatus_bar: moved variable "bitrate" inside closure
2009-11-14 Max Kellermannstatus_bar: moved code to format_bitrate()
2009-11-02 Max Kellermannplayer_command: implement setup_seek() without a song...
2009-10-20 Max Kellermannhscroll: reimplemented the hscroll library
2009-10-20 Max Kellermannstatus_bar: un-inline constructor and destructor
2009-10-04 Max Kellermannoptions: convert timedisplay_type into a bool variable
2009-10-03 Max Kellermannstatus_bar: fixed visible_bitrate check
2009-10-03 Max Kellermannscreen_play, status_bar: update scrolling with a GLib...
2009-10-03 Max Kellermannstatus_bar: moved hscroll object to struct status_bar
2009-10-03 Max Kellermannhscroll: changed hscroll_state_t typedef to a struct
2009-10-02 Max Kellermannscreen_song: moved code to format_duration_short()
2009-10-02 Max Kellermannstatus_bar: initialize the "buffer" variable with ...
2009-09-30 Max Kellermannstatus_bar: use a GLib timer to remove the message
2009-09-30 Max Kellermannscreen: moved code to status_bar.c