Code

Merge remote branches 'jn/cosmetics', 'jn/doxygen' and 'jn/renames'
[ncmpc.git] / src / main.c
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...
2008-11-25 Max Kellermannpo: improved translatable strings for easier translation
2008-11-24 Thomas Jansenmain.c: replaced mpd_unused by G_GNUC_UNUSED
2008-11-10 Thomas Jansenlirc: refactored event handler
2008-11-07 Max Kellermannmpdclient: expect UTF-8 strings
2008-11-07 Max Kellermannmain: optimized error_msg()
2008-11-07 Max Kellermanndisable more features with --enable-mini
2008-11-07 Thomas Jansennative LIRC support for ncmpc
2008-10-06 Max Kellermanndisable ncurses raw mode
2008-10-03 Max Kellermannstore MPD_UPDATE_TIME as guint
2008-10-03 Max Kellermanndon't initialize sigaction struct twice
2008-10-03 Max Kellermannrestart system call after SIGWINCH
2008-10-03 Max Kellermanntypo: ignore SIGPIPE instead of SIGWINCH
2008-10-03 Max Kellermannscreen: removed "painted" flag
2008-10-03 Max Kellermannoptions: don't pass the "options" pointer around
2008-10-03 Max Kellermanncode style, indent with tabs XI
2008-10-02 Max Kellermannfix compiler errors without locale.h
2008-10-02 Max Kellermanncharset: charset_init() returns character set
2008-10-02 Max Kellermannmoved code to charset.c
2008-10-02 Max Kellermannmoved macros from ncmpc.h to main.c and screen.c
2008-10-02 Max Kellermannmoved i18n macros to i18n.h
2008-10-02 Max Kellermannremoved the debugging function D()
2008-09-26 Max Kellermannignore SIGPIPE
2008-09-25 Max Kellermanndon't call lyrics_init if plugin is disabled
2008-09-25 Max Kellermannfix miscellaneous sparse warnings
2008-09-22 Max Kellermannscreen: moved code to ncu.c
2008-09-22 Max Kellermannmain: free keyboard IO channel
2008-09-19 Max Kellermannfix terminal resizing (SIGWINCH)
2008-09-18 Max Kellermannquit with g_main_loop_quit()
2008-09-17 Max Kellermannuse the glib main event loop
2008-09-17 Max Kellermannmain: connect while UI is displayed
2008-09-17 Max Kellermanncode style, indent with tabs IV
2008-09-17 Max Kellermannmake several functions return void
2008-09-16 Max Kellermannlyrics: converted in-process plugins to external programs
2008-09-16 Max Kellermanncode style, indent with tabs II
2008-09-15 Max Kellermannfix unused parameter warnings
2008-09-15 Max Kellermanndon't declare local variable "options"
2008-09-15 Max Kellermanninclude cleanup
2008-09-15 Max Kellermannfix function prototypes
2008-09-15 Max Kellermannconst pointers
2008-09-15 Max Kellermannuse !NDEBUG instead of DEBUG
2008-09-15 Max Kellermanncode style, indent with tabs
2008-09-15 Max Kellermannremove unused static functions
2008-09-15 Max Kellermannsplash: removed the useless splash screen
2007-02-16 Andreas Obergrusbergerway too much stuff to describe here
next