Code

screen_queue: no typedef for completion_callback_data_t
[ncmpc.git] / src / screen_queue.c
2017-08-02 Max Kellermannscreen_queue: no typedef for completion_callback_data_t
2017-08-02 Max Kellermannscreen_queue: move the completion_callback_data_t type...
2017-08-02 Max Kellermannscreen_queue: hide the MPD password in the screen title
2017-03-21 Max Kellermannutils: move gcmp_list_from_path() to db_completion.c
2017-03-20 Max Kellermannscreen_queue: move playlist_save() to save_playlist.c
2017-03-20 Max Kellermannscreen_utils: automatically append "[y/n]"
2017-03-20 Max Kellermannuse g_timeout_add_seconds() where appropriate
2017-03-20 Max Kellermannscreen_interface: make cols/rows unsigned
2017-03-20 Max Kellermannscreen_*: eliminate redundant wrefresh() calls
2017-03-17 Max Kellermannupdate copyright year
2014-07-14 Max Kellermannscreen_browser: fix crash on "jump" (hotkey ".")
2014-05-28 Simon ArlottImplement a search-format configuration option (Mantis...
2013-11-08 Max Kellermann*: make variables more local
2013-11-08 Max Kellermann*: use Compiler.h macros instead of glib.h
2013-11-07 Max Kellermannscreen_queue: rename "playlist" to "queue"
2012-08-10 Jonathan Neuschäferscreen_queue: fix CMD_SCREEN_SWAP with an empty queue
2012-01-04 Max KellermannMerge remote branches 'jn/keydef' and 'jn/dev'
2012-01-04 Jonathan Neuschäferscreen_queue: fix indentation after #ifndef block
2011-12-22 Jonathan Neuschäferuse screen_get_yesno
2011-12-02 Max KellermannMerge remote branches 'jn/cosmetics', 'jn/doxygen'...
2011-11-22 Jonathan Neuschäferrename screen_message to screen_status
2011-10-02 Jonathan Neuschäferscreen_queue: fix a typo: "revceived"
2011-09-21 Max KellermannMerge branch 'regr' of git://git.musicpd.org/jn/ncmpc
2011-09-17 Jonathan Neuschäferscreen_queue: fix CMD_LIST_MOVE_*
2011-09-16 Jonathan NeuschäferRevert "screen_queue: use list_window_move_cursor"
2011-08-31 Max KellermannMerge remote branches 'jn/doc', 'jn/stuff' and 'jn...
2011-08-31 Jonathan Neuschäferscreen_queue: use list_window_move_cursor
2011-07-18 Jonathan Neuschäferadd missing g_free in error path
2010-04-20 Max Kellermannscreen_queue: fix range selection check on "shuffle"
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_queue: always update the list size
2009-12-02 Max Kellermannscreen_queue: simplified screen_readln() call in MINI
2009-11-03 Romain Bignonuse MPD_IDLE_QUEUE instead of deprecated MPD_IDLE_PLAYL...
2009-11-02 Max Kellermannscreen_queue: update current song in method open()
2009-11-02 Max Kellermannscreen_queue: use mpd_status.song_pos for centering...
2009-11-02 Max Kellermannscreen_queue: eliminated length check in center()
2009-11-02 Max Kellermannscreen_queue: eliminated unused variable "song"
2009-10-20 Max Kellermannhscroll: reimplemented the hscroll library
2009-10-18 Max Kellermannscreen_queue: move ranges with one single "move" command
2009-10-17 Max Kellermannmpdclient: renamed mpdclient_cmd_move() to mpdclient_cm...
2009-10-17 Max Kellermannmpdclient: removed mpdclient_cmd_play()
2009-10-17 Max Kellermannscreen_queue: set cursor before button handlers
2009-10-17 Max Kellermannscreen_queue: update list_window length after mouse...
2009-10-17 Max Kellermanncheck the return value of mpdclient_get_connection()
2009-10-11 Max Kellermannlist_window: removed second column support
2009-10-11 Max Kellermannscreen_queue: use paint_song_row()
2009-10-11 Max Kellermannscreen_queue: check current song only if PLAYER idle...
2009-10-11 Max Kellermannrenamed screen_play.c to screen_queue.c