Code

mpdclient: add client-to-client support
[ncmpc.git] / src /
2011-09-16 Jonathan Neuschäferlist_window: "if ( x)" -> "if (x)"
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-08-31 Jonathan Neuschäferlist_window: document list_window_center
2011-08-31 Jonathan Neuschäferfix a typo ("connectiond")
2011-08-29 Jonathan Neuschäferplugin: fix plugin_callback_t documentation
2011-08-29 Jonathan Neuschäferscreen_lyrics: clarify some code
2011-08-29 Jonathan Neuschäferlist_window.h: "non-zero" -> "true", we use bool
2011-08-29 Jonathan Neuschäfercommand: use RET instead of 13 for '\r'
2011-08-29 Jonathan Neuschäfercommand: use KEY_CTL
2011-08-29 Jonathan Neuschäfercommand: add macro KEY_CTL()
2011-08-29 Jonathan Neuschäfercommand: white space cosmetics
2011-08-29 Jonathan Neuschäferscreen_artist: document add_query (some more)
2011-08-29 Jonathan Neuschäferscreen_artist: don't use artist directly in add_query
2011-08-29 Jonathan Neuschäferscreen_artist: add_query: add a "const"
2011-08-29 Jonathan Neuschäferscreen_search: make SEARCH_ARTIST_TITLE part of an...
2011-08-29 Jonathan Neuschäferconf.c: unbreak two short lines, remove parentheses
2011-08-23 Max Kellermannincrease connection timeout to 5 seconds
2011-08-23 Max Kellermannmpdclient: pass integer timeout to mpdclient_connect()
2011-08-22 Jonathan Neuschäferscreen_lyrics: prevent a double free/use after free
2011-08-21 Jonathan Neuschäferimplement the "lyrics-timeout" config option
2011-08-09 Jonathan Neuschäferscreen_lyrics: optionally show the plugin used
2011-08-09 Jonathan Neuschäferplugin: pass the plugin name to the callback
2011-07-26 Jonathan Neuschäferoptions.c: use a for loop in options_parse
2011-07-26 Jonathan Neuschäferremove the rest of the splash screen
2011-07-20 Max Kellermannmpdclient: fix crash after "clear" command
2011-07-18 Max Kellermannworkaround for libncurses macro warnings
2011-07-18 Max Kellermannscreen_artist: fix variable name typo in assertion
2011-07-18 Jonathan Neuschäferadd missing g_free in error path
2011-06-23 Jonathan Neuschäfermain: *settings_name: translate "unknown"
2011-06-23 Jonathan Neuschäfermain: don't show (null) as the server name
2011-06-23 mattuse glib regex for list_window_jump.
2011-06-23 mattmain.c: fix compiler warning
2011-06-23 mattscreen_find.c: fix backspace bug
2011-03-31 Jonathan Neuschäfermpdclient.h: fix the spelling of "occurred"
2011-01-07 Emil Karlsonfix malloc/free deadlock in signal handler by implement...
2010-12-23 Max Kellermannmain: show real server address in status message
2010-09-22 Jonathan Neuschäferan i18n fix
2010-09-22 Jonathan Neuschäferscreen_artist: respect artist when adding albums
2010-07-25 Max Kellermannscreen_song: show song range
2010-07-21 Jonathan Neuschäferscreen_artist: tracks w/o album tag != all tracks
2010-07-21 Daniel Frieseloptions.c: Read mpd host from environment if not specified.
2010-07-21 Ihar Hrachyshkascreen_help: remove CMD_SCREEN_SONG if song screen...
2010-06-19 Max Kellermannscreen_browser: check for error before adding song...
2010-04-25 Jonathan Neuschäferscreen_lyrics: handle the spacebar
2010-04-25 Jonathan Neuschäferscreen_lyrics: some cleanup
2010-04-20 Max Kellermannscreen_queue: fix range selection check on "shuffle"
2010-04-05 Jonathan NeuschäferMake delete_lyr_hd usable
2010-04-05 Jonathan Neuschäferscreen_lyrics.c: Add function delete_lyr_hd
2010-04-05 Jonathan Neuschäferscreen_lyrics.c: wrapped some duplicate code
2010-01-28 Matt Portasscreen_find: strip prompt from search string
2010-01-28 Matt Portasscreen_find: fix garbage control chars in search string
2010-01-17 Max Kellermannscreen_browser: fixed jump to playlist file
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-12-30 Max Kellermannscreen_queue: always update the list size
2009-12-30 Max Kellermannlist_window: check for unchanged value in set_length()
2009-12-27 Sebastian Harlinclude "config.h" in all files using HAVE_* defines
2009-12-25 Max Kellermannscreen_artist: return strings without square brackets
2009-12-25 Max Kellermannscreen_artist: use a list_window paint callback
2009-12-25 Max Kellermannscreen_artist: don't convert _() to locale
2009-12-25 Max Kellermannscreen_browser: export screen_browser_paint_directory()
2009-12-10 Max Kellermanncompatibility fixes for GLib 2.12
2009-12-10 Max Kellermannscreen_browser: explicitly initialize local variable
2009-12-02 Max Kellermannscreen_queue: simplified screen_readln() call in MINI
2009-11-30 Thomas AdamFix compiling with --disable-locale
2009-11-24 Andy Spencercolors: Change config to use attribute list
2009-11-24 Andy Spencercolors: Clean up color handling code using curses.h
2009-11-24 Andy Spencercolors: Allow using 256 colors
2009-11-23 Max Kellermanncolors: work around "value computed is not used" warning
2009-11-23 Matt Portasadded option "second-column"
2009-11-19 Max Kellermanncharset: added support for zero-width characters
2009-11-19 Max Kellermanncharset: moved code to unicode_char_width()
2009-11-14 Max Kellermannmpdclient: allow song id 0
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-07 Max Kellermannscreen_outputs: set list_window length to 0 if not...
2009-11-03 Romain Bignonupdate screens after being disconnected from server
2009-11-03 Romain Bignonuse MPD_IDLE_QUEUE instead of deprecated MPD_IDLE_PLAYL...
2009-11-03 Max Kellermannscreen_song: store list items in the locale charset
2009-11-02 Max Kellermanncharset: added function locale_width()
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 Kellermannplayer_command: implement setup_seek() without a song...
2009-11-02 Max Kellermannplayer_command: merged code into setup_seek()
2009-11-02 Max Kellermannplayer_command: break from switch if not playing
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-11-02 Max Kellermannmpdclient: added inline function mpdclient_is_playing()
2009-11-01 Max Kellermannscreen_search: revert label to "Filename"
2009-10-31 Max Kellermannscreen_outputs: preserve cursor position after update
2009-10-29 Thomas Jansencommand, conf: simplify variable initialization
2009-10-29 Thomas Jansenmain: whitespace cosmetics
2009-10-29 Thomas Jansenwreadln: whitespace cosmetics
next