Code

release v0.29
[ncmpc.git] / src /
2017-03-17 Max Kellermanncallbacks: add "connected" and "failed" callback
2017-03-17 Max Kellermannmpdclient: add _is_dead()
2017-03-17 Max Kellermannmpdclient: add "playing" attribute
2017-03-17 Max Kellermannmain: remove unnecessary "mpd!=NULL" checks
2017-03-17 Max Kellermannmpdclient: reorder attributes for better packing
2017-03-17 Max Kellermannmpdclient: move volume reset to _status_free()
2017-03-17 Max Kellermannmpdclient: move code to mpdclient_status_free()
2017-03-17 Max Kellermannmpdclient: remove unused attribute "update_id"
2017-03-17 Max Kellermannmpdclient: update the "source" documentation
2017-03-17 Max Kellermannmpdclient: wrap the idle callback, unified error handling
2017-03-17 Max Kellermannmpdclient: convert UTF-8 error message to locale charset
2017-03-17 Max Kellermannmpdclient: move code to mpdclient_invoke_error_callback()
2017-03-17 Max Kellermannmpdclient: include cleanup
2017-03-17 Max Kellermannmpdclient: remove unused macro BUFSIZE
2017-03-17 Max Kellermannmpdclient: remove unused function compare_filelistentry...
2017-03-17 Max Kellermannmain: move mpd_glib_new() call to mpdclient.c
2017-03-17 Max Kellermanncallbacks: rename functions
2017-03-17 Max Kellermannscreen_client: move functions to callbacks.c
2017-03-17 Max Kellermannmain: remove redundant mpdclient_disconnect() call
2017-03-17 Max Kellermannmain: remove the "idle" fallback code
2017-03-17 Max Kellermannupdate copyright year
2017-03-17 Max Kellermannmain: eliminate local dummy variable
2017-03-11 Max Kellermanncommand: fix swapped help texts
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()
2017-03-10 Max Kellermannscreen_{find,search}: work around gcc7 -Wimplicit-fallt...
2017-03-10 Max KellermannCompiler.h: exclude clang from GCC_CHECK_VERSION()
2017-03-10 Max KellermannCompiler.h: reimplement GCC_CHECK_VERSION() using GCC_M...
2017-03-10 Max KellermannCompiler.h: add macro CLANG_OR_GCC_VERSION()
2017-03-10 Max KellermannCompiler.h: add macro GCC_OLDER_THAN()
2017-03-10 Max KellermannCompiler.h: add macro CLANG_VERSION
2017-03-10 Max KellermannCompiler.h: add macro GCC_MAKE_VERSION()
2017-03-10 Max Kellermannrequire libmpdclient 2.9, remove several #ifdefs
2016-08-18 Max Kellermannstrfsong: implement "%disc%"
2014-07-14 Max Kellermannscreen_song: draw bit rate in screen_song_update()
2014-07-14 Max Kellermannmain: make variables more local
2014-07-14 Max Kellermannscreen_keydef: save keys to path specified by --key...
2014-07-14 Max Kellermannconf: check_user_conf_dir() returns bool
2014-07-14 Max Kellermannconf: include cleanup
2014-07-14 Max Kellermannconf: remove WIN32 debug logs
2014-07-14 Max Kellermanncommand: return bool for success/failure
2014-07-14 Max Kellermanncommand: make variables more local
2014-07-14 Max Kellermannscreen_browser: fix crash on "jump" (hotkey ".")
2014-07-14 Max Kellermannscreen_find: fix indent
2014-06-09 Jonathan Neuschäferscreen_song: show audio format
2014-05-28 Simon ArlottImplement a search-format configuration option (Mantis...
2014-05-13 nonameFlush stdout to change xterm title.
2014-05-13 Max Kellermanncharset: work around "unused function" compiler warnings
2014-01-08 James McGlashan... Fixed colours for status-flags (previously documented...
2013-12-13 Max Kellermannfix typo in error message
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
2013-11-08 Max Kellermannconf: simplify read_configuration()
2013-11-08 Max Kellermannconf: convert runtime check to assertion
2013-11-08 Max Kellermannconf: eliminate local variable "match_found"
2013-11-08 Max Kellermann*: add "pure" attributes
2013-11-08 Max Kellermannmain: remove useless "Connected to ..." message
2013-11-08 Max Kellermannstatus_bar: export _clear_message()
2013-11-07 Max Kellermannmain: require MPD 0.16
2013-11-07 Max Kellermannmatch,charset: add obsolete GLib version checks
2013-11-07 Max Kellermannresolver: remove unused library
2013-11-07 Max Kellermannglib_compat.h: remove obsolete header
2013-11-07 Max Kellermannscreen_queue: rename "playlist" to "queue"
2013-04-11 Jari Vetoniemistrfsong: Add fallback mpd tags for more compatibility
2013-04-11 Max Kellermannscreen_lyrics: return if fork fails
2012-08-14 Valmiky Arquissandasscreen_song: show song position
2012-08-10 Jonathan Neuschäferscreen_queue: fix CMD_SCREEN_SWAP with an empty queue
2012-08-10 Jonathan NeuschäferTry to keep the cursor position when reloading lyrics
2012-08-10 Jonathan Neuschäfermpdclient.h: don't self-include
2012-08-10 Jonathan Neuschäferlist_window.h: fix a comment
2012-08-10 Jonathan Neuschäferstrfsong: add %albumartist%, %composer%, and %performer%
2012-08-01 Max Kellermannscreen_search: fix crash when disconnected
2012-06-12 Jonathan Neuschäferstrfsong: evaluate literal text as "true"
2012-06-12 Jonathan Neuschäferstrfsong: add a '\0' after copied chars; avoid memset
2012-06-12 Lars-Dominik BraunFix strfsong behaviour for unknown identifier
2012-06-12 Max KellermannMerge branch 'chat' of git://git.musicpd.org/jn/ncmpc
2012-05-23 Jonathan Neuschäferscreen_chat: add an option to set the message prefix
2012-05-23 Jonathan Neuschäferscreen_chat: add nick name emulation
2012-05-23 Jonathan Neuschäferscreen_chat: make it useful
2012-05-23 Jonathan Neuschäfermpdclient: add client-to-client support
2012-05-23 Jonathan Neuschäferscreen_text: add support for appending text
2012-05-23 Jonathan Neuschäferscreen_text: (API) use (char *) for strings
2012-05-23 Jonathan Neuschäferstruct mpdclient: add a reconnection count
2012-05-02 Jonathan Neuschäferadd an initial version of a chat screen
2012-02-24 Avuton Olrichwin32: Add a Windows OS resource file and icon
2012-02-10 Avuton Olrichconf.c: Add windows system key binding config
2012-02-10 Avuton Olrichconf.c: Move system key binding filename building to...
2012-02-10 Avuton Olrichconf.c: Add windows default user key binding config...
2012-02-10 Avuton Olrichconf.c: Add windows default config checking
2012-02-03 Jonathan Neuschäferscreen_keydef: don't crash on Ctrl-Space
2012-02-03 Jonathan Neuschäfercommand: don't crash on Ctrl-Space
2012-01-04 Jonathan Neuschäferscreen_keydef: use inline functions instead of macros...
2012-01-04 Jonathan Neuschäferconf.c: return void in read_configuration
2012-01-04 Jonathan Neuschäfershow the path of the config files in --version output
2012-01-04 Jonathan Neuschäferconf: helper functions to build config file names
2012-01-04 Jonathan Neuschäferconf: rename get_user_key_binding_filename to build_*
2012-01-04 Max KellermannMerge remote branches 'jn/keydef' and 'jn/dev'
2012-01-04 Jonathan Neuschäferscreen_keydef: join two short-ish lines
next