Code

screen_interface: add method mouse(), replacing CMD_MOUSE_EVENT
[ncmpc.git] / src / ncmpc.h
2017-08-02 Max Kellermannscreen_interface: add method mouse(), replacing CMD_MOU...
2017-03-19 Max Kellermannmain: remove unused function sigstop()
2017-03-19 Max Kellermannmain: do_input_event() returns bool
2017-03-17 Max Kellermannupdate copyright year
2011-12-02 Max KellermannMerge remote branches 'jn/cosmetics', 'jn/doxygen'...
2011-11-14 Jonathan Neuschäferapply whitespace cosmetics to the license comments
2011-11-14 Jonathan Neuschäferncmpc.h: document sigstop
2010-01-01 Max KellermannMerge branch 'master' of git://git.musicpd.org/avuton...
2010-01-01 Avuton OlrichUpdate copyright notices
2009-01-01 Avuton OlrichUpdate copyright notices
2008-12-06 Max Kellermannadded missing copyright headers
2008-11-10 Thomas Jansenlirc: refactored event handler
2008-10-02 Max Kellermannmoved macros from ncmpc.h to main.c and screen.c
2008-10-02 Max Kellermannremoved LIST_FORMAT, STATUS_FORMAT
2008-10-02 Max Kellermannmoved i18n macros to i18n.h
2008-10-02 Max Kellermannmoved default value macros to defaults.h
2008-10-02 Max Kellermannoptions: initialize options.list_format
2008-10-02 Max Kellermannremoved the debugging function D()
2008-10-02 Max Kellermannconfigure.ac: define ENABLE_x_SCREEN instead of DISABLE...
2008-09-18 Max Kellermannremoved the clock screen
2008-09-15 Max Kellermannfix function prototypes
2008-09-15 Max Kellermannconst pointers
2008-09-15 Max Kellermannuse !NDEBUG instead of DEBUG
2007-02-16 Andreas Obergrusbergerway too much stuff to describe here
2006-08-04 Andreas Obergrusbergerthe updated sources
2005-06-15 Kalle WallinNew configuraton option: screen-list
2005-06-06 Kalle WallinAdded an experimental artist (browser) screen
2004-11-15 Kalle WallinAdded a search screen
2004-07-13 Kalle WallinMoved definitions from screen.h to ncmpc.h
2004-07-13 Kalle WallinCrossfade time can now be definied in the rc file ...
2004-07-13 Kalle WallinUse my_wgetch() instead of wgetch(), added --[no-]mouse...
2004-07-12 Kalle WallinSupport SIGSTOP, SIGCONT in raw mode
2004-07-03 Kalle WallinReplaced the debug macro with a function
2004-06-22 Kalle WallinMake shure the dummy debug macro survives the OSX prepr...
2004-06-15 Kalle WallinModified %shortfile% format to not shorten urls
2004-06-15 Kalle WallinRenamed %basename% format %shortfile%
2004-06-15 Kalle WallinAdded list-format and status-format conf options
2004-06-14 Kalle WallinMajor cleanup of the mpd client code (mpc->mpdclient)
2004-06-09 Kalle WallinUpdated the reconnect code to allow user to abort in...
2004-06-07 Kalle WallinDisable nls support if glib is pre 2.4 (OSX)
2004-06-05 Kalle Wallingit-svn-id: https://svn.musicpd.org/ncmpc/trunk@1347...