Code

keyboard: call wgetch() on main window
[ncmpc.git] / src /
2017-03-20 Max Kellermannkeyboard: call wgetch() on main window
2017-03-20 Max Kellermannkeyboard: implement keyboard_unread() without ungetch()
2017-03-20 Max Kellermannkeyboard: move code to translate_key()
2017-03-20 Max Kellermannkeyboard: add keyboard_unread()
2017-03-20 Max Kellermanncommand: move get_keyboard_command() to keyboard.c
2017-03-20 Max Kellermanncommand: remove "pure" attribute from get_keyboard_comm...
2017-03-20 Max Kellermanncommand: include cleanup
2017-03-19 Max Kellermannmpdclient: connect to MPD asynchronously
2017-03-19 Max Kellermannmpdclient: move code to mpdclient_connected()
2017-03-19 Max Kellermannmpdclient: eliminate redundant mpd_status_get_volume...
2017-03-19 Max Kellermannmain: remove check_reconnect()
2017-03-19 Max Kellermannmpdclient: call mpdclient_lost_callback() after failed...
2017-03-19 Max Kellermannmpdclient: no mpdclient_handle_error() after connect...
2017-03-19 Max Kellermannmpdclient: automatically re-enter idle mode, eliminate...
2017-03-19 Max Kellermannmain: remove redundant mpdclient_disconnect() call
2017-03-19 Max Kellermannmpdclient: pass host, port etc. to constructor
2017-03-19 Max Kellermannmain: move signal handlers to signals.c
2017-03-19 Max Kellermannmain: use g_unix_signal_add() for SIGTERM, SIGINT and...
2017-03-19 Max Kellermannmain: merge catch_sigcont() and catch_sigwinch()
2017-03-19 Max Kellermannmain: remove unused function sigstop()
2017-03-19 Max Kellermannplugin: call g_io_channel_unref() early, eliminate...
2017-03-19 Max Kellermannplugin: add plugin_pipe.cycle pointer
2017-03-19 Max Kellermannmain: do_input_event() returns bool
2017-03-19 Max Kellermannmain: move keyboard_event() to keyboard.c
2017-03-19 Max Kellermannmain: eliminate another local dummy variable
2017-03-19 Max Kellermannmain: move "#ifdef ENABLE_LIRC" to lirc.h"
2017-03-19 Max Kellermannlirc: rename public functions
2017-03-19 Max Kellermannmain: move LIRC GIOChannel setup to lirc.c
2017-03-19 Max Kellermannmain: call g_io_channel_unref() early
2017-03-19 Max Kellermannmain: merge exit_and_cleanup() into main()
2017-03-17 Max Kellermannmpdclient: convert port to "unsigned"
2017-03-17 Max Kellermannmpdclient: remove unnecessary NULL check
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
next