Code

screen: rename screen_refresh() to screen_paint()
[ncmpc.git] / src / main.c
2017-03-20 Max Kellermannscreen: rename screen_refresh() to screen_paint()
2017-03-20 Max Kellermannuse g_timeout_add_seconds() where appropriate
2017-03-20 Max Kellermannmain: improve strfsong() error check
2017-03-20 Max Kellermannmain: check for strfsong() failure, add fallback
2017-03-20 Max Kellermannxterm_title: pass string, no format
2017-03-20 Max Kellermannscreen_utils: move set_xterm_title() to xterm_title.c
2017-03-20 Max Kellermannstatus_bar: remove the status bar clock (option "displa...
2017-03-20 Max Kellermannmain: no delay for initial collect
2017-03-19 Max Kellermannmain: remove check_reconnect()
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 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 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: wrap the idle callback, unified error handling
2017-03-17 Max Kellermannmain: move mpd_glib_new() call to mpdclient.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-10 Max Kellermannrequire libmpdclient 2.9, remove several #ifdefs
2014-07-14 Max Kellermannmain: make variables more local
2014-07-14 Max Kellermanncommand: return bool for success/failure
2013-12-13 Max Kellermannfix typo in error message
2013-11-08 Max Kellermann*: make variables more local
2013-11-08 Max Kellermann*: use Compiler.h macros instead of glib.h
2013-11-08 Max Kellermannmain: remove useless "Connected to ..." message
2013-11-07 Max Kellermannmain: require MPD 0.16
2011-12-22 Jonathan Neuschäferoptions: get_key_names: use bool
2011-12-22 Jon Sailoroptions: configurable timeout for MPD connections
2011-12-02 Max KellermannMerge remote branches 'jn/cosmetics', 'jn/doxygen'...
2011-12-02 Jonathan Neuschäfermain: don't show "connecting to (null)"
2011-11-22 Jonathan Neuschäferrename screen_message to screen_status
2011-11-14 Jonathan Neuschäferapply whitespace cosmetics to the license comments
2011-11-04 Jonathan Neuschäfermpdclient: define MPD_IDLE_ALL
2011-11-03 Max KellermannMerge remote branches 'avuton/master' and 'jn/dev'
2011-11-03 Avuton Olrichmain.c: Don't try to compile signal support on win32
2011-11-02 Jonathan Neuschäfermain: use mpdclient_is_connected in assert
2011-09-16 Jonathan Neuschäfermain: avoid gcc warning for LOCALE && !NLS
2011-08-31 Max KellermannMerge remote branches 'jn/doc', 'jn/stuff' and 'jn...
2011-08-31 Jonathan Neuschäferfix a typo ("connectiond")
2011-08-23 Max Kellermannincrease connection timeout to 5 seconds
2011-08-23 Max Kellermannmpdclient: pass integer timeout to mpdclient_connect()
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 mattmain.c: fix compiler warning
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-01-01 Max KellermannMerge branch 'master' of git://git.musicpd.org/avuton...
2010-01-01 Avuton OlrichUpdate copyright notices
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-10-29 Thomas Jansenmain: whitespace cosmetics
2009-10-04 Max Kellermannmain: don't call mpdclient_update() for clock update
2009-10-03 Max Kellermannmpdclient: use the "idle" command to reduce CPU and...
2009-10-03 Max Kellermannmpdclient: wrap access in mpdclient_get_connection()
2009-10-03 Max Kellermannmain: enable the update timer on demand
2009-10-03 Max Kellermannmain: update within timer_reconnect()
2009-10-03 Max Kellermannmain: check for connection lost in end_input_event()
2009-10-03 Max Kellermannmain: reconnect at the end of timer_mpd_update()
2009-10-03 Max Kellermannmain: clear mpdclient.events in end_input_event()
2009-10-03 Max Kellermannmain: assign reconnect_source_id when retrying to reconnect
2009-10-03 Max Kellermannmain: added functions dis/enable_update_timer()
2009-10-01 Max Kellermannscreen: moved status message functions to screen_message.c
2009-10-01 Max Kellermannscreen: eliminated state macros
2009-09-30 Max Kellermannmpdclient: added property "events", emulate idle
2009-09-30 Max Kellermannmpdclient: replaced error_callback with imported function
2009-09-29 Max Kellermannmpdclient: mpdclient_connect() returns bool
2009-09-29 Max Kellermannrequire MPD 0.12
2009-09-29 Max Kellermannplaylist: make functions const
2009-09-29 Max Kellermannmain: don't skip "{}" in server error message
2009-09-29 Max Kellermannmpdclient: added mpdclient_is_connected()
2009-09-29 Max Kellermannmain: changed "connected" check to assertion
2009-09-28 Max Kellermannmoved the idle timer to player_command.c
2009-09-28 Max Kellermannmpdclient: removed the mpdclient_t typedef
2009-09-28 Max Kellermannuse libmpdclient2
2009-08-14 Max Kellermannmain: free timers on exit
2009-08-14 Max Kellermannoptions: added options_deinit()
2009-03-05 Jeffrey MiddletonSpelling corrections
2009-01-06 Max Kellermanncommand: check_key_bindings() returns message without...
2009-01-01 Avuton OlrichUpdate copyright notices
2008-12-25 Max Kellermanninitialize NLS without locale support
2008-12-25 Max Kellermannconfigure.ac: added --disable-locale option
2008-12-25 Max Kellermanni18n: don't use locale.h
2008-12-12 Max Kellermannmain: deinitialize lyrics library
2008-12-10 Max Kellermanncommand: disable check_key_bindings() with --enable...
next