Code

utils: move format_duration_*() to time_format.c
[ncmpc.git] / Makefile.am
2017-03-21 Max Kellermannutils: move format_duration_*() to time_format.c
2017-03-21 Max Kellermannutils: move gcmp_list_from_path() to db_completion.c
2017-03-20 Max Kellermannscreen_queue: move playlist_save() to save_playlist.c
2017-03-20 Max Kellermannscreen: move code to screen_init.c
2017-03-20 Max Kellermannscreen: move screen_paint() to screen_paint.c
2017-03-20 Max Kellermannscreen_utils: move set_xterm_title() to xterm_title.c
2017-03-20 Max KellermannMakefile.am: use CURSES_LIBS instead of CURSES_LIB
2017-03-19 Max Kellermannmpdclient: connect to MPD asynchronously
2017-03-19 Max Kellermannmain: move signal handlers to signals.c
2017-03-19 Max Kellermannm4/ax_with_curses.m4: update from upstream
2017-03-19 Max Kellermannmain: move keyboard_event() to keyboard.c
2017-03-17 Max Kellermannscreen_client: move functions to callbacks.c
2017-03-17 Max KellermannMakefile.am: merge ncmpc_headers into src_ncmpc_SOURCES
2014-06-09 Max KellermannMakefile.am: disable dist-bzip2
2014-05-28 Max Kellermannremove broken leoslyrics plugin
2013-11-08 Max Kellermann*: add "pure" attributes
2013-11-07 Max Kellermannresolver: remove unused library
2013-11-07 Max Kellermannglib_compat.h: remove obsolete header
2013-11-07 Max Kellermannconfigure.ac: enable automake silent-rules
2013-04-11 Max KellermannMakefile.am: remove src/win/ncmpc.rc from SOURCES
2012-06-12 Max KellermannMerge branch 'chat' of git://git.musicpd.org/jn/ncmpc
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-03 Jonathan Neuschäferconfigure.ac: Don't add CURSES_LIB to AM_CPPFLAGS
2012-01-04 Max KellermannMerge remote branches 'jn/keydef' and 'jn/dev'
2012-01-04 Jonathan Neuschäferremove obsolete str_pool.c and str_pool.h
2011-12-02 Max KellermannMerge remote branches 'jn/cosmetics', 'jn/doxygen'...
2011-11-22 Jonathan Neuschäferrename screen_message to screen_status
2011-11-14 Jonathan Neuschäferadd doxygen support
2011-11-12 Avuton OlrichMakefile.am: Add @CURSES_LIB@ to link the test program
2011-11-03 Max KellermannMerge remote branches 'avuton/master' and 'jn/dev'
2011-11-03 Avuton Olrichm4: Add robust curses detection and support
2011-10-12 Jonathan NeuschäferMakefile.am: fix a typo ("smalles")
2011-07-18 Max Kellermannworkaround for libncurses macro warnings
2010-07-14 Kacper KowalikMakefile.am: add GLIB_LIBS to _LDADD
2009-12-10 Max KellermannMakefile.am: fixed include path for test/run_hscroll
2009-12-10 Max Kellermanncompatibility fixes for GLib 2.12
2009-11-24 Andy Spencerleoslyrics.sh plugin: Add bash leoslyrics plugin
2009-11-24 Andy Spencerlyrics plugins: Change numbering scheme
2009-10-29 Max KellermannMerge branch 'master' of git://git.musicpd.org/jefromi...
2009-10-27 Thomas JansenMakefile.am: require automake 1.10
2009-10-27 Thomas JansenMakefile.am: enable the "subdir-objects" option
2009-10-20 Max Kellermanntest: added "run_hscroll" program
2009-10-11 Max Kellermannscreen_browser: moved paint_song() to song_paint.c
2009-10-11 Max Kellermannrenamed screen_play.c to screen_queue.c
2009-10-11 Max Kellermannlist_window: moved painting utilities to paint.h
2009-10-03 Max Kellermanngidle: new GLib/libmpdclient integration library
2009-10-01 Max Kellermannscreen_utils: moved screen_find() to screen_find.c
2009-10-01 Max Kellermannscreen: moved status message functions to screen_message.c
2009-10-01 Max Kellermannscreen: moved screen_interface externs to each screen...
2009-09-30 Max Kellermannmoved struct screen_functions to screen_interface.h
2009-09-30 Max Kellermannmoved screen_file_goto_song() prototype to screen_file.h
2009-09-30 Max Kellermannscreen: moved code to status_bar.c
2009-09-30 Max Kellermannscreen: moved code to title_bar.c
2009-09-29 Max Kellermannscreen: moved code to progress_bar.c
2009-09-29 Max Kellermannscreen: moved struct window to window.h
2009-09-29 Max Kellermannscreen_utils: moved screen_auth() to screen_client.c
2009-09-28 Max Kellermannscreen: moved screen_client_cmd() to player_command.c
2009-09-28 Max Kellermannuse libmpdclient2
2009-06-10 Max KellermannMakefile.am: run sparse once
2009-06-10 Max KellermannMakefile.am: install lyrics plugins with automake
2009-06-10 Max KellermannMakefile.am: no recursive Makefile
2009-03-10 Jeffrey MiddletonRenamed lyrics plugins
2009-01-05 Max KellermannMakefile.am: distribute autogen.sh
2008-12-25 Max KellermannMakefile.am: removed AUTHORS, README, NEWS from $(EXTRA...
2008-12-05 Max KellermannMakefile.am: distribute the lyrics plugins even when...
2008-12-04 Max Kellermannlyrics: include the lyrics plugins in the dist tarball
2008-11-17 Max KellermannMakefile.am: removed superfluous $(docdir) variable
2008-11-17 Max Kellermannremoved ChangeLog, added release dates to NEWS
2008-11-07 Max KellermannMakefile.am: added custom rule with -fwhole-program
2008-11-07 Max Kellermannconfigure.ac, Makefile.am: removed subversion keywords
2008-11-07 Max KellermannMakefile.am: require automake 1.9
2008-10-02 Max KellermannMakefile.am: don't use $(addprefix ...)
2008-10-02 Max KellermannMakefile.am: don't declare $(lyrics_plugin_dir) twice
2008-09-25 Max KellermannMakefile: added "sparse-check" target
2008-09-25 Max Kellermannscreen: don't compile disabled sources
2008-09-25 Max Kellermannconfigure: updated automake options
2008-09-25 Max Kellermannlyrics: replaced "hd.py" with "hd.sh"
2008-09-25 Max KellermannMakefile: don't install disabled lyrics plugins
2008-09-25 Max KellermannMakefile: honor DESTDIR
2008-09-23 Max Kellermannlyrics: configurable global plugin directory
2008-09-19 unKproperly configure M4 macro dir
2007-01-03 Andreas Obergrusbergeradded a plugin system for lyrics sources
2006-08-04 Andreas Obergrusbergerthe updated sources
2004-06-19 Kalle WallinAdded $Id$ to svn:keywords, Added NEWS to project doc...
2004-06-05 Kalle WallinAdded initial i18n support
2004-06-05 Kalle WallinChanged directory layout (for future use of gettext)
2004-05-07 Kalle WallinRedesigned ncmpc's color support
2004-04-19 Kalle WallinAdded keydef screen
2004-03-29 Kalle WallinRemoved extra source - langinfo.c
2004-03-26 Kalle WallinAdded file langinfo.c, used on systems without nl_langi...
2004-03-26 Warren Dukesneed to put a Makefile in doc directory, so that
2004-03-25 Kalle WallinAdded sample configuration file to doc_DATA
2004-03-25 Kalle WallinAdded support for a configuration file ~/.ncmpcrc and...
2004-03-24 Kalle WallinMoved list window fuctions to list_window.c.
2004-03-19 Kalle WallinRenamed mpc-ncurses to ncmpc
2004-03-19 Kalle WallinImported ncmpc (mpc-ncures).